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.
Title | Decscription | Date |
---|---|---|
Tarot | This 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 |
FolderMonitor | Folder 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 |
DCPIM | This 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 |
FixTabs | This 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 |
Connix | Connix 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 |
NodePoint | NodePoint 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: | 2017 |
RobCo | RobCo is a simple Fallout inspired web interface, simulating the RobCo Industries computer platform. It's available on the web here. | 2017 |
Healthstone | Healthstone 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: | 2015 |
Crypt | This is a simple web site that showcases various cryptography functions implemented fully client-side in JavaScript. You can check it out here. | 2014 |
CPAN | I 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 |