Random

Just a random assortment of things:

Weblog Updates Ping Utility

A Perl subroutine that pings the “rpc.weblogs.com” server with a specified weblog name and url.

Weblog Updates Ping source code.

PalmPilot Stuff

Here is an application that I have developed for Palm Computing® connected organizers.

Mismatch is fun!   Mismatch : A memory/concentration game.

C++ Robots

SideTracker robot for CRobots and C++Robots.

Gateway Device Driver

This is a little device driver I wrote back in the days of bulletin board systems (BBS). My friend Paul Coppinger ran a popular board and at some point we began talking about running external apps from the board. At the time the only way to do so involved shelling out to a text only program, redirecting input and output through the modem, then waiting for the application to exit and return to the bbs.

Since input and output was directed through the modem, none of the output could be seen on the bbs computer nor could the bbs operator provide keyboard input. Imagine today giving control of your computer to anonymous users.

So, I wrote a device driver that allowed redirection of input and output to both the modem and to the local computer. Additionally, I added support for ANSI codes so the output locally would be displayed correctly.

In essence, this device driver was a forerunner of remote access programs.

Btw, I named it after the same named science fiction book Gateway by Frederik Pohl.

Here is the driver and document: gateway2.zip

Leave a Reply

Your email address will not be published. Required fields are marked *