Dr. Slice's Page of Free Stuff

My Own Stuff

LengthConvert
My first foray into Java. This is a length conversion program. The console version only converts between inches and centimeters, but the applet version handles a few more types of units. The console version requires the Readln class.
applet version class source
console version class source
Readln class class source

BinHex
This is another conversion applet that converts between number bases, namely binary, decimal and hexadecimal. Both versions require the BaseConvert class. The console version requires the Readln class.
applet version class source
console version class source
BaseConvert class class source
Readln class class source

Calculator
This is a (very) simple calculator. Doesn't handle operator precedence.
applet version class source

Dimensions
This is an animation applet. Originally multi-threaded, with one thread doing the animation and one playing music. I took out the music to avoid legal problems (you'll have to look at my source code to find out which music clip I originally used).
applet version class source