42fc314f745f
moar.
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Mon, 23 Jan 2012 20:43:58 -0500 |
parents | d3f9b6214e77 |
children | cafc6c1cfb95 |
branches/tags | (none) |
files | content/projects/d.html content/projects/typkov.html |
Changes
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/content/projects/d.html Mon Jan 23 20:43:58 2012 -0500 @@ -0,0 +1,21 @@ +{% extends "_post.html" %} + +{% hyde +title: "d" +snip: "Generate documentation and get on with your life." +created: 2012-01-23 20:00:01 +exclude: False +%} + +{% block article %} + +[d](http://sjl.bitbucket.org/d/) generates documentation from Markdown files +and lets you get on with your life. + +It's open source (MIT/X11 licensed) on [BitBucket][] and [GitHub][]. + +[BitBucket]: http://bitbucket.org/sjl/d/ +[GitHub]: http://github.com/sjl/d/ + +{% endblock %} +
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/content/projects/typkov.html Mon Jan 23 20:43:58 2012 -0500 @@ -0,0 +1,28 @@ +{% extends "_post.html" %} + +{% hyde +title: "Typkov" +snip: "Create typing lessons from your own writing." +created: 2012-01-23 00:00:01 +exclude: False +%} + +{% block article %} + +[Typkov](http://typkov.stevelosh.com) is a simple webapp that generates typing +lessons from your own writing. + +Instead of practicing random words from the dictionary you can practice with the +kind of stuff you actually write in real life. It works surprisingly well. + +It's open source (MIT/X11 licensed) on [BitBucket][] and [GitHub][]. + +I also [recorded myself][rec] as I made the initial version, so if you like +watching programmers work you might like that (though I'm pretty new to +Clojure/Noir). + +[BitBucket]: http://bitbucket.org/sjl/typkov/ +[GitHub]: http://github.com/sjl/typkov/ +[rec]: http://youtu.be/uTwnoZEw7FE + +{% endblock %}