Programs

     Welcome to my collection of programs! Most of the programs that you find below are written in Java; some are in JavaScript, and one is in C. I utilize internet technologies because they are relatively platform-indpendent; it is far easier to write programs when I can develop them on my PC at home and then cart them over to Menlo's Macintoshes for demonstration to the rest of the school.

Program Description
Advertisement Defeater Defeats those annoying banner advertisements that you find in web pages.
Babelizer Babelizer reads lines from text files and spits them out in random order. Very amusing.
BackTalk Script Parser A script parser that works over the internet. It can download files and URLs, and print files and URLs.
Datagram Echo Echoes datagram (UDP) packets over the internet.
Gaussian Matrix Solver This program solves matrices for solutions using the Gaussian reduction algorithm.
Internet Utilities These internet utilities performs DNS lookups, scans IP addresses for HTTP servers, and serves as a web terminal so that you can read responses from HTTP requests.
Java Class Browser Dissects class files.
Java Runtime Information Queries Java runtimes for configuration data and platform data.
jSearch Engine jSearch has hooks into various internet search engines; you can enter a query, select your search engine of choice, and submit a query. Your one-stop shop for search engines!
Periodic Table A periodic table, written in Java and accessible through your browser.
Internet Printer Prints files over the Internet. Particularly useful if you want to print raw PostScript / PCL / text data to a networkable printer such as a HP LaserJet 4000.
Web Server A simple HTTP file server with directory browsing and CGI support.
BogoMIPS Calculator This program calculates the BogoMIPS rating of a CPU, based on the algorithms in the Linux kernel.