Software System Markup Language (SSML)
SSML, the Software System Markup Language, is the result of my Masters Thesis work at The University of Alabama in Huntsville (UAH). For more information, and to download, visit the SSML Project Page.
SSML, the Software System Markup Language, is the result of my Masters Thesis work at The University of Alabama in Huntsville (UAH). For more information, and to download, visit the SSML Project Page.
PFC, the Palm Foundation Classes (not to be confused with the old PFC conduit classes from Palm), is a class library for writing m68k-based PalmOS programs (i.e., for PalmOS <= 5) in C++. See the PFC Project Page.
I hacked the source code for the PuTTY terminal emulator on Windows to give it support for transparent backgrounds. See the PuTTY Transparency project page.
Generally useful shell scripts can be found here.
The following are some (mostly simple) tools I developed for use in batch scripts on Windows NT 4 and above (2000, XP, etc.).
Given a relative path, returns the full path, processing and removing any . and .. entries. This doesn't have a canonicalization algorithm in it; it is just a thin wrapper around a call to the Win32 API PathCanonicalize function. It works on Windows 95 and Windows NT 4 and above, but on 95 and NT 4 you must have at least Internet Explorer 4 installed (so the system will have PathCanonicalize).Given an absolute path, converts that path to a relative path from the current directory.Set entries in .ini files from the command line.Generate GUID (Globally Unique Identifiers) from the command line.Show user a prompt and get a line of input in response.Set the "most recent" program exit code (ERRORLEVEL in DOS/Windows). Can be used to return error codes from batch scripts.
TODO: This is Covidimus.Forms.VisualStyles -- someday...