Martinpoljak's Gems

icon
#Total RankDaily RankNameSummary
110,81037,537hash-utilsAdds more than 155 useful and frequently rather fundamental methods which are missing i...
213,84515,586ruby-versionWraps the RUBY_VERSION and RUBY_ENGINE constants and allows the elegant Ruby version nu...
314,52337,537command-builderBuilds command runnable from shell by simple and elegant way. Allows both synchronous e...
415,310132,035pipe-runExecutes shell command and returns its outputs in single call. Both synchronous and asy...
517,354132,035unix-whereisRuby interface to UNIX 'whereis' command.
618,62137,537bit-packerProvides easy declarative way of analyzing the packed bit arrays.
718,846132,035frozen-objectsProvides some syntactic sugar of implicitly frozen objects and an freezing operator use...
819,06237,537struct-fxDeclarative pure Ruby equivalent of C/C++ structs.
919,167132,035gif-infoPure Ruby analyzer of the GIF image format. Performs complete analysis of internal GIF ...
1019,50037,537optipngRuby interface to 'optipng' tool.
1121,20637,537json-rpc-objectsImplementation of JSON-RPC objects with respect to specifications compliance and API ba...
1231,14037,537qrpcQueued RPC client and server. Works as normal RPC server, but through queue interface, ...
1333,20737,537jpegoptimRuby interface to 'jpegoptim' tool.
1435,89437,537image-optimizerOptimizes given JPEG and PNG images or images in given folder. Uses several encoders fo...
1537,56937,537em-filesSequenced file reader and writer through EventMachine. Solves problem of blocking disk ...
1640,34518,795block64Encrypts and decrypts data of arbitrary length using RSA cyphers. Fixed and much faster...
1743,76137,537native-queryCool way how to speak with database server. It's ellegant DSL; the SQL query helper whi...
1848,89437,537json-rpc-objects-jsonJSON serializing support for JSON-RPC Objects. JSON-RPC Objects is complete implementat...
1949,117132,035jpegtranRuby interface to 'jpegtran' tool.
2059,661132,035multitype-introspectionAllows multiple type introspection. Currenty deprecated in favour to Hash Utils.
2160,242132,035fluent-queryCool way how to write SQL queries and general way how to convert series of method calls...
2270,88037,537fifo-cacheFast hash-like fixed size cache class with FIFO functionality which removes oldest or l...
2371,132132,035fluent-query-sqlGeneric SQL support for the Fluent Query. Fluent Query is cool way how to write SQL que...
2472,22137,537fluent-query-dbiGeneric DBI support for the Fluent Query. Fluent Query is cool way how to write SQL que...
2576,48337,537object-proxyProvides collection of four proxy objects intended for intercepting calls to instance m...
2676,824132,035em-sequenceThird approach to EventMachine lightweight concurrency. Runs declared methods and block...
2783,17537,537em-file-utilsAllows base file operations using UNIX commands such as standard library FileUtils, but...
2884,87537,537callback-adapterAdapts a callback backed interface to an standard one, so allows safe thread-synchroniz...
2990,06837,537lookup-hashHash intended for using as lookup table only for simple checking of existency of some i...
3090,76137,537fluent-query-postgresqlPostgreSQL support for the Fluent Query. Fluent Query is cool way how to write SQL quer...
3191,82037,537rb.rotateMore modern alternative to classical 'logrotate' tool with more features and less limit...
3292,08537,537fluent-query-mysqlMySQL support for the Fluent Query. Fluent Query is cool way how to write SQL queries i...
3396,29337,537yaopYet another options parser. Parses the command-line arguments and parameters. Simple, l...
34101,73437,537em-wrapperWraps objects callbacks to EventMachine next ticks, so allows transparent multiplexing ...
35117,66537,537callback-batchProvides ability to run more callbacked methods of single or more objects by elegant, r...
36122,458132,035em-batchProvides ability to run more callbacked methods backed by EventMachine of single or mor...
37123,36237,537fluent-query-sqlite3SQlite3 support for the Fluent Query. Fluent Query is cool way how to write SQL queries...
38126,07037,537evented-queueProvides queue driven by callbacks so suitable for asynchronous processing environments...
39126,33837,537hashfunctions-extension11 fast hash functions for general purpose non-cryptographic use implemented originally...
40126,357132,035json-rpc-objects-msgpackMessagePack serializing support for JSON-RPC Objects. JSON-RPC Objects is complete impl...
41126,74337,537json-rpc-objects-yamlYAML serializing support for JSON-RPC Objects. JSON-RPC Objects is complete implementat...
42126,837132,035hashfunctions11 fast hash functions for general purpose non-cryptographic use implemented originally...
43126,995132,035json-rpc-objects-bsonBSON serializing support for JSON-RPC Objects. JSON-RPC Objects is complete implementat...
44127,21437,537json-rpc-objects-psychYAML serializing support using libyaml (via Psych) for JSON-RPC Objects. JSON-RPC Objec...
45127,53737,537object-mapperProvides interface for operations above set of objects in single call. Binds method cal...
46128,35437,537object-threadsEmulates Python threading API paradigm. Creating threads by giving some block to constr...
47129,03237,537options-hashSyntactic sugar for creating hashes with options which can have defined default values ...
48132,167132,035unified-queuesUnifies many queue implementations under the single interface. Includes both single que...
49142,48037,537datasizesProvides simple API for converting 'dd' like data amount postfixes (like 3M or 4G) to b...
50146,75237,537callback-lockerSemaphore (mutex) like primitive for synchronizing callbacks.