From 99351ac169c0349a19c7b91c286bbc53ca4d9bea Mon Sep 17 00:00:00 2001 From: ksss Date: Tue, 7 Jan 2014 17:24:37 -0800 Subject: [PATCH] Updated Related Projects (markdown) --- Related-Projects.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Related-Projects.md b/Related-Projects.md index 511edba..9967cf2 100644 --- a/Related-Projects.md +++ b/Related-Projects.md @@ -24,9 +24,12 @@ * [mruby-iconv](https://github.com/mattn/mruby-iconv) libiconv interface by [mattn](https://github.com/mattn) * [mruby-io](https://github.com/iij/mruby-io) IO, File implementation by [iij](https://github.com/iij) * [mruby-json](https://github.com/mattn/mruby-json) JSON encoder/decoder using [parson](https://github.com/kgabis/parson) by [mattn](https://github.com/mattn) +* [mruby-limits](https://github.com/ksss/mruby-limits) limits.h binding by [ksss](https://github.com/ksss) * [mruby-md5](https://github.com/mattn/mruby-md5) MD5 digest function by [mattn](https://github.com/mattn) * [mruby-msagent](https://github.com/mattn/mruby-msagent) Microsoft Agent by [mattn](https://github.com/mattn) * [mruby-mtest](https://github.com/iij/mruby-mtest) Minimum Test Framework by [iij](https://github.com/iij) +* [mruby-murmurhash1](https://github.com/ksss/mruby-murmurhash1) murmurhash1 digest function by [ksss](https://github.com/ksss) +* [mruby-murmurhash2](https://github.com/ksss/mruby-murmurhash2) murmurhash2 digest function by [ksss](https://github.com/ksss) * [mruby-netlink](https://github.com/matsumoto-r/mruby-netlink) netlink binding by [matsumoto_r](https://github.com/matsumoto-r) * [mruby-oauth](https://github.com/matsumoto-r/mruby-oauth) OAuth binding by [matsumoto_r](https://github.com/matsumoto-r) * [mruby-pack](https://github.com/iij/mruby-pack) Array#pack and String#unpack implementation by [iij](https://github.com/iij) @@ -38,6 +41,7 @@ * [mruby-sha1](https://github.com/mattn/mruby-sha1) SHA1 digest function by [mattn](https://github.com/mattn) * [mruby-simple-random](https://github.com/iij/mruby-simple-random) simple pseudo-random number generator using random(3) [iij](https://github.com/iij) * [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-siphash](https://github.com/ksss/mruby-siphash) siphash digest function by [ksss](https://github.com/ksss) * [mruby-sleep](https://github.com/matsumoto-r/mruby-sleep) sleep binding by [matsumoto_r](https://github.com/matsumoto-r) * [mruby-sqlite3](https://github.com/mattn/mruby-sqlite3) [SQLite3](http://www.sqlite.org/) database driver by [mattn](https://github.com/mruby-sqlite3) * [mruby-syslog](https://github.com/iij/mruby-syslog) syslog(3) binding by [iij](https://github.com/iij)