http://shunit.sourceforge.net/ Though personally, if I ever found a serious need for this, I would probably rethink the use of Bourne shell for the project in question....
Here's a page (from a blog that's on my blogroll) which links to two screencasts that show using LispWorks (a Common Lisp implementation on the Mac with a nice IDE) to do HTTP client and server stuff and then to develop a...
I wanted to set up Yaws on my home Ubuntu box so that I could play around with ErlyWeb. I started by installing the available Ubuntu package: marc@tbird:~$ sudo aptitude install yaws This installed just fine, but when I tried to...
I like reading Paul Graham essays from time to time, but sometimes he makes me scratch my head. In his "Revenge of the Nerds", essay he says: "As one data point on the curve, at any rate, if you were to compete with ITA and chose...
Reviews of C++ Unit Testing Frameworks Links to several reviews of C++ unit test frameworks (tags: C++ unittest) Socket++ - Linuxhacker Socket++ library defines C++ classes that can be used more effectively than directly calling...