20 Feb 2003 etrepum   » (Journeyer)

glyph pointed me at sloccount, after I mentioned how big the wc -l `find -name *.py` was for MoinMoin. Apparently it has some silly md5sum dependency. OS X does not come with md5sum, but it does have an md5 tool with different output. Here's a quickie shell script:
#!/bin/sh
/sbin/md5 $@ | sed 's#MD5 (\(.*\)) = \(.*\)#\2 \1#'


sab39: I don't think there is a cross-platform graphical diff tool, however for Windows I believe WinCvs comes with one, and for OS X there is File Merge (part of the Developers Toolkit).

Latest blog entries     Older blog entries

New Advogato Features

New HTML Parser: The long-awaited libxml2 based HTML parser code is live. It needs further work but already handles most markup better than the original parser.

Keep up with the latest Advogato features by reading the Advogato status blog.

If you're a C programmer with some spare time, take a look at the mod_virgule project page and help us with one of the tasks on the ToDo list!