User Activity

  • Modified a comment on discussion Miscellaneous Help Wanted on SourceForge Support

    That's pretty much it. Can't imagine that'll be popular or in demand, but so it goes.

  • Posted a comment on discussion Miscellaneous Help Wanted on SourceForge Support

    That's pretty much it. Can't imagine that'll be popular, but so it goes.

  • Committed [46b606]

    Initial commit

  • Committed [19cda0]

    Initial commit

  • Modified a comment on discussion Help on Boost C++ Libraries

    In PERL I can do the following using the PERL module "Term::ReadLine" # pseudocode use Term::ReadLine; my $term = new Term::ReadLine('Foo: '): my $data; while(1) { $data= $term->readline('Data: ', $data); $data =~ tr/\r\n//d; last if ($data =~ /^[qQ]$/); #do stuff with $data } Here thanks to the readline function the input is autpmatically used as default., Is there a way to do something similar in either basic C++ or BOOST? Regards,

  • Posted a comment on discussion Help on Boost C++ Libraries

    In PERL I can do the following using the PERL module "Term::ReadLine" # pseudocode use Term::ReadLine; my $term = new Term::ReadLine('Foo: '): my $data; while(1) { $data= $term->readline('Data: ', $data); $data =~ tr/\r\n//d; last if ($data =~ /^[qQ]$/); #do stuff with $data } Here thanks to the readline function the input is autpmatically used as default., Is there a way to do something similar in either basic C´ or BOOST? Regards,

  • Posted a comment on discussion Translators Wanted on SourceForge Support

    FYI: You have a typo in your en.yaml file line 30: More information aboout how Regards.

  • Committed [c68817]

    Simple README added.

View All

Personal Data

Username:
sbrothy
Joined:
2010-04-25 17:23:31

Projects

This is a list of open source software projects that Soren Bro is associated with:

Personal Tools