Welcome to my website. As you can see, there is currently not much of anything here. I suppose I might eventually put something of interest here. Then again, maybe not.
I spend most of my free time working on various open source programming projects. These projects are hosted on Sourceforge and you can find links to them from this page.
topMy current primary open-source programming project is EclipseME. EclipseME is an Eclipse plugin to help with the creation and debugging of J2ME midlets. Some of the features of this plugin include:
ZeeME is a ZCode interpreter for the J2ME environment. ZCode is the intermediate language that was designed and used by the original Infocom text adventure games. Using ZeeME, it is possible to package and play a large variety of interactive fiction on your J2ME mobile device.
topSocket over HTTP Tunneling is a project with the goal to provide and easy to use tool that enables all types of socket communication through an HTTP Proxy server. This tool is useful for users who are behind a restrictive firewall and wish to access external servers that use protocols other than HTTP. I contributed the SOCKS server functionality in the recent releases.
topPrior to EclipseME, I spent quite a bit of time on jMechanic. Like EclipseME, jMechanic is a plugin for the Eclipse. jMechanic provides the ability to do performance profiling using Sun's HPROF interface in their JVM.
jMechanic is no longer being developed. I've grown tired of working on the plugin and don't have the necessary interest to spend a lot of time on further enhancements. The Eclipse Hyades Project is now available with full profiling support in an open source project.