# Software [[toc]] Most of the still usable and/or relevant things I've created -- see [Columbarium](/columbarium) for software of a forgotten era. ---- ### LGS -- Let's Get Shredded * **Site**: [LGS](/software/LGS) * **Year**: 2016 * **Language**: JavaScript * **System**: Any modern JavaScript browser supporting HTML5 * **Interface**: Browser A graphing and management browser application for getting swole. ### Adobar -- HTML5/CSS3 Animation Program * **Site**: [Adobar](/software/Adobar) * **Year**: 2016 * **Language**: XUL * **System**: Linux, Windows, OS X, anything supported by XUL. * **Interface**: Graphical Desktop Actually create HTML5/CSS3 animations with this XUL program! ### QWiki -- Node.js file-based wiki to make life easy. * **Site**: [QWiki](/software/QWiki) * **Year**: 2015-2016 * **Language**: JavaScript * **System**: Anything supported by Node.js * **Interface**: Terminal and Browser A Node.js HTTP server that provides a customizable wiki using files as the database. Easily expandable to use different text renderers, such as Markdown. [![QWiki.png](/software/QWiki.png)](/software/QWiki.png) ### polymail -- Send spam with ease! * **Site**: [polymail](/software/polymail) * **Year**: 2015-2016 * **Language**: JavaScript * **System**: Anything supported by Node.js * **Interface**: Terminal A Node.js program that manages sending emails to multiple recipients, using Markdown as the default newsletter's renderer. ### ARK -- become a Cool Kid(tm) with a **brand new** directory indexer! * **Site**: [ARK](/software/ARK) * **Year**: 2015 * **Language**: PHP * **System**: Apache/PHP A fancy HTML5 & JavaScript PHP directory index intended to replace Apache's default. ### proclib -- struggle with a parser in the pursuit of randomization. * **Site**: [proclib](/software/proclib) * **Year**: 2015 * **Language**: C * **System**: Linux, Windows, OS X, whatever you can get C to compile on * **Interface**: Terminal Experimental procedural generation library. Doggedly attempt to understand proclib's syntax, I dare you (it's actually pretty straight forward). ### EBIC -- batch convert all the images! * **Site**: [EBIC](/software/EBIC) * **Year**: 2011? * **Language**: AppleScript * **System**: Mac OS 10.3+ * **Interface**: Graphical Desktop AppleScript frontend to `sips` for converting/resizing images en masse. ### EPPPD -- pppd all the TTY devices! * **Site**: [EPPPD](/software/EPPPD) * **Year**: 2011? * **Language**: AppleScript * **System**: Mac OS 10.3+ * **Interface**: Graphical Desktop AppleScript frontend to pppd. ### [JavaScript Scripts](/software/js) A collection of scripts pertaining to JavaScript, generally for the browser or Node.js. ### [Shell Scripts](/software/shell) Various shell scripts for shell scripting things.