March 2024
M T W T F S S
« Mar    
 123
45678910
11121314151617
18192021222324
25262728293031

aiffpack

I wrote a command line utility that will create a single multi-channel AIFF file from a set of input audio files. It uses the libsndfile library for reading and writing sound files. You can download the OSX (ppc/i386) binary along with the source code here. You you should also be able to easily build it from source on any *nix platform that has libsndfile installed.

aiffpack-012

TextWrangler plug-ins

TextWrangler is my favorite editor. I made some plug-ins for syntax highlighting. Lately I have been writing assembly for Analog Devices SHARC processors and also a little bit of PIC16 stuff. Here are the TextWrangler plug-ins that I made for their instructions sets. To use them, copy them to ~/Library/Application Support/TextWrangler/Language Modules.

SHARC.plist

PIC16.plist

10/15/09:
Updated both language modules fixing a bug which showed up in TextWrangler 3.0.

underline 1.9.5

Underline is a variant of the Openline client, an open source hotline client for MacOS and Windows. 

The primary difference between Underline and the Openline client is that Underline optionally uses blowfish to encrypt connections to servers that support it. Underline only supports encryption on the primary socket and not on sockets established for file transfers. At this time no known hotline client/server supports the encrytion of file transfers. 

Underline (like Openline) is released under the GNU GPL. The source code can be obtained here: underline-src.sit
MacOSX users should use the carbon version of Underline and MacOS9 users should use the classic version, both downloadable here: underline-macos.sit
The Windows version can be downloaded here: underline-win.zip