0.01
API compatible Thread based Fiber implementation for Ruby 1.8 (including JRuby in 1.8 mode)
2020
2021
2022
2023
2024
2025
0.01
Bash highlighting for coderay. This gem was tested with coderay 1.0 and won't work with coderay < 1.0.
2020
2021
2022
2023
2024
2025
0.01
The sandbox plugin for rubygems helps you manage your command-line
tools and their dependencies. Sandboxed gems are installed in their
own private rubygem repositories with all of their dependencies. This
means that you don't have to have a rat's nest of gems in your global
repository in order to...
2020
2021
2022
2023
2024
2025
0.01
CanDo is a small gem to implement a simple user access system based on users, roles & capabilites, where:
each user can have 0, 1 or many roles
each role can have 0, 1 or many capabilites
Users have capabilities by getting roles assigned (role == collection of capabilities). Within the ...
2020
2021
2022
2023
2024
2025
0.01
Convert base 10 integers to base 62 strings (or base 62 strings to base 10 integers).
2020
2021
2022
2023
2024
2025
0.01
== Jiveapps
These tools are all about making Jive App development as easy as possible. After you install the tools, it only takes a single command to:
1. Create a new app - a simple Hello World application.
2. Set up version control for your code using Git.
3. Host the app code online at Jive's...
2020
2021
2022
2023
2024
2025
0.01
Handy Conversion Sexagesimal (base 60) for Short URLs
Cuts out ambiguous characters like:
* l : lowercase l (looks like a 1 : one)
* I : capital I (looks like a 1 : one)
* O : capital O (looks like a 0 : zero)
Based on work done by Tantek Çelik : [http://tantek.pbworks.com/New_base_60](http...
2020
2021
2022
2023
2024
2025
0.01
The mdtranslator was written by the Alaska Data Integration Working Group (ADIwg) to assist with creating ISO 19139 metadata records. Input to the mdtranslator is JSON conforming to the mdJson-schema. The mdtranslator architecture allows developers to write additional readers for other input fo...
2020
2021
2022
2023
2024
2025
0.01
Patches MiniTest to allow for an easily configurable output. For Ruby 1.9 :Datches MiniTest to allow for an easily configurable output. For Ruby 1.9 :D. Inspired by leftright, redgreen and other test output gems, with an emphasis on configuration and style
2020
2021
2022
2023
2024
2025
0.01
The di(1) command wraps around GNU diff(1) to provide reasonable
default settings and some original features.
2020
2021
2022
2023
2024
2025
0.01
This is a fibonacci-heap priority-queue implementation. That means insert: O(1) decrease_priority: Amortized O(1) delete_min: Amortized O(log n) This project is different from K. Kodamas PQueue in that it allows a decrease key operation. That makes PriorityQueue usable for algorith...
2020
2021
2022
2023
2024
2025
0.12
This gem implements pure Levenshtein algorithm, Damerau modification (where 2 character transposition counts as 1 edit distance). It also includes Boehmer & Rees 2008 modification, to handle transposition in blocks with more than 2 characters (Boehmer & Rees 2008).
2020
2021
2022
2023
2024
2025
0.12
Puma is a simple, fast, threaded, and highly concurrent HTTP 1.1 server for Ruby/Rack applications. Puma is intended for use in both development and production environments. It's great for highly concurrent Ruby implementations such as Rubinius and JRuby as well as as providing process worker sup...
2020
2021
2022
2023
2024
2025
0.0
[1,2,3].comprehend{ |i| i.to_s if i<3 } == ["1","2"]
2020
2021
2022
2023
2024
2025
0.0
Instead of the awkward form: [1,2,3].include?(elem), you can now use: elem.in?([1,2,3])
2020
2021
2022
2023
2024
2025
0.0
This gem scrapes the Billboard Top 100 webpage and displays that information in the command line.
2020
2021
2022
2023
2024
2025
0.0
Official Chef Knife plugin for managing 1&1 Cloud servers
2020
2021
2022
2023
2024
2025
0.0
By given list of numbers [1, 3, 4, 6] and list of available operators ['/', '-'] both with desired result (24), this gem will build an equasion 6/(1-3/4)
2020
2021
2022
2023
2024
2025
0.0
ruby_parser (RP) is a ruby parser written in pure ruby (utilizing racc--which does by default use a C extension). RP's output is the same as ParseTree's output: s-expressions using ruby's arrays and base types. As an example: def conditional1(arg1) if arg1 == 0 then return 1 end return 0 end b...
2020
2021
2022
2023
2024
2025
0.0
This a gem developed by myGrid for the purpose of interacting with Taverna 1 workflows. An example use would be the image genaration for the model representing Taverna 1 workflows as used in myExperiment.
2020
2021
2022
2023
2024
2025