Stuff

Utilities

Scripts and small programs I use regularly. Most of the links are to code listings that can be cut and pasted into a text editor.

mkhtml
Bash script that generates web pages from source code files.
pmw
Bash script to gives the word read access to its arguments. Recurses through directories. Requires Cygwin and the file command to run on Windows.
chkformat
A C program to check whether file arguments contain tabs and/or lines wider than a given width (default: 80). Output is suitable for pasting into grading reports for student projects.