| 1 | 12,578 | 26,597 | hash-utils | Adds more than 155 useful and frequently rather fundamental methods which are missing i... |
| 2 | 15,958 | 26,597 | ruby-version | Wraps the RUBY_VERSION and RUBY_ENGINE constants and allows the elegant Ruby version nu... |
| 3 | 16,685 | 48,072 | command-builder | Builds command runnable from shell by simple and elegant way. Allows both synchronous e... |
| 4 | 17,642 | 25,297 | pipe-run | Executes shell command and returns its outputs in single call. Both synchronous and asy... |
| 5 | 19,371 | 59,025 | bit-packer | Provides easy declarative way of analyzing the packed bit arrays. |
| 6 | 19,539 | 40,992 | frozen-objects | Provides some syntactic sugar of implicitly frozen objects and an freezing operator use... |
| 7 | 19,662 | 48,072 | struct-fx | Declarative pure Ruby equivalent of C/C++ structs. |
| 8 | 19,767 | 48,072 | gif-info | Pure Ruby analyzer of the GIF image format. Performs complete analysis of internal GIF ... |
| 9 | 19,942 | 32,819 | unix-whereis | Ruby interface to UNIX 'whereis' command. |
| 10 | 22,554 | 48,072 | optipng | Ruby interface to 'optipng' tool. |
| 11 | 23,457 | 36,247 | json-rpc-objects | Implementation of JSON-RPC objects with respect to specifications compliance and API ba... |
| 12 | 33,397 | 30,236 | qrpc | Queued RPC client and server. Works as normal RPC server, but through queue interface, ... |
| 13 | 36,246 | 78,082 | jpegoptim | Ruby interface to 'jpegoptim' tool. |
| 14 | 38,786 | 59,025 | image-optimizer | Optimizes given JPEG and PNG images or images in given folder. Uses several encoders fo... |
| 15 | 39,148 | 23,106 | em-files | Sequenced file reader and writer through EventMachine. Solves problem of blocking disk ... |
| 16 | 43,764 | 78,082 | block64 | Encrypts and decrypts data of arbitrary length using RSA cyphers. Fixed and much faster... |
| 17 | 46,830 | 78,082 | native-query | Cool way how to speak with database server. It's ellegant DSL; the SQL query helper whi... |
| 18 | 52,424 | 78,082 | json-rpc-objects-json | JSON serializing support for JSON-RPC Objects. JSON-RPC Objects is complete implementat... |
| 19 | 52,818 | 117,513 | jpegtran | Ruby interface to 'jpegtran' tool. |
| 20 | 61,938 | 30,236 | fluent-query | Cool way how to write SQL queries and general way how to convert series of method calls... |
| 21 | 63,744 | 78,082 | multitype-introspection | Allows multiple type introspection. Currenty deprecated in favour to Hash Utils. |
| 22 | 74,431 | 36,247 | fluent-query-sql | Generic SQL support for the Fluent Query. Fluent Query is cool way how to write SQL que... |
| 23 | 74,673 | 36,247 | fifo-cache | Fast hash-like fixed size cache class with FIFO functionality which removes oldest or l... |
| 24 | 75,386 | 40,992 | fluent-query-dbi | Generic DBI support for the Fluent Query. Fluent Query is cool way how to write SQL que... |
| 25 | 79,396 | 40,992 | object-proxy | Provides collection of four proxy objects intended for intercepting calls to instance m... |
| 26 | 80,429 | 40,992 | em-sequence | Third approach to EventMachine lightweight concurrency. Runs declared methods and block... |
| 27 | 84,741 | 48,072 | em-file-utils | Allows base file operations using UNIX commands such as standard library FileUtils, but... |
| 28 | 88,372 | 78,082 | callback-adapter | Adapts a callback backed interface to an standard one, so allows safe thread-synchroniz... |
| 29 | 93,197 | 78,082 | rb.rotate | More modern alternative to classical 'logrotate' tool with more features and less limit... |
| 30 | 93,608 | 78,082 | lookup-hash | Hash intended for using as lookup table only for simple checking of existency of some i... |
| 31 | 93,897 | 59,025 | fluent-query-postgresql | PostgreSQL support for the Fluent Query. Fluent Query is cool way how to write SQL quer... |
| 32 | 95,690 | 48,072 | fluent-query-mysql | MySQL support for the Fluent Query. Fluent Query is cool way how to write SQL queries i... |
| 33 | 98,871 | 117,513 | yaop | Yet another options parser. Parses the command-line arguments and parameters. Simple, l... |
| 34 | 105,336 | 59,025 | em-wrapper | Wraps objects callbacks to EventMachine next ticks, so allows transparent multiplexing ... |
| 35 | 122,056 | 59,025 | callback-batch | Provides ability to run more callbacked methods of single or more objects by elegant, r... |
| 36 | 126,662 | 78,082 | em-batch | Provides ability to run more callbacked methods backed by EventMachine of single or mor... |
| 37 | 127,941 | 117,513 | json-rpc-objects-msgpack | MessagePack serializing support for JSON-RPC Objects. JSON-RPC Objects is complete impl... |
| 38 | 128,035 | 78,082 | evented-queue | Provides queue driven by callbacks so suitable for asynchronous processing environments... |
| 39 | 129,215 | 78,082 | fluent-query-sqlite3 | SQlite3 support for the Fluent Query. Fluent Query is cool way how to write SQL queries... |
| 40 | 129,681 | 117,513 | hashfunctions-extension | 11 fast hash functions for general purpose non-cryptographic use implemented originally... |
| 41 | 129,854 | 117,513 | json-rpc-objects-yaml | YAML serializing support for JSON-RPC Objects. JSON-RPC Objects is complete implementat... |
| 42 | 129,944 | 117,513 | json-rpc-objects-psych | YAML serializing support using libyaml (via Psych) for JSON-RPC Objects. JSON-RPC Objec... |
| 43 | 130,514 | 117,513 | hashfunctions | 11 fast hash functions for general purpose non-cryptographic use implemented originally... |
| 44 | 132,757 | 117,513 | object-mapper | Provides interface for operations above set of objects in single call. Binds method cal... |
| 45 | 132,894 | 117,513 | json-rpc-objects-bson | BSON serializing support for JSON-RPC Objects. JSON-RPC Objects is complete implementat... |
| 46 | 133,120 | 78,082 | options-hash | Syntactic sugar for creating hashes with options which can have defined default values ... |
| 47 | 134,319 | 78,082 | object-threads | Emulates Python threading API paradigm. Creating threads by giving some block to constr... |
| 48 | 134,609 | 117,513 | unified-queues | Unifies many queue implementations under the single interface. Includes both single que... |
| 49 | 145,289 | 117,513 | datasizes | Provides simple API for converting 'dd' like data amount postfixes (like 3M or 4G) to b... |
| 50 | 148,063 | 117,513 | callback-locker | Semaphore (mutex) like primitive for synchronizing callbacks. |