| 1 | 12,032 | 45,150 | hash-utils | Adds more than 155 useful and frequently rather fundamental methods which are missing i... |
| 2 | 15,295 | 36,933 | ruby-version | Wraps the RUBY_VERSION and RUBY_ENGINE constants and allows the elegant Ruby version nu... |
| 3 | 15,972 | 29,500 | command-builder | Builds command runnable from shell by simple and elegant way. Allows both synchronous e... |
| 4 | 16,874 | 58,794 | pipe-run | Executes shell command and returns its outputs in single call. Both synchronous and asy... |
| 5 | 19,101 | 31,542 | bit-packer | Provides easy declarative way of analyzing the packed bit arrays. |
| 6 | 19,133 | 130,231 | unix-whereis | Ruby interface to UNIX 'whereis' command. |
| 7 | 19,266 | 29,500 | frozen-objects | Provides some syntactic sugar of implicitly frozen objects and an freezing operator use... |
| 8 | 19,439 | 29,500 | struct-fx | Declarative pure Ruby equivalent of C/C++ structs. |
| 9 | 19,534 | 31,542 | gif-info | Pure Ruby analyzer of the GIF image format. Performs complete analysis of internal GIF ... |
| 10 | 21,609 | 149,286 | optipng | Ruby interface to 'optipng' tool. |
| 11 | 22,737 | 19,515 | json-rpc-objects | Implementation of JSON-RPC objects with respect to specifications compliance and API ba... |
| 12 | 32,802 | 162,686 | qrpc | Queued RPC client and server. Works as normal RPC server, but through queue interface, ... |
| 13 | 35,109 | 69,839 | jpegoptim | Ruby interface to 'jpegoptim' tool. |
| 14 | 37,857 | 58,794 | image-optimizer | Optimizes given JPEG and PNG images or images in given folder. Uses several encoders fo... |
| 15 | 38,561 | 22,660 | em-files | Sequenced file reader and writer through EventMachine. Solves problem of blocking disk ... |
| 16 | 42,947 | 36,933 | block64 | Encrypts and decrypts data of arbitrary length using RSA cyphers. Fixed and much faster... |
| 17 | 45,889 | 40,665 | native-query | Cool way how to speak with database server. It's ellegant DSL; the SQL query helper whi... |
| 18 | 51,392 | 58,794 | json-rpc-objects-json | JSON serializing support for JSON-RPC Objects. JSON-RPC Objects is complete implementat... |
| 19 | 51,792 | 51,074 | jpegtran | Ruby interface to 'jpegtran' tool. |
| 20 | 61,866 | 33,969 | fluent-query | Cool way how to write SQL queries and general way how to convert series of method calls... |
| 21 | 62,826 | 51,074 | multitype-introspection | Allows multiple type introspection. Currenty deprecated in favour to Hash Utils. |
| 22 | 73,547 | 40,665 | fifo-cache | Fast hash-like fixed size cache class with FIFO functionality which removes oldest or l... |
| 23 | 73,605 | 33,969 | fluent-query-sql | Generic SQL support for the Fluent Query. Fluent Query is cool way how to write SQL que... |
| 24 | 74,770 | 36,933 | fluent-query-dbi | Generic DBI support for the Fluent Query. Fluent Query is cool way how to write SQL que... |
| 25 | 78,638 | 130,231 | object-proxy | Provides collection of four proxy objects intended for intercepting calls to instance m... |
| 26 | 79,496 | 58,794 | em-sequence | Third approach to EventMachine lightweight concurrency. Runs declared methods and block... |
| 27 | 84,527 | 36,933 | em-file-utils | Allows base file operations using UNIX commands such as standard library FileUtils, but... |
| 28 | 87,566 | 86,396 | callback-adapter | Adapts a callback backed interface to an standard one, so allows safe thread-synchroniz... |
| 29 | 92,638 | 69,839 | lookup-hash | Hash intended for using as lookup table only for simple checking of existency of some i... |
| 30 | 93,142 | 51,074 | fluent-query-postgresql | PostgreSQL support for the Fluent Query. Fluent Query is cool way how to write SQL quer... |
| 31 | 93,180 | 162,686 | rb.rotate | More modern alternative to classical 'logrotate' tool with more features and less limit... |
| 32 | 94,694 | 58,794 | fluent-query-mysql | MySQL support for the Fluent Query. Fluent Query is cool way how to write SQL queries i... |
| 33 | 98,397 | 111,315 | yaop | Yet another options parser. Parses the command-line arguments and parameters. Simple, l... |
| 34 | 104,292 | 69,839 | em-wrapper | Wraps objects callbacks to EventMachine next ticks, so allows transparent multiplexing ... |
| 35 | 120,891 | 69,839 | callback-batch | Provides ability to run more callbacked methods of single or more objects by elegant, r... |
| 36 | 125,781 | 58,794 | em-batch | Provides ability to run more callbacked methods backed by EventMachine of single or mor... |
| 37 | 127,044 | 111,315 | json-rpc-objects-msgpack | MessagePack serializing support for JSON-RPC Objects. JSON-RPC Objects is complete impl... |
| 38 | 127,191 | 86,396 | evented-queue | Provides queue driven by callbacks so suitable for asynchronous processing environments... |
| 39 | 127,201 | 86,396 | fluent-query-sqlite3 | SQlite3 support for the Fluent Query. Fluent Query is cool way how to write SQL queries... |
| 40 | 128,808 | 111,315 | hashfunctions-extension | 11 fast hash functions for general purpose non-cryptographic use implemented originally... |
| 41 | 128,970 | 111,315 | json-rpc-objects-yaml | YAML serializing support for JSON-RPC Objects. JSON-RPC Objects is complete implementat... |
| 42 | 129,204 | 111,315 | json-rpc-objects-psych | YAML serializing support using libyaml (via Psych) for JSON-RPC Objects. JSON-RPC Objec... |
| 43 | 129,608 | 111,315 | hashfunctions | 11 fast hash functions for general purpose non-cryptographic use implemented originally... |
| 44 | 130,847 | 111,315 | json-rpc-objects-bson | BSON serializing support for JSON-RPC Objects. JSON-RPC Objects is complete implementat... |
| 45 | 131,434 | 130,231 | object-mapper | Provides interface for operations above set of objects in single call. Binds method cal... |
| 46 | 132,490 | 111,315 | options-hash | Syntactic sugar for creating hashes with options which can have defined default values ... |
| 47 | 132,627 | 86,396 | object-threads | Emulates Python threading API paradigm. Creating threads by giving some block to constr... |
| 48 | 134,460 | 149,286 | unified-queues | Unifies many queue implementations under the single interface. Includes both single que... |
| 49 | 145,099 | 58,794 | datasizes | Provides simple API for converting 'dd' like data amount postfixes (like 3M or 4G) to b... |
| 50 | 147,968 | 69,839 | callback-locker | Semaphore (mutex) like primitive for synchronizing callbacks. |