| 1 | 27,652 | 33,142 | lab42_core | Functional Access to Methods - Memoization - Extending Array, Hash, File, Enumerable wi... |
| 2 | 35,480 | 50,800 | lab42_tmux2 | Create sessions with multiple windows from ruby |
| 3 | 36,800 | 20,608 | speculate_about | Allows Markdown or other text files to be used as literal specs, à la Elixir doctest, b... |
| 4 | 38,194 | 102,761 | forwarder | Ruby's core Forwardable gets the job done(barely) and produces most unreadable code.
... |
| 5 | 40,047 | 44,354 | lab42_rgxargs | Parse CL args according to regexen |
| 6 | 45,618 | 30,840 | lab42_data_class | An Immutable DataClass for Ruby
Exposes a class factory function `Kernel::DataClass` a... |
| 7 | 46,714 | 33,142 | lab419_core | Coming Soon |
| 8 | 50,405 | 60,205 | forwarder19 | Ruby's core Forwardable gets the job done(barely) and produces most unreadable code.
... |
| 9 | 59,247 | 60,205 | lab42_state_machine | Define triggers and transitios, what else? Well... Filter |
| 10 | 59,258 | 50,800 | muxoro | Launch a Pomodoro Timer from the command line |
| 11 | 62,217 | 44,354 | lab42_options | Specify command line arguments with Ruby Syntax |
| 12 | 65,585 | 60,205 | lab42_streams | Lazy Evaluation, Streams, Enumerator#Lazy |
| 13 | 73,598 | 60,205 | lab42_tmux | A Gem that will give us helpers to dry up the creation of TMUX windows and panes, addin... |
| 14 | 75,435 | 50,800 | lab42_nhash | A Nested Hash with dotted access à la I18n in Rails |
| 15 | 78,269 | 60,205 | lab42_basic_constraints | Constraints like :positive_int, :non_empty_string, ... |
| 16 | 81,008 | 60,205 | verify | Verify is a very simple minitest suite à la Testy containing a primitive stdin/std... |
| 17 | 82,717 | 75,382 | SpecMe | Generating rspecs from ruby code blocks in README files |
| 18 | 83,901 | 75,382 | bashir | Bashir, BASH In Ruby |
| 19 | 85,764 | 44,354 | l42_my_ruby | All my Ruby Code
Binaries and libs which make Ruby awesome (for me) |
| 20 | 86,684 | 44,354 | lab42_result | Result instances are immutable objects representing an error with a message or an absen... |
| 21 | 87,241 | 35,924 | lab42_diggy_methods | Create an instance of me with a Hash and access the (nested) values
by method chaining.... |
| 22 | 88,056 | 30,840 | ex_aequo | Some tools |
| 23 | 94,643 | 22,803 | l43_peg | A (still incomplete) PEG Library
But useable for linear parsing of strings and list of... |
| 24 | 94,998 | 39,648 | lab42_literate | Spec behavior in any file load it with doctest from an RSpec example group |
| 25 | 96,506 | 60,205 | lab42_console | short forms of common idioms, extensions to remove most blocks, commonly used helpers |
| 26 | 97,393 | 29,087 | ex_aequo_base | The code I use all the time |
| 27 | 99,948 | 50,800 | robert-shoulda | Making tests easy on the fingers and eyes |
| 28 | 106,704 | 102,761 | lab42_config | Define configuration values with defaults and lazy evaluation on a per class or per ins... |
| 29 | 112,872 | 33,142 | l43_open_object | When using the class method `attributes` in a class you get:
- an initialize method w... |
| 30 | 113,976 | 75,382 | lab42_open_map | OpenMap = OpenStruct with a rich API, e.g. #merge, #slice, #without,... |
| 31 | 114,757 | 60,205 | lab42_match | Match and then change groups, prefix, postfix or even the text between the groups |
| 32 | 116,987 | 102,761 | forwarder2 | Ruby's core Forwardable gets the job done(barely) and produces most unreadable code.
... |
| 33 | 119,606 | 60,205 | lab42_curry | Curry functions and methods at will, reorder, define placeholders anywhere, positional ... |
| 34 | 120,462 | 102,761 | lab42_ihash | A Hash with Business Logic (call it intelligent). |
| 35 | 121,555 | 102,761 | lab419-config | Lab419, Labrador for Ruby1.9, Configuration File and DSL Tool |
| 36 | 125,152 | 154,925 | deep_attributes | Deep Attributes allows to treat complex attributes as such. Right now the only way to a... |
| 37 | 127,982 | 75,382 | lab42_speculate | Extract RSpecs from Markdown |
| 38 | 129,183 | 154,925 | kosmeek_test_tools | Sharing Tests among platforms |
| 39 | 130,978 | 102,761 | lab419_tmux | A Gem that will give us helpers to dry up the creation of TMUX windows and panes, addin... |
| 40 | 131,022 | 154,925 | lab419_options | Specify command line arguments with Ruby Syntax |
| 41 | 132,877 | 60,205 | l43_color | Colorize text with ANSI colors.
Parse and render files with
a mini color markup language. |
| 42 | 132,938 | 102,761 | lab42_text | Boxes, Translations,... |
| 43 | 138,160 | 60,205 | lab42_aop | Before, After and Around methods, either with blox or methods, à la ActiveSupport |
| 44 | 141,167 | 154,925 | lab42_context_map | A map impelementation with context, access goodies and representation format enhancemen... |
| 45 | 143,300 | 44,354 | doc_rspec | Extract RSpec Examples from RDocs formatted with RDoc::Markup (the default) |
| 46 | 143,503 | 102,761 | l42_map | Immutable OpenStruct On Steroids, it combines Hash's and OpenStruct's semantics |
| 47 | 150,118 | 154,925 | lab42_tag_cloud | Creating Tag Clouds with gamma correct color values and styles from a simple DSL.
This... |
| 48 | 158,454 | 154,925 | lab42_function | partials, chainable, composable functions; all isolated into Lab42::Function; unintrusi... |
| 49 | 161,458 | 29,087 | l43_core | Core Functionality for L43 Ruby Tools |
| 50 | 162,897 | 154,925 | lab419_streams | Implemention of streams in the classic sense where a stream is a head and a promise to ... |
| 51 | 163,500 | 75,382 | l43_my_ruby | All my Ruby Code
Binaries and libs which make Ruby awesome (for me) |
| 52 | 164,576 | 50,800 | ex_aequo_rspex | RSpec macros and helpers |
| 53 | 169,375 | 154,925 | lab42_kak | Kakoune scripting is very flexible but needs to be triggered by the shell, quite intere... |
| 54 | 169,682 | 154,925 | lab42_forwarder3 | Forwarder3 a readable and zero cost API around Forwardable |
| 55 | 171,713 | 50,800 | lab42_monad | Implements only some simple monadic patterns right now, à la `IO.interact` |
| 56 | 180,769 | 44,354 | flex_args | Flexible Argument Parse
It allows a default setting to use discriminating argument type... |
| 57 | 182,058 | 30,840 | l43_opt_parser | A highly customizable option parser, allowing for different
option syntax and returning... |
| 58 | 182,104 | 39,648 | with_ease | Very basic but useful extensions, still in alpha |
| 59 | 182,639 | 50,800 | lab42_checked_class | Mutable classes with constraints and lots of boilerplate code removal. |
| 60 | 183,191 | 60,205 | l43_time | Time related tools |
| 61 | 183,378 | 75,382 | rmux | Organise your tmux sessions with ruby |
| 62 | 183,907 | 75,382 | spectaculate | Allows Markdown or other text files to be used as literal specs, à la Elixir doctest, b... |
| 63 | 183,993 | 33,142 | ex_aequo_cli | arg parser, simple colorization |
| 64 | 184,161 | 102,761 | simple_args | A simple argument parser, which is the right fit if you want
* Aliases for short and l... |
| 65 | 185,239 | 35,924 | l43_rmap | A hybrid between awk and grep |
| 66 | 185,519 | 60,205 | lab42_color | Rainbows in your shell |
| 67 | 186,206 | 44,354 | l43_simple_color | Colorize chunks of strings with ANSI colors. |
| 68 | 186,311 | 102,761 | ex_aequo_streams | streams, again |
| 69 | 186,661 | 102,761 | l43_base | Basic Ruby Building Blocks |
| 70 | 186,817 | 154,925 | lab42_base | Very basic but useful extensions, still in alpha |
| 71 | 187,171 | 60,205 | oo_peg | A peg parser not using custom sytnax but exposing an OO based API |
| 72 | 187,171 | 102,761 | forwarder3 | Ruby's core Forwardable gets the job done(barely) and produces most unreadable code. |
| 73 | 188,619 | 102,761 | ex_aequo_color | Rainbows in your shell |
| 74 | 188,964 | 102,761 | ex_aequo_args | The arg parser I need |
| 75 | 191,653 | 154,925 | doc_md_rspec | Implementing docspecs à la Elixir's doctests |
| 76 | 191,670 | 154,925 | ex_aequo_fn | Functional Base Tools for Ruby |
| 77 | 192,256 | 154,925 | index_me | Create an index file based on a data file and then use searching indexed resources |