forked from wezm/wezm.net
Add links to Binary Trance on About and Projects pages
This commit is contained in:
parent
5d12c9aced
commit
06cbc418b5
2 changed files with 29 additions and 8 deletions
|
@ -50,6 +50,7 @@ Find me on the Internet in one of these places:
|
||||||
//]]>
|
//]]>
|
||||||
</script>
|
</script>
|
||||||
</li>
|
</li>
|
||||||
|
<li><a href="https://binarytrance.com/">Binary Trance Software</a> – My app development company
|
||||||
<li>Facebook – <a href="http://www.facebook.com/wjmoore">http://www.facebook.com/wjmoore</a></li>
|
<li>Facebook – <a href="http://www.facebook.com/wjmoore">http://www.facebook.com/wjmoore</a></li>
|
||||||
<li>Flickr – <a href="http://www.flickr.com/photos/wezm/">http://www.flickr.com/photos/wezm/</a></li>
|
<li>Flickr – <a href="http://www.flickr.com/photos/wezm/">http://www.flickr.com/photos/wezm/</a></li>
|
||||||
<li>GitHub – <a href="https://github.com/wezm">https://github.com/wezm</a></li>
|
<li>GitHub – <a href="https://github.com/wezm">https://github.com/wezm</a></li>
|
||||||
|
|
|
@ -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
|
I have a collection of open-source software on [GitHub][github]. Some of the
|
||||||
more noteworthy projects are listed below.
|
more noteworthy projects are listed below.
|
||||||
|
|
||||||
[github]: http://github.com/wezm
|
[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
|
[OCMustache][ocmustache] brings the [Mustache templating language][mustache] to
|
||||||
Objective-C. The parser is built using the [Ragel State Machine
|
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/
|
[mustache]: http://mustache.github.com/
|
||||||
[ragel]: http://www.complang.org/ragel/
|
[ragel]: http://www.complang.org/ragel/
|
||||||
|
|
||||||
Monothumb
|
### Monothumb
|
||||||
---------
|
|
||||||
|
|
||||||
[monothumb] is the tool that generates the thumbnails on the [home page](/). It
|
[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
|
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/
|
[flickr]: http://www.flickr.com/photos/wezm/
|
||||||
[monothumb]: https://github.com/wezm/monothumb
|
[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
|
[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
|
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
|
[genx]: http://www.tbray.org/ongoing/When/200x/2004/02/20/GenxStatus
|
||||||
[npm]: http://npmjs.org/
|
[npm]: http://npmjs.org/
|
||||||
|
|
||||||
Weather Station
|
### Weather Station
|
||||||
---------------
|
|
||||||
|
|
||||||
I previously had a weather station at my home for keeping track of the local
|
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
|
conditions. I added support for [SQLite][sqlite] logging to [my
|
||||||
|
|
Loading…
Reference in a new issue