Software

These are software packages I've created in the past years. Everything is available under the MIT License.

I started coding in the late 1990s in QuickBasic on MS-DOS and C on Linux. I moved to Perl and then started creating web sites with PHP and HTML. For the past 10 years I've mostly been using Python. Some of the software here is old and comes with no support or guarantee that it will run on modern systems.

TitleDecscriptionDate
TarotThis is a simple web app that uses AI produced Tarot cards with ChatGPT to provide Tarot readings. You can check it out here and the code is available on GitHub.
2024
FolderMonitorFolder Monitor is a simple Windows application that monitors a folder for files matching a specific wildcard every 5 seconds, then moves those files to another folder. Configuration is found in the INI file of the same name. You can download the binary here and the code is on GitHub.2024
DCPIMThis is a container based web platform to provide a number of functions around personal information management. It's currently in early stages of development. The code is available on GitHub.2023
FixTabsThis simple utility will scan a text file and replace leading spaces with tabs. It supports 4 or 5 spaces per tab, along with a mix of tabs and spaces. It uses and requires Python 3.x to be installed on the system. The code is available on GitHub.2019
ConnixConnix is a Python 3 library that I created for my own use, to provide a lot of different utility functions that I often use. You can install it using the pip3 install connix command. The PyPi project page is available here and the code on GitHub.2018
NodePointNodePoint is an IT platform providing a number of components for tickets management, inventory control, support articles, tasks and more. It's web based and can run on Apache or IIS. You can install it using Docker with this command: docker run -p 80:80 dendory/nodepoint &. You can also download it here:
  • nodepoint.zip


  • 2017
    RobCoRobCo is a simple Fallout inspired web interface, simulating the RobCo Industries computer platform. It's available on the web here.
    2017
    HealthstoneHealthstone Systems Monitor is a simple monitoring system for Windows and Linux systems. It comes with an agent for both OSes, along with a web based dashboard. You can download the code here:
  • healthstone-client-linux.zip
  • healthstone-client-win64.zip
  • healthstone-server.zip

  • 2015
    CryptThis is a simple web site that showcases various cryptography functions implemented fully client-side in JavaScript. You can check it out here.2014
    CPANI released a few Perl modules for loading and saving configuration values on Windows, returning a sanitized version of strings, and a simple users and groups management interface. They are available on the CPAN web site here.2014