ben's tech page
ben /
tech
Some of the code that I work on is browsable in
gitweb.
bash_completion patches
- find-fstype-osx-2
-- Tab-completion on find fstype on Mac OS X (updated from -1 which
was buggy)
msnlib patches
a few patches I use on top of msnlib 3.5:
- allow-offline-sending-1
-- allows sending of messages even to people
who appear to be offline - this was causing me trouble when attempting
to communicate with some people (maybe remote client trouble?)
other patches
- pine-benc-index-timeago-1 --
adds a TIMEAGO field to pine, giving time since message was sent
(for example,
3m for 3 minutes, 2d for
two days.
Shepard tones: See this wikipedia entry. There's java code to generate sox raw data format:
Shepard.java and an mp3 of the output:
shepard_tone.wav.mp3 (3 Mb).
Use like this:
java Shepard < a.dat && sox a.dat && sox a.dat a.wav
-- end --