A chronological listing of recent articles
Miscellaneous technology writing
Book reviews and author profiles
National Technology Transfer Center
Fatta la legge, e trovato l'ingano (culture blog)
Various social networking outlets
MacChangeToUnix: A Bash shell script that converts a file from the MAC format to the Unix format: (script) (text)
ChangeToUnix: A Bash shell script that converts a file from the DOS format to the Unix format: (script) (text)A page of simple Perl programs Illustrative: One function per program.
StarCatcher (Java) A Java command-line program that extracts all the ratings in your iTunes program.
Countdown to Burning Man 2006 (CGI, Bash shell) A CGI script that basically acts as a countdown to a particular date, in this case to Burning Man 2006. But the dates (there are several) can be changed to any other times. It is written in Bash and can be executed from the Unix command line(with the header removed). In its present form, it can be run as a CGI page, if your hosting service offers CGI. If so, take off the "RemoveMeToActivate" suffix (making .cgi the new suffix). Don't forget to change the file permissions.
XML markup for address book (XML) This ZIP file has three files: a DTD file defining XML fields for a home address book, an XML page containing these fields, and a CSS file for basic layout for rendering the XML file as a Web page. One of these days, I might write a Web-based address book using these.
Degree Converter (Visual Basic) A Windows program that takes degrees of angle and converts them into radians and the decimal equivalent.
360 degree panorama of my home office, using Quick Time circa 1997 Hold the mouse down and drag the cursor around to move the image.
Temperature Converter (Java) A simple Java program that converts the temperature from Fahrenheit to Celsius. Written for a Java Introduction class. Zip package includes source and the program.
Java Object Template (Java) An instructional Java program that shows how a single class can be used to run two objects. Zip package includes source and the program.
Applet Template (Java) A template for creating a Java applet. Zip package includes source and the program.