Minor software wiki edit
Modified software page to more closely match games page.master
parent
0346fa98bd
commit
9a86d82f9b
|
@ -14,6 +14,15 @@ Beginnings of a roguelike engine + game.
|
||||||
|
|
||||||
## Software
|
## Software
|
||||||
### proclib
|
### proclib
|
||||||
|
* **Site**: [proclib](/software/proclib)
|
||||||
|
* **Year**: 2015
|
||||||
|
* **Language**: C
|
||||||
|
* **System**: Linux, Windows, OS X, whatever you can get C to compile on
|
||||||
|
|
||||||
|
Experimental procedural generation library.
|
||||||
|
|
||||||
|
Doggedly attempt to understand proclib's syntax, I dare you (it's actually pretty straight forward).
|
||||||
|
|
||||||
### kettext
|
### kettext
|
||||||
### noirchat
|
### noirchat
|
||||||
### netwine
|
### netwine
|
||||||
|
|
|
@ -5,48 +5,74 @@ Most of the still usable and/or relevant things I've created -- see [Columbarium
|
||||||
|
|
||||||
----
|
----
|
||||||
|
|
||||||
## Substantial Things
|
### LGS -- Let's Get Shredded
|
||||||
### [Adobar](/software/adobar) -- HTML5/CSS3 Animation Program
|
* **Site**: [LGS](/software/LGS)
|
||||||
* **Whyy**: Because everything else sucks.
|
* **Year**: 2016
|
||||||
|
* **Language**: JavaScript
|
||||||
|
* **System**: Any modern JavaScript browser supporting HTML5
|
||||||
|
|
||||||
|
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.
|
* **System**: Linux, Windows, OS X, anything supported by XUL.
|
||||||
|
|
||||||
Actually create HTML5/CSS3 animations with this XUL program!
|
Actually create HTML5/CSS3 animations with this XUL program!
|
||||||
### [QWiki](/software/qwiki) -- Node.js file-based wiki to make life easy.
|
|
||||||
* **Whyy**: Because simplicity.
|
### QWiki -- Node.js file-based wiki to make life easy.
|
||||||
* **System**: Anything supported by Node.js
|
* **Site**: [QWiki](/software/QWiki)
|
||||||
|
* **Year**: 2015-2016
|
||||||
|
* **Language**: JavaScript
|
||||||
|
* **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.
|
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)
|
[](/software/QWiki.png)
|
||||||
## Minor Things
|
|
||||||
### [polymail](/software/polymail) -- Send spam with ease!
|
### polymail -- Send spam with ease!
|
||||||
* **Whyy**: Creating and sending newsletters via console was annoying.
|
* **Site**: [polymail](/software/polymail)
|
||||||
|
* **Year**: 2015-2016
|
||||||
|
* **Language**: JavaScript
|
||||||
* **System**: Anything supported by Node.js
|
* **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.
|
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!
|
### ARK -- become a Cool Kid(tm) with a **brand new** directory indexer!
|
||||||
* **Whyy**: AJAX.
|
* **Site**: [ARK](/software/ARK)
|
||||||
|
* **Year**: 2015
|
||||||
|
* **Language**: PHP
|
||||||
* **System**: Apache/PHP
|
* **System**: Apache/PHP
|
||||||
|
|
||||||
A fancy HTML5 & JavaScript PHP directory index intended to replace Apache's default.
|
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.
|
### proclib -- struggle with a parser in the pursuit of randomization.
|
||||||
* **Whyy**: Experimentation in guided randomized map generation via a custom parser
|
* **Site**: [proclib](/software/proclib)
|
||||||
|
* **Year**: 2015
|
||||||
|
* **Language**: C
|
||||||
* **System**: Linux, Windows, OS X, whatever you can get C to compile on
|
* **System**: Linux, Windows, OS X, whatever you can get C to compile on
|
||||||
|
|
||||||
|
Experimental procedural generation library.
|
||||||
|
|
||||||
Doggedly attempt to understand proclib's syntax, I dare you (it's actually pretty straight forward).
|
Doggedly attempt to understand proclib's syntax, I dare you (it's actually pretty straight forward).
|
||||||
|
|
||||||
### [EBIC](/software/EBIC) -- batch convert all the images!
|
### EBIC -- batch convert all the images!
|
||||||
* **Whyy**: At the time, a distinct lack of any similar simple utility.
|
* **Site**: [EBIC](/software/EBIC)
|
||||||
|
* **Year**: 2011?
|
||||||
|
* **Language**: AppleScript
|
||||||
* **System**: Mac OS 10.3+
|
* **System**: Mac OS 10.3+
|
||||||
|
|
||||||
AppleScript frontend to `sips` for converting/resizing images en masse.
|
AppleScript frontend to `sips` for converting/resizing images en masse.
|
||||||
### [EPPPD](/software/EPPPD) -- pppd all the TTY devices!
|
|
||||||
* **Whyy**: Playing with AppleScript.
|
### EPPPD -- pppd all the TTY devices!
|
||||||
|
* **Site**: [EPPPD](/software/EPPPD)
|
||||||
|
* **Year**: 2011?
|
||||||
|
* **Language**: AppleScript
|
||||||
* **System**: Mac OS 10.3+
|
* **System**: Mac OS 10.3+
|
||||||
|
|
||||||
AppleScript frontend to pppd.
|
AppleScript frontend to pppd.
|
||||||
## Scripts
|
|
||||||
### [JavaScript](/software/js)
|
### [JavaScript Scripts](/software/js)
|
||||||
A collection of scripts pertaining to JavaScript, generally for the browser or Node.js.
|
A collection of scripts pertaining to JavaScript, generally for the browser or Node.js.
|
||||||
### [Shell scripts](/software/shell)
|
### [Shell Scripts](/software/shell)
|
||||||
Various shell scripts for shell scripting things.
|
Various shell scripts for shell scripting things.
|
||||||
|
|
Loading…
Reference in New Issue