53 lines
2.2 KiB
Plaintext
53 lines
2.2 KiB
Plaintext
# Software
|
|
[[toc]]
|
|
|
|
Most of the still usable and/or relevant things I've created -- see [Columbarium](/columbarium) for software of a forgotten era.
|
|
|
|
----
|
|
|
|
## Substantial Things
|
|
### [Adobar](/software/adobar) -- HTML5/CSS3 Animation Program
|
|
* **Whyy**: Because everything else sucks.
|
|
* **System**: Linux, Windows, OS X, anything supported by XUL.
|
|
|
|
Actually create HTML5/CSS3 animations with this XUL program!
|
|
### [QWiki](/software/qwiki) -- Node.js file-based wiki to make life easy.
|
|
* **Whyy**: Because simplicity.
|
|
* **System**: Anything supported by Node.js
|
|
|
|
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.
|
|
[](/software/QWiki.png)
|
|
## Minor Things
|
|
### [polymail](/software/polymail) -- Send spam with ease!
|
|
* **Whyy**: Creating and sending newsletters via console was annoying.
|
|
* **System**: Anything supported by Node.js
|
|
|
|
A Node.js program that manages sending emails to multiple recipients, using Markdown as the default newsletter's renderer.
|
|
### [ARK](/software/ark) -- become a Cool Kid(tm) with a **brand new** directory indexer!
|
|
* **Whyy**: AJAX.
|
|
* **System**: Apache/PHP
|
|
|
|
A fancy HTML5 & JavaScript PHP directory index intended to replace Apache's default.
|
|
|
|
### [proclib](/software/proclib) -- struggle with a parser in the pursuit of randomization.
|
|
* **Whyy**: Experimentation in guided randomized map generation via a custom parser
|
|
* **System**: Linux, Windows, OS X, whatever you can get C to compile on
|
|
|
|
Doggedly attempt to understand proclib's syntax, I dare you (it's actually pretty straight forward).
|
|
|
|
### [EBIC](/software/EBIC) -- batch convert all the images!
|
|
* **Whyy**: At the time, a distinct lack of any similar simple utility.
|
|
* **System**: Mac OS 10.3+
|
|
|
|
AppleScript frontend to `sips` for converting/resizing images en masse.
|
|
### [EPPPD](/software/EPPPD) -- pppd all the TTY devices!
|
|
* **Whyy**: Playing with AppleScript.
|
|
* **System**: Mac OS 10.3+
|
|
|
|
AppleScript frontend to pppd.
|
|
## Scripts
|
|
### [JavaScript](/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.
|