Tags : Browse Projects

Select a tag to browse associated projects and drill deeper into the tag cloud.

Ruby FIFO Cache

Compare

  Analyzed about 12 hours ago

Fast hash-like fixed size cache class with FIFO functionality which removes oldest or less accessed records based on implicit heap.

199 lines of code

0 current contributors

over 8 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This

Ruby Object Mapper

Compare

  Analyzed about 15 hours ago

Provides interface for operations above set of objects in single call. Binds method calls to all contained objects according to specified rules.

180 lines of code

0 current contributors

about 13 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This

Ruby Frozen Objects

Compare

  Analyzed about 15 hours ago

Syntax sugar of implicitly frozen objects useful for example in class constants.

206 lines of code

0 current contributors

over 8 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This

Ruby Lookup Hash

Compare

  Analyzed about 16 hours ago

Hash for using as fast lookup table for simple checking of an existency of some item.

187 lines of code

0 current contributors

about 13 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This

Ruby Gif Info

Compare

  Analyzed about 20 hours ago

Pure Ruby analyzer of the GIF image format.

710 lines of code

0 current contributors

about 8 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This

Ruby StructFx

Compare

  Analyzed about 16 hours ago

Declarative pure Ruby equivalent of C/C++ structs.

311 lines of code

0 current contributors

about 13 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This

Ruby EventMachine Sequencer

Compare

  Analyzed 1 day ago

Third approach to EventMachine lightweight concurrency. Runs declared methods and blocks in sequence, each in one tick. So allows calls chaining with keeping the EventMachine multiplexing facility on.

304 lines of code

0 current contributors

over 8 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This

Ruby Object Proxy

Compare

  Analyzed about 7 hours ago

Provides proxy objects intended for intercepting calls to instance methods. Works as intermediate layer between caller and called. Allows to invoke an handler both before method call and adjust its arguments and after call and post-proccess result. Aimed as tool for instant adapting the complex ... [More] objects without complete deriving and extending whole classes in cases, where isn\'t possible to derive them as homogenic functional units or where it's simply impractical to derive them. [Less]

354 lines of code

0 current contributors

almost 12 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This

JSON-RPC Objects (Ruby)

Compare

  Analyzed 1 day ago

Implementation of JSON-RPC objects with respect to specifications compliance and API backward compatibility. Implements all versions of the protocol and support for ability to communicate by the same version of the protocol which other side uses by a transparent way.

2.07K lines of code

0 current contributors

over 8 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This

EventMachine FileUtils (Ruby)

Compare

  Analyzed about 17 hours ago

Allows base file operations using UNIX commands such as standard library FileUtils, but returns CommandBuilder objects which allows wide customizations to final call and asynchronous evented EventMachine interface support (although it isn't required).

164 lines of code

0 current contributors

over 8 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This