1 | 26,297 | 61,367 | lab42_core | Functional Access to Methods - Memoization - Extending Array, Hash, File, Enumerable wi... |
2 | 33,993 | 61,367 | lab42_tmux2 | Create sessions with multiple windows from ruby |
3 | 34,258 | 41,086 | forwarder | Ruby's core Forwardable gets the job done(barely) and produces most unreadable code.
... |
4 | 40,780 | 61,367 | lab42_rgxargs | Parse CL args according to regexen |
5 | 41,036 | 61,367 | speculate_about | Allows Markdown or other text files to be used as literal specs, à la Elixir doctest, b... |
6 | 44,781 | 61,367 | lab419_core | Coming Soon |
7 | 47,650 | 61,367 | forwarder19 | Ruby's core Forwardable gets the job done(barely) and produces most unreadable code.
... |
8 | 48,046 | 61,367 | lab42_data_class | An Immutable DataClass for Ruby
Exposes a class factory function `Kernel::DataClass` a... |
9 | 57,003 | 18,157 | muxoro | Launch a Pomodoro Timer from the command line |
10 | 57,444 | 61,367 | lab42_state_machine | Define triggers and transitios, what else? Well... Filter |
11 | 60,255 | 61,367 | lab42_options | Specify command line arguments with Ruby Syntax |
12 | 66,557 | 61,367 | lab42_streams | Lazy Evaluation, Streams, Enumerator#Lazy |
13 | 72,091 | 61,367 | lab42_tmux | A Gem that will give us helpers to dry up the creation of TMUX windows and panes, addin... |
14 | 74,476 | 61,367 | lab42_nhash | A Nested Hash with dotted access à la I18n in Rails |
15 | 76,083 | 61,367 | verify | Verify is a very simple minitest suite à la Testy containing a primitive stdin/std... |
16 | 78,558 | 61,367 | bashir | Bashir, BASH In Ruby |
17 | 80,309 | 61,367 | SpecMe | Generating rspecs from ruby code blocks in README files |
18 | 80,474 | 33,893 | lab42_basic_constraints | Constraints like :positive_int, :non_empty_string, ... |
19 | 94,771 | 61,367 | robert-shoulda | Making tests easy on the fingers and eyes |
20 | 96,614 | 61,367 | lab42_literate | Spec behavior in any file load it with doctest from an RSpec example group |
21 | 96,644 | 61,367 | lab42_result | Result instances are immutable objects representing an error with a message or an absen... |
22 | 96,756 | 61,367 | lab42_diggy_methods | Create an instance of me with a Hash and access the (nested) values
by method chaining.... |
23 | 99,432 | 61,367 | lab42_console | short forms of common idioms, extensions to remove most blocks, commonly used helpers |
24 | 107,964 | 33,893 | lab42_config | Define configuration values with defaults and lazy evaluation on a per class or per ins... |
25 | 108,558 | 61,367 | l42_my_ruby | All my Ruby Code
Binaries and libs which make Ruby awesome (for me) |
26 | 118,066 | 19,101 | ex_aequo | Some tools |
27 | 118,554 | 61,367 | forwarder2 | Ruby's core Forwardable gets the job done(barely) and produces most unreadable code.
... |
28 | 118,872 | 61,367 | lab419-config | Lab419, Labrador for Ruby1.9, Configuration File and DSL Tool |
29 | 119,264 | 61,367 | lab42_match | Match and then change groups, prefix, postfix or even the text between the groups |
30 | 119,539 | 61,367 | deep_attributes | Deep Attributes allows to treat complex attributes as such. Right now the only way to a... |
31 | 120,901 | 61,367 | lab42_ihash | A Hash with Business Logic (call it intelligent). |
32 | 122,631 | 61,367 | lab42_open_map | OpenMap = OpenStruct with a rich API, e.g. #merge, #slice, #without,... |
33 | 123,259 | 61,367 | lab42_curry | Curry functions and methods at will, reorder, define placeholders anywhere, positional ... |
34 | 124,115 | 61,367 | kosmeek_test_tools | Sharing Tests among platforms |
35 | 130,702 | 61,367 | lab419_options | Specify command line arguments with Ruby Syntax |
36 | 131,136 | 61,367 | lab419_tmux | A Gem that will give us helpers to dry up the creation of TMUX windows and panes, addin... |
37 | 134,612 | 61,367 | lab42_speculate | Extract RSpecs from Markdown |
38 | 136,615 | 61,367 | lab42_text | Boxes, Translations,... |
39 | 139,384 | 61,367 | lab42_aop | Before, After and Around methods, either with blox or methods, à la ActiveSupport |
40 | 143,933 | 61,367 | lab42_context_map | A map impelementation with context, access goodies and representation format enhancemen... |
41 | 159,123 | 61,367 | lab42_function | partials, chainable, composable functions; all isolated into Lab42::Function; unintrusi... |
42 | 160,179 | 61,367 | lab419_streams | Implemention of streams in the classic sense where a stream is a head and a promise to ... |
43 | 160,536 | 61,367 | lab42_tag_cloud | Creating Tag Clouds with gamma correct color values and styles from a simple DSL.
This... |
44 | 160,956 | 25,716 | l43_peg | A (still incomplete) PEG Library
But useable for linear parsing of strings and list of... |
45 | 169,180 | 61,367 | l42_map | Immutable OpenStruct On Steroids, it combines Hash's and OpenStruct's semantics |
46 | 171,180 | 61,367 | lab42_kak | Kakoune scripting is very flexible but needs to be triggered by the shell, quite intere... |
47 | 172,825 | 61,367 | lab42_forwarder3 | Forwarder3 a readable and zero cost API around Forwardable |
48 | 174,182 | 61,367 | lab42_monad | Implements only some simple monadic patterns right now, à la `IO.interact` |
49 | 175,355 | 61,367 | l43_my_ruby | All my Ruby Code
Binaries and libs which make Ruby awesome (for me) |
50 | 175,837 | 61,367 | l43_open_object | When using the class method `attributes` in a class you get:
- an initialize method w... |
51 | 177,049 | 33,893 | l43_color | Colorize text with ANSI colors.
Parse and render files with
a mini color markup language. |
52 | 179,685 | 61,367 | forwarder3 | Ruby's core Forwardable gets the job done(barely) and produces most unreadable code. |
53 | 180,349 | 61,367 | simple_args | A simple argument parser, which is the right fit if you want
* Aliases for short and l... |