Robert_dober's Gems

icon
#Total RankDaily RankNameSummary
127,71827,718lab42_coreFunctional Access to Methods - Memoization - Extending Array, Hash, File, Enumerable wi...
235,58378,173lab42_tmux2Create sessions with multiple windows from ruby
336,77022,552speculate_aboutAllows Markdown or other text files to be used as literal specs, à la Elixir doctest, b...
438,33178,173forwarderRuby's core Forwardable gets the job done(barely) and produces most unreadable code. ...
540,13629,919lab42_rgxargsParse CL args according to regexen
645,62333,458lab42_data_classAn Immutable DataClass for Ruby Exposes a class factory function `Kernel::DataClass` a...
746,83578,173lab419_coreComing Soon
850,53429,919forwarder19Ruby's core Forwardable gets the job done(barely) and produces most unreadable code. ...
959,37741,378muxoroLaunch a Pomodoro Timer from the command line
1059,38578,173lab42_state_machineDefine triggers and transitios, what else? Well... Filter
1162,34441,378lab42_optionsSpecify command line arguments with Ruby Syntax
1265,67878,173lab42_streamsLazy Evaluation, Streams, Enumerator#Lazy
1373,71278,173lab42_tmuxA Gem that will give us helpers to dry up the creation of TMUX windows and panes, addin...
1475,55933,458lab42_nhashA Nested Hash with dotted access à la I18n in Rails
1578,32178,173lab42_basic_constraintsConstraints like :positive_int, :non_empty_string, ...
1681,24178,173verifyVerify is a very simple minitest suite à la Testy containing a primitive stdin/std...
1782,84841,378SpecMeGenerating rspecs from ruby code blocks in README files
1884,08633,458bashirBashir, BASH In Ruby
1985,79078,173l42_my_rubyAll my Ruby Code Binaries and libs which make Ruby awesome (for me)
2086,77426,177lab42_resultResult instances are immutable objects representing an error with a message or an absen...
2187,32033,458lab42_diggy_methodsCreate an instance of me with a Hash and access the (nested) values by method chaining....
2287,88229,919ex_aequoSome tools
2393,82429,919l43_pegA (still incomplete) PEG Library But useable for linear parsing of strings and list of...
2495,11041,378lab42_literateSpec behavior in any file load it with doctest from an RSpec example group
2596,06929,919ex_aequo_baseThe code I use all the time
2696,62141,378lab42_consoleshort forms of common idioms, extensions to remove most blocks, commonly used helpers
27100,17241,378robert-shouldaMaking tests easy on the fingers and eyes
28106,94678,173lab42_configDefine configuration values with defaults and lazy evaluation on a per class or per ins...
29112,20729,919l43_open_objectWhen using the class method `attributes` in a class you get: - an initialize method w...
30114,07341,378lab42_open_mapOpenMap = OpenStruct with a rich API, e.g. #merge, #slice, #without,...
31114,87278,173lab42_matchMatch and then change groups, prefix, postfix or even the text between the groups
32117,03833,458forwarder2Ruby's core Forwardable gets the job done(barely) and produces most unreadable code. ...
33119,85378,173lab42_curryCurry functions and methods at will, reorder, define placeholders anywhere, positional ...
34120,61441,378lab42_ihashA Hash with Business Logic (call it intelligent).
35121,78426,177lab419-configLab419, Labrador for Ruby1.9, Configuration File and DSL Tool
36125,41441,378deep_attributesDeep Attributes allows to treat complex attributes as such. Right now the only way to a...
37128,24078,173lab42_speculateExtract RSpecs from Markdown
38129,52978,173kosmeek_test_toolsSharing Tests among platforms
39131,26678,173lab419_tmuxA Gem that will give us helpers to dry up the creation of TMUX windows and panes, addin...
40131,27978,173lab419_optionsSpecify command line arguments with Ruby Syntax
41132,27578,173l43_colorColorize text with ANSI colors. Parse and render files with a mini color markup language.
42133,26778,173lab42_textBoxes, Translations,...
43138,43678,173lab42_aopBefore, After and Around methods, either with blox or methods, à la ActiveSupport
44141,05633,458ex_aequo_rspexRSpec macros and helpers
45141,45741,378lab42_context_mapA map impelementation with context, access goodies and representation format enhancemen...
46142,29178,173doc_rspecExtract RSpec Examples from RDocs formatted with RDoc::Markup (the default)
47143,60678,173l42_mapImmutable OpenStruct On Steroids, it combines Hash's and OpenStruct's semantics
48150,45378,173lab42_tag_cloudCreating Tag Clouds with gamma correct color values and styles from a simple DSL. This...
49158,86278,173lab42_functionpartials, chainable, composable functions; all isolated into Lab42::Function; unintrusi...
50159,39133,458l43_coreCore Functionality for L43 Ruby Tools
51163,26733,458lab419_streamsImplemention of streams in the classic sense where a stream is a head and a promise to ...
52163,87578,173l43_my_rubyAll my Ruby Code Binaries and libs which make Ruby awesome (for me)
53169,76041,378lab42_kakKakoune scripting is very flexible but needs to be triggered by the shell, quite intere...
54170,07641,378lab42_forwarder3Forwarder3 a readable and zero cost API around Forwardable
55171,93341,378lab42_monadImplements only some simple monadic patterns right now, à la `IO.interact`
56175,70141,378l43_timeTime related tools
57181,21678,173flex_argsFlexible Argument Parse It allows a default setting to use discriminating argument type...
58182,17233,458l43_opt_parserA highly customizable option parser, allowing for different option syntax and returning...
59182,61727,718with_easeVery basic but useful extensions, still in alpha
60183,14041,378lab42_checked_classMutable classes with constraints and lots of boilerplate code removal.
61183,94178,173rmuxOrganise your tmux sessions with ruby
62184,51078,173ex_aequo_cliarg parser, simple colorization
63184,54778,173spectaculateAllows Markdown or other text files to be used as literal specs, à la Elixir doctest, b...
64184,78578,173simple_argsA simple argument parser, which is the right fit if you want * Aliases for short and l...
65185,41478,173l43_rmapA hybrid between awk and grep
66186,11178,173lab42_colorRainbows in your shell
67186,62141,378l43_simple_colorColorize chunks of strings with ANSI colors.
68186,93641,378ex_aequo_streamsstreams, again
69187,19478,173l43_baseBasic Ruby Building Blocks
70187,44641,378lab42_baseVery basic but useful extensions, still in alpha
71187,83829,919oo_pegA peg parser not using custom sytnax but exposing an OO based API
72187,86729,919forwarder3Ruby's core Forwardable gets the job done(barely) and produces most unreadable code.
73189,32378,173ex_aequo_colorRainbows in your shell
74189,65341,378ex_aequo_argsThe arg parser I need
75192,37341,378doc_md_rspecImplementing docspecs à la Elixir's doctests
76192,39841,378ex_aequo_fnFunctional Base Tools for Ruby
77192,98778,173index_meCreate an index file based on a data file and then use searching indexed resources