1 | 26,261 | 16,361 | lab42_core | Functional Access to Methods - Memoization - Extending Array, Hash, File, Enumerable wi... |
2 | 33,941 | 18,351 | lab42_tmux2 | Create sessions with multiple windows from ruby |
3 | 34,105 | 86,038 | forwarder | Ruby's core Forwardable gets the job done(barely) and produces most unreadable code.
... |
4 | 40,894 | 16,068 | lab42_rgxargs | Parse CL args according to regexen |
5 | 41,139 | 42,025 | speculate_about | Allows Markdown or other text files to be used as literal specs, à la Elixir doctest, b... |
6 | 44,693 | 23,626 | lab419_core | Coming Soon |
7 | 47,546 | 24,968 | forwarder19 | Ruby's core Forwardable gets the job done(barely) and produces most unreadable code.
... |
8 | 48,255 | 15,804 | lab42_data_class | An Immutable DataClass for Ruby
Exposes a class factory function `Kernel::DataClass` a... |
9 | 56,936 | 86,038 | muxoro | Launch a Pomodoro Timer from the command line |
10 | 57,400 | 26,609 | lab42_state_machine | Define triggers and transitios, what else? Well... Filter |
11 | 60,178 | 28,793 | lab42_options | Specify command line arguments with Ruby Syntax |
12 | 66,614 | 23,626 | lab42_streams | Lazy Evaluation, Streams, Enumerator#Lazy |
13 | 72,052 | 31,663 | lab42_tmux | A Gem that will give us helpers to dry up the creation of TMUX windows and panes, addin... |
14 | 74,450 | 31,663 | lab42_nhash | A Nested Hash with dotted access à la I18n in Rails |
15 | 75,981 | 86,038 | verify | Verify is a very simple minitest suite à la Testy containing a primitive stdin/std... |
16 | 78,435 | 86,038 | bashir | Bashir, BASH In Ruby |
17 | 80,224 | 86,038 | SpecMe | Generating rspecs from ruby code blocks in README files |
18 | 80,676 | 24,968 | lab42_basic_constraints | Constraints like :positive_int, :non_empty_string, ... |
19 | 94,616 | 86,038 | robert-shoulda | Making tests easy on the fingers and eyes |
20 | 96,765 | 31,663 | lab42_literate | Spec behavior in any file load it with doctest from an RSpec example group |
21 | 96,935 | 28,793 | lab42_result | Result instances are immutable objects representing an error with a message or an absen... |
22 | 97,194 | 24,968 | lab42_diggy_methods | Create an instance of me with a Hash and access the (nested) values
by method chaining.... |
23 | 99,615 | 31,663 | lab42_console | short forms of common idioms, extensions to remove most blocks, commonly used helpers |
24 | 108,029 | 42,025 | lab42_config | Define configuration values with defaults and lazy evaluation on a per class or per ins... |
25 | 109,660 | 24,968 | l42_my_ruby | All my Ruby Code
Binaries and libs which make Ruby awesome (for me) |
26 | 118,357 | 86,038 | forwarder2 | Ruby's core Forwardable gets the job done(barely) and produces most unreadable code.
... |
27 | 118,833 | 42,025 | lab419-config | Lab419, Labrador for Ruby1.9, Configuration File and DSL Tool |
28 | 119,396 | 86,038 | deep_attributes | Deep Attributes allows to treat complex attributes as such. Right now the only way to a... |
29 | 119,453 | 28,793 | lab42_match | Match and then change groups, prefix, postfix or even the text between the groups |
30 | 120,937 | 42,025 | lab42_ihash | A Hash with Business Logic (call it intelligent). |
31 | 122,093 | 42,025 | ex_aequo | Some tools |
32 | 122,976 | 35,920 | lab42_open_map | OpenMap = OpenStruct with a rich API, e.g. #merge, #slice, #without,... |
33 | 123,609 | 35,920 | lab42_curry | Curry functions and methods at will, reorder, define placeholders anywhere, positional ... |
34 | 123,967 | 53,556 | kosmeek_test_tools | Sharing Tests among platforms |
35 | 130,803 | 53,556 | lab419_options | Specify command line arguments with Ruby Syntax |
36 | 131,239 | 53,556 | lab419_tmux | A Gem that will give us helpers to dry up the creation of TMUX windows and panes, addin... |
37 | 135,058 | 42,025 | lab42_speculate | Extract RSpecs from Markdown |
38 | 136,747 | 53,556 | lab42_text | Boxes, Translations,... |
39 | 139,522 | 53,556 | lab42_aop | Before, After and Around methods, either with blox or methods, à la ActiveSupport |
40 | 144,171 | 53,556 | lab42_context_map | A map impelementation with context, access goodies and representation format enhancemen... |
41 | 159,131 | 53,556 | lab42_function | partials, chainable, composable functions; all isolated into Lab42::Function; unintrusi... |
42 | 160,223 | 53,556 | lab419_streams | Implemention of streams in the classic sense where a stream is a head and a promise to ... |
43 | 160,814 | 42,025 | lab42_tag_cloud | Creating Tag Clouds with gamma correct color values and styles from a simple DSL.
This... |
44 | 163,865 | 22,512 | l43_peg | A (still incomplete) PEG Library
But useable for linear parsing of strings and list of... |
45 | 169,822 | 42,025 | l42_map | Immutable OpenStruct On Steroids, it combines Hash's and OpenStruct's semantics |
46 | 171,298 | 53,556 | lab42_kak | Kakoune scripting is very flexible but needs to be triggered by the shell, quite intere... |
47 | 172,735 | 53,556 | lab42_forwarder3 | Forwarder3 a readable and zero cost API around Forwardable |
48 | 174,273 | 35,920 | lab42_monad | Implements only some simple monadic patterns right now, à la `IO.interact` |
49 | 175,379 | 42,025 | l43_my_ruby | All my Ruby Code
Binaries and libs which make Ruby awesome (for me) |
50 | 176,038 | 31,663 | l43_open_object | When using the class method `attributes` in a class you get:
- an initialize method w... |
51 | 177,181 | 35,920 | l43_color | Colorize text with ANSI colors.
Parse and render files with
a mini color markup language. |
52 | 179,497 | 86,038 | forwarder3 | Ruby's core Forwardable gets the job done(barely) and produces most unreadable code. |
53 | 180,410 | 86,038 | simple_args | A simple argument parser, which is the right fit if you want
* Aliases for short and l... |