Programming
Here is a small sampling of some programming I have done [semi-] recently. None of these files are meant to be "production quality" code; I'm putting these up mostly for my purposes. If you happen to find any of this useful, feel free to incorporate it into your own projects.
C#
- ID3Sharp
A class library for reading ID3 tags.
C++
C
Java
Perl
- JAPH
A JAPH I wrote a while back.
QBasic
- Expression Evaluator
A simple arithmetic expression evaluator. Uses stacks and operator precedence.