0.05
Transaction::Simple provides a generic way to add active transaction support to
objects. The transaction methods added by this module will work with most
objects, excluding those that cannot be Marshal-ed (bindings, procedure
objects, IO instances, or singleton objects).
The transactions support...
2020
2021
2022
2023
2024
2025
0.01
ROS Ruby Client: rosruby
=======
[ROS](http://ros.org) is Robot Operating System developed by [Willow Garage](http://www.willowgarage.com/) and open source communities.
This project supports ruby ROS client. You can program robots by ruby, very easily.
**Homepage**: http://otl.github.com/ro...
2020
2021
2022
2023
2024
2025
0.0
========================================================= FreeSWITCHeR Copyright (c) 2009 The Rubyists (Jayson Vaughn, Tj Vanderpoel, Michael Fellinger, Kevin Berry) Distributed under the terms of the MIT License. ========================================================== ABOUT ----- A ruby lib...
2020
2021
2022
2023
2024
2025
0.0
Lookout
Lookout is a unit testing framework for Ruby┬╣ that puts your results in
focus. Tests (expectations) are written as follows
expect 2 do
1 + 1
end
expect ArgumentError do
Integer('1 + 1')
end
expect Array do
[1, ...
2020
2021
2022
2023
2024
2025
0.81
Run Rails the 12factor way
2020
2021
2022
2023
2024
2025
0.01
Extends ActiveRecord with the has_enumeration method allowing a symbolic
enumeration to be stored in an ActiveRecord attribute. The enumeration is
specified as a mapping between symbols and their underlying representation
in the database. Predicates are provided for each symbol in the enumerati...
2020
2021
2022
2023
2024
2025
1.02
WithEnv is an extremely small helper module for executing code with ENV variables. It exists because
I got tired of re-writing or copying over a #with_env helper method for the 131st time.
2020
2021
2022
2023
2024
2025
0.01
RedParse is a ruby parser (and parser-compiler) written in pure ruby.
Instead of YACC or ANTLR, it's parse tool is a home-brewed language. (The
tool is (at least) LALR(1)-equivalent and the 'parse language' is
pretty nice, even in it's current form.)
My intent is to have a completely correct p...
2020
2021
2022
2023
2024
2025
0.0
fizzbuzzer - 1, 2, Fizz, 4, Buzz, Fizz, 7, 8, Fizz, Buzz, 11, Fizz, 13, 14, Fizz Buzz, ... - a collection of algorithms for playing the word game for children that teaches division (one of the four basic arithmetic operations in mathematics) or helps you find the world's best coders in programmin...
2020
2021
2022
2023
2024
2025
0.0
Create namespace boxes to protect the core classes' methods from changes, like refinements.
This version is only compatible with Ruby 1.9.2 or greater. For use with Ruby 1.8.7 or 1.9.1, get the version 0.1.8 or 0.1.9.
Note: this version is under tests, and can be considered a pre-release for 1....
2020
2021
2022
2023
2024
2025
0.0
Safely evaluates code (Ruby and others) by sending it through https://eval.in
== Languages and Versions
Ruby | MRI 1.0, MRI 1.8.7, MRI 1.9.3, MRI 2.0.0, MRI 2.1
C | GCC 4.4.3, GCC 4.9.1
C++ | C++11 (GCC 4.9.1), GCC 4.4.3, GCC 4.9.1
CoffeeScript | CoffeeSc...
2020
2021
2022
2023
2024
2025
0.0
== PintosCheck -- Auto Pintos Checker to Save the Day ==
== Functionalities ==
The functionality of this simple script is to download pintos homework assignments from the mail inbox and then run through all the desired tests and finally generate reports in plain text or html formats, all automat...
2020
2021
2022
2023
2024
2025
0.0
The contactlist-client gem is a ruby client to contactlist service which retrieves contact list of email(hotmail, gmail, yahoo, sohu, sina, 163, 126, tom, yeah, 189 and 139) and im(msn)
2020
2021
2022
2023
2024
2025
0.41
== DESCRIPTION:
The RightScale AWS gems have been designed to provide a robust, fast, and secure interface to Amazon EC2, EBS, S3, SQS, SDB, and CloudFront.
These gems have been used in production by RightScale since late 2006 and are being maintained to track enhancements made by Amazon.
The Ri...
2020
2021
2022
2023
2024
2025
0.0
$Id: README.txt 204 2010-11-30 02:20:04Z pwilkins $
sm-transcript reads results of SLS processing and produces transcripts for
the SpokenMedia browser. For each file in the source folder whose extension
matches the source type, a file of destination type is created in the
destination folder. ...
2020
2021
2022
2023
2024
2025
0.0
gr8 is a great command-line utility powered by Ruby.
Example:
$ cat data
Haruhi 100
Mikuru 80
Yuki 120
$ cat data | gr8s 'map{|s|s.split()[1]}'
100
80
120
$ cat data | gr8s 'map{|s|s.split()[1]}.map(&:to_i).sum'
300
$ cat data | gr8s 'map...
2020
2021
2022
2023
2024
2025
0.98
Wahashie is the 1.x release of Hashie pulled into a separate namespace in order to allow projects that utilize different major versions to coexist.
2020
2021
2022
2023
2024
2025
0.0
## DESCRIPTION:
Ruby interface to a C++ implemention of the A\* search algorithm.
The C++ implementaion is found here <http://code.google.com/p/a-star-algorithm-implementation/>
## FEATURES:
## SYNOPSIS:
See `spec\castar_spec.rb` for usage examples.
Create an empty map and plan a path acr...
2020
2021
2022
2023
2024
2025
0.0
# Sparrow is a really fast lightweight queue written in Ruby that speaks memcached. # That means you can use Sparrow with any memcached client library (Ruby or otherwise). # # Basic tests shows that Sparrow processes messages at a rate of 850-900 per second. # The load Sparrow can cope with i...
2020
2021
2022
2023
2024
2025
0.04
one9 is a commandline tool to help convert your ruby 1.8.7 code to 1.9.2. It works by spying on your tests and detecting 1.9 changes. Once your test suite finishes, one9 prints a report listing the exact locations of methods that have changed in 1.9. To make the transition even easier, one9 can ...
2020
2021
2022
2023
2024
2025