See the carnage for yourself. It is a little scary: the whole added-value Appleness of the unit it *ripped* off. With just bare, dry commentary underneath it.
Monthly Archives: January 2005
Saved by GNU tools
GnuWin32 Packages is the official list of GNU tools for the win32 platform.
Some of these tools are pure magic. diff rules, and I felt all broken when my Cygwin install broke, because all my settings in diff were perfect there. Now I don’t even have to open the bash commandline, the tools are on my path, in Windows.
Handy.
When I grow up I am going to start using patch, too. Applying patches as I go along!
Edit: OK, the best packages are those that give you the filesystem commands from UNIX, fileutils.
With these things installed, you do not have to get used to the Windows command-line commands again.
Unit test for JS: JSUnit
JSUnit :
> JsUnit is a Unit Testing framework for client-side (in-browser) JavaScript. It is essentially a port of JUnit to JavaScript.
I talked about another, simpler testing framework, ECMAUnit the other day, but I noted that the above is the one Olav is using. Seems more featureful, and you can run some sort of server with it, too.