1 | 26,950 | 11,794 | lab42_core | Functional Access to Methods - Memoization - Extending Array, Hash, File, Enumerable wi... |
2 | 34,637 | 15,812 | lab42_tmux2 | Create sessions with multiple windows from ruby |
3 | 35,474 | 69,102 | forwarder | Ruby's core Forwardable gets the job done(barely) and produces most unreadable code.
... |
4 | 39,278 | 9,942 | speculate_about | Allows Markdown or other text files to be used as literal specs, à la Elixir doctest, b... |
5 | 40,836 | 11,176 | lab42_rgxargs | Parse CL args according to regexen |
6 | 45,369 | 16,878 | lab419_core | Coming Soon |
7 | 47,105 | 16,878 | lab42_data_class | An Immutable DataClass for Ruby
Exposes a class factory function `Kernel::DataClass` a... |
8 | 48,327 | 16,878 | forwarder19 | Ruby's core Forwardable gets the job done(barely) and produces most unreadable code.
... |
9 | 57,617 | 36,242 | muxoro | Launch a Pomodoro Timer from the command line |
10 | 57,631 | 24,586 | lab42_state_machine | Define triggers and transitios, what else? Well... Filter |
11 | 60,581 | 54,163 | lab42_options | Specify command line arguments with Ruby Syntax |
12 | 66,454 | 21,990 | lab42_streams | Lazy Evaluation, Streams, Enumerator#Lazy |
13 | 72,302 | 31,699 | lab42_tmux | A Gem that will give us helpers to dry up the creation of TMUX windows and panes, addin... |
14 | 74,457 | 54,163 | lab42_nhash | A Nested Hash with dotted access à la I18n in Rails |
15 | 77,438 | 69,102 | verify | Verify is a very simple minitest suite à la Testy containing a primitive stdin/std... |
16 | 79,882 | 36,242 | lab42_basic_constraints | Constraints like :positive_int, :non_empty_string, ... |
17 | 80,123 | 89,132 | bashir | Bashir, BASH In Ruby |
18 | 81,162 | 69,102 | SpecMe | Generating rspecs from ruby code blocks in README files |
19 | 90,736 | 31,699 | lab42_result | Result instances are immutable objects representing an error with a message or an absen... |
20 | 93,946 | 24,586 | lab42_diggy_methods | Create an instance of me with a Hash and access the (nested) values
by method chaining.... |
21 | 95,754 | 47,572 | lab42_literate | Spec behavior in any file load it with doctest from an RSpec example group |
22 | 96,294 | 89,132 | robert-shoulda | Making tests easy on the fingers and eyes |
23 | 97,802 | 41,573 | lab42_console | short forms of common idioms, extensions to remove most blocks, commonly used helpers |
24 | 99,420 | 11,794 | l42_my_ruby | All my Ruby Code
Binaries and libs which make Ruby awesome (for me) |
25 | 107,156 | 89,132 | lab42_config | Define configuration values with defaults and lazy evaluation on a per class or per ins... |
26 | 107,491 | 24,586 | ex_aequo | Some tools |
27 | 114,163 | 104,290 | forwarder2 | Ruby's core Forwardable gets the job done(barely) and produces most unreadable code.
... |
28 | 116,857 | 69,102 | lab42_match | Match and then change groups, prefix, postfix or even the text between the groups |
29 | 119,006 | 89,132 | lab419-config | Lab419, Labrador for Ruby1.9, Configuration File and DSL Tool |
30 | 120,158 | 54,163 | lab42_ihash | A Hash with Business Logic (call it intelligent). |
31 | 120,387 | 69,102 | lab42_open_map | OpenMap = OpenStruct with a rich API, e.g. #merge, #slice, #without,... |
32 | 121,047 | 104,290 | deep_attributes | Deep Attributes allows to treat complex attributes as such. Right now the only way to a... |
33 | 121,519 | 54,163 | lab42_curry | Curry functions and methods at will, reorder, define placeholders anywhere, positional ... |
34 | 125,495 | 104,290 | kosmeek_test_tools | Sharing Tests among platforms |
35 | 129,468 | 12,603 | l43_peg | A (still incomplete) PEG Library
But useable for linear parsing of strings and list of... |
36 | 129,746 | 89,132 | lab419_options | Specify command line arguments with Ruby Syntax |
37 | 130,167 | 89,132 | lab419_tmux | A Gem that will give us helpers to dry up the creation of TMUX windows and panes, addin... |
38 | 131,713 | 54,163 | lab42_speculate | Extract RSpecs from Markdown |
39 | 134,883 | 89,132 | lab42_text | Boxes, Translations,... |
40 | 137,568 | 69,102 | lab42_aop | Before, After and Around methods, either with blox or methods, à la ActiveSupport |
41 | 141,730 | 78,158 | lab42_context_map | A map impelementation with context, access goodies and representation format enhancemen... |
42 | 156,516 | 89,132 | l42_map | Immutable OpenStruct On Steroids, it combines Hash's and OpenStruct's semantics |
43 | 158,981 | 89,132 | lab42_function | partials, chainable, composable functions; all isolated into Lab42::Function; unintrusi... |
44 | 159,399 | 69,102 | lab42_tag_cloud | Creating Tag Clouds with gamma correct color values and styles from a simple DSL.
This... |
45 | 160,542 | 89,132 | lab419_streams | Implemention of streams in the classic sense where a stream is a head and a promise to ... |
46 | 165,338 | 36,242 | l43_open_object | When using the class method `attributes` in a class you get:
- an initialize method w... |
47 | 169,928 | 78,158 | lab42_kak | Kakoune scripting is very flexible but needs to be triggered by the shell, quite intere... |
48 | 171,873 | 89,132 | lab42_forwarder3 | Forwarder3 a readable and zero cost API around Forwardable |
49 | 171,932 | 54,163 | l43_my_ruby | All my Ruby Code
Binaries and libs which make Ruby awesome (for me) |
50 | 173,412 | 36,242 | doc_rspec | Extract RSpec Examples from RDocs formatted with RDoc::Markup (the default) |
51 | 173,471 | 31,699 | l43_color | Colorize text with ANSI colors.
Parse and render files with
a mini color markup language. |
52 | 173,796 | 78,158 | lab42_monad | Implements only some simple monadic patterns right now, à la `IO.interact` |
53 | 177,209 | 8,872 | ex_aequo_base | The code I use all the time |
54 | 179,666 | 54,163 | flex_args | Flexible Argument Parse
It allows a default setting to use discriminating argument type... |
55 | 181,097 | 69,102 | simple_args | A simple argument parser, which is the right fit if you want
* Aliases for short and l... |
56 | 181,337 | 36,242 | with_ease | Very basic but useful extensions, still in alpha |
57 | 181,560 | 128,565 | forwarder3 | Ruby's core Forwardable gets the job done(barely) and produces most unreadable code. |
58 | 182,695 | 47,572 | rmux | Organise your tmux sessions with ruby |
59 | 183,409 | 69,102 | lab42_checked_class | Mutable classes with constraints and lots of boilerplate code removal. |
60 | 184,264 | 89,132 | lab42_color | Rainbows in your shell |
61 | 184,369 | 78,158 | oo_peg | A peg parser not using custom sytnax but exposing an OO based API |
62 | 184,768 | 61,378 | lab42_base | Very basic but useful extensions, still in alpha |
63 | 185,769 | 104,290 | ex_aequo_args | The arg parser I need |
64 | 185,792 | 128,565 | ex_aequo_fn | Functional Base Tools for Ruby |
65 | 185,897 | 128,565 | doc_md_rspec | Implementing docspecs à la Elixir's doctests |
66 | 186,267 | 104,290 | ex_aequo_color | Rainbows in your shell |
67 | 186,381 | 104,290 | index_me | Create an index file based on a data file and then use searching indexed resources |