diff --git a/content/about.html b/content/about.html index 18aad8f..e94ea56 100644 --- a/content/about.html +++ b/content/about.html @@ -50,6 +50,7 @@ Find me on the Internet in one of these places: //]]> +
  • Binary Trance Software – My app development company
  • Facebook – http://www.facebook.com/wjmoore
  • Flickr – http://www.flickr.com/photos/wezm/
  • GitHub – https://github.com/wezm
  • diff --git a/content/projects.html b/content/projects.html index 1e7c402..9fff915 100644 --- a/content/projects.html +++ b/content/projects.html @@ -1,10 +1,32 @@ +Binary Trance Software +---------------------- + +Through my app development company [Binary Trance Software][bt] I've +built the following apps: + +* [SymbolMate][symbolmate] -- Quickly find and copy symbols and Emoji + +[bt]: https://binarytrance.com/ +[symbolmate]: https://binarytrance.com/apps/symbolmate + +Open Source Projects +-------------------- + I have a collection of open-source software on [GitHub][github]. Some of the more noteworthy projects are listed below. [github]: http://github.com/wezm -OCMustache ----------- +### pkb + +[pkb] is a personal knowledge base. It's a [Rails] application that allows you to quickly publish +snippets of knowledge. It powers [linkedlist.org](https://linkedlist.org/), which is my instance +of pkb. + +[pkb]: https://github.com/wezm/pkb +[Rails]: http://rubyonrails.org + +### OCMustache [OCMustache][ocmustache] brings the [Mustache templating language][mustache] to Objective-C. The parser is built using the [Ragel State Machine @@ -14,8 +36,7 @@ Compiler][ragel] in the hope that it will help ensure fast and correct parsing. [mustache]: http://mustache.github.com/ [ragel]: http://www.complang.org/ragel/ -Monothumb ---------- +### Monothumb [monothumb] is the tool that generates the thumbnails on the [home page](/). It retrieves thumbnails of my [recent uploads to Flickr][flickr], converts them to @@ -26,9 +47,9 @@ written in Lua. The Lua one uses my [lua-imlib2] fork. [flickr]: http://www.flickr.com/photos/wezm/ [monothumb]: https://github.com/wezm/monothumb +[lua-imlib2]: https://github.com/wezm/lua-imlib2 -node-genx ---------- +### node-genx [node-genx] is a [node.js][node] binding to the [Genx][genx] XML generation library. It allows fast and correct XML generation from the Javascript based @@ -39,8 +60,7 @@ node.js environment. Available for easy install via [npm]. [genx]: http://www.tbray.org/ongoing/When/200x/2004/02/20/GenxStatus [npm]: http://npmjs.org/ -Weather Station ---------------- +### Weather Station I previously had a weather station at my home for keeping track of the local conditions. I added support for [SQLite][sqlite] logging to [my