Programs
I've written various computer programs in different programming languages. The most notable ones are grouped into categories below.
  • PageForward, a proxy browsing program written in PHP that lets the user view websites through a 'proxy server' (the server the script is running on.) PageForward uses cURL to remotely fetch pages, and then displays them on the user's screen--making it an ideal tool to bypass internet content filters at work or school, or to just browse anonymously. This program is a heavily modified version of Simple Browser Proxy. An online demo of PageForward is now available! (To access the demo, sign in with password 'pfdemo'.)
  • Callook, a web application that allows amateur radio operators to search through the FCC's database of United States callsigns.
  • Twable, a web application that allows Twitter users to easily see how fellow users are connected to them.
  • WebCard, a web application that allows one to showcase their Internet persona. WebCard produces an HTML/JavaScript widget containing one's web contact information, as well as buttons to view one's profiles/areas on other web sites.
  • FTPStatus, a simple program written in PHP that allows its user to check the status or availability of an FTP server. The program can either be run directly or called manually by supplying values for the variables 'name', 'serverip', and 'port' when calling the script. The source code for FTPStatus is available.
  • Wordsmear, a simple program written in PHP to explore an interesting language phenomenon.
  • CaesarBox, a simple encryption program, written in Java. (You will need JRE 1.4.2 or later to run CaesarBox.) CaesarBox.jar contains binary and source code for the CaesarBox applet.

<< Back