|
As title. I didn't find one via google, at any rate.
Update: thanks for the links from the two answers; this is very useful, but not what I was after - I am curious to see whether it is possible to query an IRepository backed by memcached (or some other...
Started by Peter Mounce on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
; } }
Because I didn't know what memcached is I googled around and found this link:
http.
|
|
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 know of a decent FREE online bug tracker for web development purposes?
Started by toomanyairmiles on
, 12 posts
by 12 people.
Answer Snippets (Read the full thread at stackoverflow):
The free version is pretty bare in terms of functionality, but it does.
Using 16bugs for small projects.
|
Ask your Facebook Friends
|
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 .
|
|
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.
|
|
I have used tropo and pretty happy with the service http://tropo.com/
Does anyone know of a reliable alternative?
Started by ToughPal on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Curious why you're looking for an alternative to Tropo if you've been happy with it. .
I have used the API, it's very easy.
Try Twilio.
|
|
I'm trying to write a software synthesizer that recreates the sounds made by classic synthesizers like the Moog and the DX7. Does anyone know of any code resources for something like this? Thanks.
Started by MusiGenesis on
, 11 posts
by 11 people.
Answer Snippets (Read the full thread at stackoverflow):
Leslie Stanford....
[ http://chuck.cs.princeton.edu/ ][Chuck]
your best want to check out.
It mostly low-level stream encoding and such, but it does have support for some DX8 is the best I know of, but its C++ like, not C++.
I played with it.
|
|
Does anyone know a SSH/ SFTP/ FTP wrapper class around pfsockopen(); ?? I'm still on my quest to keep persistent connections in PHP.
Started by Simon on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
I Dont know of a class implementation built around that but there is an ssh2 module if that helps.
|