|
Does anyone know an good free natural sounding text reader for the mac?
Started by Thanks on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Have you.
Does it not have one built in? I suspect it's as natural sounding as you'd get for free.
|
|
Does anyone have a good resource for learning flex as a .net developer
Started by monkeylee on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
|
|
Does anyone know of a good Perl unit test generator?
Started by Neer on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
There is also a book chapter on unit testing in Perl: Extreme Perl: Chapter 13: Unit Testing
Not sure what... .
Original Post:
You could try PerlUnit.
Use Test::Class instead.
EDIT: (Thanks to commentors)
My original suggestion of PerlUnit is deprecated .
|
Ask your Facebook Friends
|
Does anyone know how I can store large binary values in Riak?
Started by Zubair on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
It should....
Why would it be different?
Use either the Erlang interface ( http://hg.basho.com/riak/src/461421125af9/doc/basic-client.txt ) or the "raw" HTTP interface ( http://hg.basho.com/riak/src/tip/doc/raw-http-howto.txt ) .
Just like every other value.
|
|
Does anyone know a good free obfuscater for javascript?
Started by Software Enthusiastic on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
:D
....
You can try http://www.javascriptobfuscator.com/Default.aspx
Try Squashâ„¢ Javascript Obfuscator and Annotation Processor , it's free and good .
You don't have to do anything except cut and paste .
This one's pretty handy and, as a bonus, is online .
|
|
Does anyone know of a web based IDE (Like VS, Eclipse, IDEA)?
Besides ECCO ?
Started by The Chairman on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
It's probably an obvious use-case; I've just never run across .
About why anyone would need one.
|
|
In C++, there was a #pragma to output to the build log. Does one exist for Visual Studio 2005 C# ? And, does anyone know where an actual list of all the #pragma names can be found?
Started by Henry Troup on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
This link on msdn lists all the C# preprocessor directives and goes into detail about how they are used... .
According to the docs , pragmas must be supported by the compiler, and only two are currently supported: checksum and warning .
See the MSDN docs.
|
|
Does anyone know how to install a single node instance of Riak as the documentation is plain wrong and I have been trying for over a day now?
Started by Zubair on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Try this tutorial: http://megam.info/2010/01/20/riak-strapping-up/
You can start a single node with
bin/riak start
Can you explain what is wrong in the documentation and what documentation you are using so that I can get it updated? .
|
|
I would like to use XSL to create excel .xml files that Excel 2003 can open. Does anyone know of a XSL template library that I can use for the purpose?
Started by Matthew Sowders on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
The best approach that you can take at this time is to get to know the Schema's for Excel 2003's XML Format - link... .
There cannot be any one generic XSLT stylesheet that can do this task since the source data can be designed in any strange way possible .
|
|
Does anyone have recommendations for a good task/time management tool.
Ideally this would just keep track of programming tasks / the project and the time spent also the option to produce an end of week report would be advantageous
Started by Dean on
, 13 posts
by 13 people.
Answer Snippets (Read the full thread at stackoverflow):
FB6 is a great PM tacking tool, I've been using 5 to manage my team and I'm trying to pry the money for FB 6 out of... .
FogBugz is your friend too.
My boss rather likes the reports.
You log your work on a per task/issue bases.
JIRA has a log work feature.
|