Andy Fingerhut's page of code
- A simple Perl script for finding identical files anywhere in
a directory tree (or trees) rooted at the directories specified on the
command line.
- A version of the LPC-10 audio codec compiled for Mac OS X 10.4,
plus a little script to run it on a .wav or .aiff file. The
ReadMe file inside the disk image has some install instructions that
are only sufficient if you have used the command line on Mac OS X
before.
- Some minor modifications to xdu-3.0 that I obtained off the
Internet, to fix a problem where it incorrectly handled spaces in
filenames, and also to replace the numbers with fewer significant
digits, i.e. instead of 1234567 next to a file name, you'll get 1.23
GB. This feature assumes that the input sizes are in
kilobytes. See CHANGES file for all changes made.
- A C++ implementation of Harold Gabow and Eugene Myers's algorithm
to find all directed spanning trees of a directed graph rooted at a
given vertex
- A simple shell script, and a Mac OS X application
WiresharkLauncher created from it using Platypus, so that when it is
used to open pcap files created with the libpcap library, it launches
/sw/bin/wireshark under OS X's X11 application. Instructions
included for how to configure OS X so that double-clicking on a file
with a .cap suffix runs this application.