Software

These are my open source projects. I built each of these applications to solve an immediate problem of mine and to expand my skillset. Feel free to install these applications and examine the source.

File Monitor

File Monitor

Architect, Sole Developer - Personal

File Monitor is a Qt based cross-platform file viewer that auto-redraws when files change on disk.

Multiple files can be opened within tabs and when one of the files is changed on disk, that tab is switched to and it's display is updated.

Over the course of this project I learned how to create a command-line installable source package for Linux and I wrote bash scripts that generate .deb and nsis based installers.

File Monitor Project Page

Schema Validator

Schema Validator

Architect, Sole Developer - Personal

Schema Validator is a simple Qt based cross-platform tool that confirms that a specified XML file is a valid example of a specified XML Schema file.

Over the course of this project I enhanced my cross-platform installation skillset with the addition of man-pages and start menu application icons for Linux and Windows.

Schema Validator Project Page