Java Stuff
Not a lot here really. Just a little demo applet at the moment.
-
Demonstration of the Graham Scan
Algorithm
-
ClassDump
A utility written in Java to dump the contents of a Java .class file,
including bytecode disassembly.
The output is rather raw. Writing it was really just an interesting
exercise in looking at Java internals. I might improve it sometime.
Back to main page