Updated Related Projects (markdown)

mattn
2013-02-12 05:22:24 -08:00
parent 49eb4c2489
commit d3f4639f72
+1
@@ -28,6 +28,7 @@
* [mruby-process](https://github.com/iij/mruby-process) Process interface (waitpid, pid, kill, fork, ppid) by [iij](https://github.com/iij)
* [mruby-random](https://github.com/matsumoto-r/mruby-random) random method using [Mersenne Twister](http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/mt.html) by [matsumoto_r](https://github.com/matsumoto-r)
* [mruby-redis](https://github.com/matsumoto-r/mruby-redis) redis client using [hiredis](https://github.com/redis/hiredis) by [matsumoto_r](https://github.com/matsumoto-r)
* [mruby-require](https://github.com/mattn/mruby-require) require implementation by [mattn](https://github.com/mattn)
* [mruby-sha1](https://github.com/mattn/mruby-sha1) SHA1 digest function by [mattn](https://github.com/mattn)
* [mruby-simplehttp](https://github.com/matsumoto-r/mruby-simplehttp) simple http client using [mruby-uv](https://github.com/mattn/mruby-uv) by [matsumoto_r](https://github.com/matsumoto-r)
* [mruby-sleep](https://github.com/matsumoto-r/mruby-sleep) sleep binding by [matsumoto_r](https://github.com/matsumoto-r)