Sample Programs
A sample backwards running clock java program. This displays an old style clock that runs counterclockwise.
Download the source code for a backwards running java clock.
A sample drawing area java program which is not quite finished and does not work very well.
Download the source code for a the drawing area.
For an operating systems class at wpi we had to put together a client - server set of applications for fetching web pages in unix. The source for my client and server are now available.
Windows Executables
Othello on a 10 by 10 board Game
Download the file, select save to disk. Then double click on it to
run win-zip. Extract othello.exe and run. Enjoy. The 'Very Hard'
skill level does not work, sorry.
Links to other programming samples
As a project for CS504, we are to analyze an algorithm and post a
javascript version of it, which verifies the run time analysis. The
algorithm I was assigned is a resource scheduler using a greedy algorithm.
The algorithm page
I've got a perl script which does an okay job at solving number puzzles. I'm making a new page which converts this to java script and does the solution on line.