This page is software I wrote for myself. But if you find it useful, feel free to use it.

Remote control for a DirecTV DVRs

As the heading says, a remote control for a DirecTV DVR. If you are a DirecTV user, try this. I think you'll like it.

This is the only software on this page that is still under development as of June 2012.

Icon Dance Screen Saver V1.8

Download: IconDance.zip (45K)
or SetupIconDance18.exe (321K)

OK, this one is pretty silly.  It is the Icon Dance from Iconoid, in a screen saver form with some extra goodies added.  It is not a regular screen saver because it doesn't hide your desktop.  It just makes the icons dance.

The small zip file has no install/uninstall program.  Just unzip it to a directory and right click in the icondanc.scr file then select Install.  To uninstall it, just delete the 2 files. Passwords are not supported.  End it with a click or key press.  The SetupIconDance18.exe program is the same thing with a full install/uninstall.

The Icon Dance screen saver does not work on NT 4.0.  You can run it in preview mode, but it will not run as a screen saver.

NB: It has come to my attention that there is a trojan called Win32.IconDance.  This is NOT that trojan.  (Look at the source if you are concerned).  The IconDance screen saver does restore all icons to their original postitions.

Software for real computers

The software, tips, and samples found on the The ISPF and z/OS Tools and Toys Page are for real computers; IBM mainframes, not Windows.

The ISPF Tools and Toys Page should be considered stablized.

CSS Formatter

Well, really it is just a web page, but it is self contained so there is no server requirement.

Rudimentary CSS formatter

Bookmarklet Editor

Another self contained web page; This one is useful for creating bookmarklets in Firefox and maybe other browsers. A bookmarklet is a small javascript program that you usually click on from the links bar of the browser. It can do anything from scan the contents of the page to completely reformat it or do much more. Examples are widely available on the web.

This page takes a bookmarklet and turns it into a 1 line program suitable for use in a link. It compresses out all blanks except from quoted strings and "new Array" so be aware of that and add semicolons to the ends of javascript lines. Some samples are provided.

Bookmarklet editor

JavaScript Mazes

A small JavaScript to generate and solve mazes.