Software

My Applications

This is a collection of various scripts and applications that I've written myself.  In the spirit of free software, all software included here (unless otherwise indicated) is freely available under the terms of the GNU General Public License (GPL).

apeinfo (Updated: 2010-05-02 15:02) - Linux CLI program to display tags and format information about APE files (Monkey's Audio)

AutoFLAC (Updated: 2009-03-22 01:50) - "Frontend" for Exact Audio Copy used to automate backing up and restoring audio CDs using the FLAC media format

Convert to FLAC (Updated: 2019-11-26 21:42) - Shell script used to convert a losslessly compressed audio file to the FLAC format and preserve any tag information

ExtractMHT (Updated: 2007-03-05 01:33) - extracts individual components from MHTML (*.mht) files

Get Album Art (Updated: 2007-03-05 01:38) - PHP script used to automate locating and downloading CD cover images for albums

Inno Setup CLI Help (Updated: 2011-04-30 00:50) - Enables display of command line usage information and available tasks and components for Inno Setup installers

Modify Path (Updated: 2012-04-21 04:22) - Native Windows and Inno Setup Pascal scripts that allows the user to easily modify the system path

Open with Arguments (Updated: 2022-06-03 10:07) - Extension for Windows that allows the user to pass arguments to any executable file

Read Game ID (Updated: 2021-08-21 18:24) - Utility to read the Game ID from various PlayStation game images and packages

SFO Extract (Updated: 2021-09-19 23:02) - Utility to extract SFO files (param.sfo) from PlayStation game files

Universal Extractor (Updated: 2022-06-03 08:39) - Universal archive/package/compressed file extractor

Verify Game (Updated: 2021-08-21 18:26) - Game ROM/ISO verification utility for Linux

Return to top

Miscellaneous Scripts

These are significantly less polished scripts that I've written for myself and weren't specifically meant to be released.  They're not necessarily as robust, clean, functional, or well-commented as the programs listed above.  However, I personally use them quite a bit, and wanted to share them with everyone else that may be able to benefit from them.  Unless otherwise stated, all scripts below are available under the GNU General Public License.

Since only a short description of each script is presented here, please be sure to check out the source code before running any of these scripts.  Pay attention in particular to any comments at the top of the script and/or the "Setup Environment" section, which often contains variables that may need to be adjusted for your specific system.  For assistance with any of these scripts, please visit the forum.

gencover.sh (Updated: 2009-08-24 01:54) - generate a JPEG image from the first page of a PDF; useful for creating covers for PDF manuals, ebooks, etc.

upport.sh and upport_cron.sh (Updated: 2009-08-24 09:35) - semi-automated update/upgrade scripts for Gentoo (portage w/ eix)

uppac.sh and uppac_cron.sh (Updated: 2009-08-24 02:02) - semi-automated update/upgrade scripts for Arch (pacman)

upapt.sh and upapt_cron.sh (Updated: 2009-08-24 02:02) - semi-automated update/upgrade scripts for Debian (apt)

wakeup.sh (Updated: 2009-08-24 02:08) - send Wake-on-LAN packet to specified computer to power it on remotely

Return to top