mirror of
https://github.com/wezm/wezm.net.git
synced 2024-11-10 01:42:32 +00:00
Update projects page with node-genx and OCMustache
This commit is contained in:
parent
85c83bfb33
commit
a35a4eef68
1 changed files with 32 additions and 3 deletions
|
@ -1,6 +1,9 @@
|
|||
I have a collection of open-source software on [GitHub][github]. Some of the
|
||||
more noteworthy projects are listed below.
|
||||
|
||||
I have collection of source code on [GitHub][github]. Some of the more noteworthy
|
||||
projects are listed below.
|
||||
[github]: http://github.com/wezm
|
||||
|
||||
<!--
|
||||
|
||||
Monothumb
|
||||
---------
|
||||
|
@ -13,7 +16,33 @@ original one, written in Objective-C that uses CoreImage and a second version
|
|||
written in Lua. The Lua one is the one currently in use.
|
||||
|
||||
[flickr]: http://www.flickr.com/photos/wezm/
|
||||
[github]: http://github.com/wezm
|
||||
|
||||
-->
|
||||
|
||||
node-genx
|
||||
---------
|
||||
|
||||
[node-genx] is a [node.js][node] binging to the [Genx][genx] XML generation
|
||||
library. It allows fast and correct XML generation from the Javascript based
|
||||
node.js environment. Available for easy install on [npm] via:
|
||||
|
||||
npm install genx
|
||||
|
||||
[node-genx]: https://github.com/wezm/node-genx
|
||||
[node]: http://nodejs.org/
|
||||
[genx]: http://www.tbray.org/ongoing/When/200x/2004/02/20/GenxStatus
|
||||
[npm]: http://npmjs.org/
|
||||
|
||||
OCMustache
|
||||
----------
|
||||
|
||||
[OCMustache][ocmustache] brings the [Mustache templating language][mustache] to
|
||||
Objective-C. The parser is built using the [Ragel State Machine
|
||||
Compiler][ragel] in the hope that it will help ensure fast and correct parsing.
|
||||
|
||||
[ocmustache]: https://github.com/wezm/OCMustache
|
||||
[mustache]: http://mustache.github.com/
|
||||
[ragel]: http://www.complang.org/ragel/
|
||||
|
||||
Weather Station
|
||||
---------------
|
||||
|
|
Loading…
Reference in a new issue