Journeys

Tools and Controls

Occasionally, I build software that I use personally. I do not publish it. But some of it has value so I am including it on this page.

Note that for this software, my development environment is:

By clicking on the download symbol (), you will open a dialog that will download the executable or the Visual Studio project files. The reader is invited to use this software. It is provided under the Code Project Open License CPOL

Name Downloads Description
Calendar Creator    Executable
   Project
To help administer a social website, I developed this tool to help me maintain a social calendar. Although somewhat complex to use, the resulting calendar can be placed onto a web page or distributed in an email.
Head    Executable
   Project
This utility provides a dump of the first 80 characters of a file. Unlike ViewFile, it can dump more than one file duiring a single execution. This tool was the precursor to ViewFile. Its inspiration was the head tool found on Unix platforms.
ViewFile    Executable
   Project
This utility provides a dump of a file. It works with most file types with the exception of .sys files. Many years ago, out of despiration, I developed this tool to allow me to look as the contents of a file in a byte-to-byte manner. Even today, there a few tools that perform this critical function. Due to internal Microsoft errors in its implementations of the OpenFileDialog and the SaveFileDialog, this tool will only open a single file. Someday I may fix the error.