Code[source]
xml
<glacius:metadata> | |
<title>Code</title> | |
<description>Programming projects of mine</description> | |
<category>PHP</category> | |
<category>C#</category> | |
<category>JavaScript</category> | |
<category>Node.js</category> | |
<category>Bash</category> | |
</glacius:metadata> | |
<p> | |
Here are a few of my publicly available coding projects. Some of them suck, | |
others of them suck a little more. Some are actually pretty okay. | |
</p> | |
<ul> | |
<li> | |
<a href="https://phpmidiparser.com/">MIDI Parser</a> - | |
A library that parses a MIDI file | |
<ul> | |
<li><a href="https://github.com/tmont/midiparser">GitHub</a></li> | |
<li><a href="https://packagist.org/packages/tmont/midiparser">Packagist</a></li> | |
</ul> | |
</li> | |
<li> | |
<a href="https://butterfly.tmont.com/">Butterfly</a> - | |
A markup language similar to Markdown, only better. But less ubiquitous. | |
<ul> | |
<li><a href="https://github.com/tmont/butterfly">GitHub</a></li> | |
</ul> | |
</li> | |
<li> | |
<a href="https://argopt.tmont.com/">Argopt</a> - | |
Command-line argument parsing for .NET | |
<ul> | |
<li><a href="https://github.com/tmont/argopt">GitHub</a></li> | |
</ul> | |
</li> | |
<li> | |
<a href="https://jarvis.tmont.com/">Jarvis</a> - | |
A unit testing framework for the browser and Node.js | |
<ul> | |
<li><a href="https://github.com/tmont/jarvis">GitHub</a></li> | |
</ul> | |
</li> | |
<li> | |
<code>nginx-conf</code> - | |
A library to interact programmatically with an <a href="https://nginx.org/">nginx</a> | |
config file | |
<ul> | |
<li><a href="https://github.com/tmont/nginx-conf">GitHub</a></li> | |
<li><a href="https://www.npmjs.com/package/nginx-conf">npm</a></li> | |
</ul> | |
</li> | |
<li> | |
<code>lliw</code> - | |
A dead simple library to add ANSI color escapes to strings | |
<ul> | |
<li><a href="https://github.com/tmont/lliw">GitHub</a></li> | |
<li><a href="https://www.npmjs.com/package/lliw">npm</a></li> | |
</ul> | |
</li> | |
<li> | |
<code>looger</code> - | |
A dead simple library logging library | |
<ul> | |
<li><a href="https://github.com/tmont/looger">GitHub</a></li> | |
<li><a href="https://www.npmjs.com/package/looger">npm</a></li> | |
</ul> | |
</li> | |
<li> | |
<code>sahara</code> - | |
A full-featured dependency injection container library for Node.js | |
<ul> | |
<li><a href="https://github.com/tmont/sahara">GitHub</a></li> | |
<li><a href="https://www.npmjs.com/package/sahara">npm</a></li> | |
</ul> | |
</li> | |
<li> | |
<code>goa</code> - | |
An <a href="https://expressjs.com/">express</a> wrapper to enable a sort | |
of MVC-like structure to Node server apps. | |
<ul> | |
<li><a href="https://github.com/tmont/goa">GitHub</a></li> | |
<li><a href="https://www.npmjs.com/package/goa">npm</a></li> | |
</ul> | |
</li> | |
<li> | |
<a href="https://sunlightjs.com/">Sunlight</a> - | |
client-side syntax highlighter | |
<ul> | |
<li><a href="https://github.com/tmont/sunlight">GitHub</a></li> | |
</ul> | |
</li> | |
<li> | |
<code>html-parser</code> - | |
HTML parser for Node.js | |
<ul> | |
<li><a href="https://github.com/tmont/html-parser">GitHub</a></li> | |
<li><a href="https://www.npmjs.com/package/html-parser">npm</a></li> | |
</ul> | |
</li> | |
<li> | |
<code>audio-metadata</code> - | |
fast, small and efficient metadata extractor for MP3 and OGG | |
<ul> | |
<li><a href="https://github.com/tmont/audio-metadata">GitHub</a></li> | |
<li><a href="https://www.npmjs.com/package/audio-metadata">npm</a></li> | |
</ul> | |
</li> | |
<li> | |
<code>Stanley</code> - | |
single-file hideous Bash script that generates a static status/uptime site | |
<ul> | |
<li><a href="https://github.com/tmont/stanley">GitHub</a></li> | |
</ul> | |
</li> | |
<li> | |
<code>wikivgdb</code> - | |
really nasty script that generates a SQLite database from video game | |
pages on Wikipedia | |
<ul> | |
<li><a href="https://github.com/tmont/wikivgdb">GitHub</a></li> | |
</ul> | |
</li> | |
<li> | |
<code>analbum</code> - | |
album navigator and music player for the web | |
<ul> | |
<li><a href="https://music.tmont.com/">demo</a></li> | |
<li><a href="https://github.com/tmont/analbum">GitHub</a></li> | |
</ul> | |
</li> | |
</ul> | |