|
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.
- Irssi 0.8.12 for Windows, a packaged version of the open source Irssi IRC client for Windows, with built-in Perl scripting and proxy support. It was compiled under Cygwin. I put this package together because I could not find recent Windows versions of Irssi anywhere else. It is based on Nei's Irssi-win32-0.8.10 package.
- jMediaCat, a simple audio file catloging/database application (similar to iTunes Library or Winamp Media Library,) programmed entirely in Java. (You will need JRE 1.5 or later to run jMediaCat.) See the jMediaCat project page for more information.
- Avoid the RIAA, a challenging hand/eye coordination game for Windows, written in Microsoft Visual Basic .NET. If the game does not run on your computer, you will need to install the Microsoft .NET Framework (which is around 25 MB in size.) The source code of this program is also available.
- Remove All Facebook Ads, a Greasemonkey Userscript for Mozilla Firefox that removes any and all ads from the popular social networking web site Facebook.
- Unblock Torrent Files, a Greasemonkey Userscript for Mozilla Firefox that rewrites links to .torrent files so that they are downloaded using a web proxy (such as PageForward.) This script can be used to bypass filtered internet connections that block downloads of .torrent files.
- Last.fm Now Playing, a script for the the open source Irssi IRC client. When invoked inside an Irssi channel or query window, this script displays information about the last song scrobbled to your last.fm account.
- Project Wonderland Plugins, created with fellow undergraduate student Gerard Dwan to fulfill my WPI MQP (senior project) requirement.
- The WPI Search Widget, an Opensearch search plugin for web browsers that allows one to easily search WPI's website.
- 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
|