0.0
* http://www.rubysideshow.com/ * http://rubysideshow.rubyforge.org/wrong_answer/ == DESCRIPTION: 30 seconds after requiring wrong_answer, 1% of your comparisons will return false when it should have been true, or true when it should have been false. == FEATURES/PROBLEMS: * Sleeps for 30 secon...
2021
2022
2023
2024
2025
2026
0.0
Flooph is a Ruby library designed to let you take code from (possibly-malicious) users and evaluate it safely.
Instead of evaluating arbitrary Ruby code (or JavaScript, or any other interpreter), it specifies a custom 'language', with its own parser and evaluation.
Flooph provides f...
2021
2022
2023
2024
2025
2026
0.0
Apache Buildr is a build system for Java-based applications, including support for Scala, Groovy and a growing number of JVM languages and tools. We wanted something that's simple and intuitive to use, so we only need to tell it what to do, and it takes care of the rest. But also something we c...
2021
2022
2023
2024
2025
2026
0.0
This gem is used in addition to Mongoid gem (up to version 2.0.0), to provide simple full text search function. It takes one or many string or array of strings fields. The strings will be cleaned up and transform into array so they can be indexed. Searching later on will simply partially matches ...
2021
2022
2023
2024
2025
2026
0.0
Green Screen is a ssh-application framework that allows you to easily serve fast versions of back-end systems through secure ssh sessions.
2021
2022
2023
2024
2025
2026
0.0
Logoris a Ruby gem that provides a simple, unified interface to manage logging for command-line applications to the appropriate standard stream. Do you hate having to manage your standard streams? Are your stderr events actually going to stdout, and you're like "whoa I didn't even know?" -- and y...
2021
2022
2023
2024
2025
2026
0.0
A Splay Tree is a self adjusting binary search tree with the additional property that recently accessed elements are quick to access again. This makes it useful for caches because the most commonly accessed elements will be the fastest ones to access. This tree has an additional feature that allo...
2021
2022
2023
2024
2025
2026
0.0
== DESCRIPTION: html-me converts text to html for posting in the web. It does this two ways. First, it processes the text unsing RedCloth (a textile engine), then it finds all of the _pre_ tags and adds syntax highlighting. == FEATURES/PROBLEMS: * The syntax highlighting embeds the styles in ...
2021
2022
2023
2024
2025
2026
0.0
A simple Rails 3 Gem that extends ActiveRecord. Let's you specify model attributes to dynamically create search methods similar to searchlogic's dynamic named scopes. It can be used to help Rails 2 projects with searchlogic migrate to Rails 3 with metasearch a little easier.
2021
2022
2023
2024
2025
2026
0.0
Spice up your vanilla rails app with some SPA like benefits without the added complexity of a client-side JavaScript framework. From within javascript, there is no straightforward way (at least I'm aware of) to invalidate/reload a partial. Articles describing techniques such as this one have ...
2021
2022
2023
2024
2025
2026
0.0
Simple chef-inspired configuration management tool. While chef is awesome,
it has crazy high requirements (mainly memory-wise) for managing like
8 devices I have.
Ansible would be great IF all my devices were reachable, however some are
behind NATs.
Jibril tries to solve both issue. It's design...
2021
2022
2023
2024
2025
2026
0.0
The SpiderCloud gem implements a lightweight interface to the Spider Cloud API. Spider Cloud provides powerful web scraping and crawling capabilities with support for JavaScript rendering, proxy rotation, and anti-bot measures.
This gem supports scrape, crawl, screenshot, and links endpoints wit...
2021
2022
2023
2024
2025
2026
0.0
A simple read-only interface to Solr, built on Sunspot.
Lunr makes it easy to query and create objects from a Sunspot-managed
Solr index without requiring all the knowledge, code, and data used to
build the index in the first place. If you have complex indexes with a
stored fields and need to se...
2021
2022
2023
2024
2025
2026
0.0
Type-level Sorbet constructs read as coverage misses: multi-line T.type_alias and sig blocks evaluate lazily or never, and T.absurd is unreachable by definition. This extension detects them syntactically and feeds their line ranges into SimpleCov's skip machinery.
2021
2022
2023
2024
2025
2026
0.0
[JRuby portion] of the original MailCatcher.
MailCatcher runs a super simple SMTP server which catches any
message sent to it to display in a web interface. Run
mailcatcher, set your favourite app to deliver to
smtp://127.0.0.1:9000 instead of your default SMTP server,
the...
2021
2022
2023
2024
2025
2026
0.0
Developed by Sebastian Madrid Ontiveros. Fetch rainfall stations, 15-minute timeseries, and values from the SEPA KiWIS API. Pure Ruby, stdlib only, no native extensions or external gem dependencies. Compatible with InfoWorks ICM 2027 embedded Ruby. Built by a hydraulic modeller to support rainfal...
2021
2022
2023
2024
2025
2026
0.0
The module can be used by editing a pageview and select 'MailChimp subscription' as web module. The maintainer can select a MailChimp list. After saving, the user will see a small form, with which he or she can subscribe. Currently the users are added as pending users, meaning they will receive a...
2021
2022
2023
2024
2025
2026
0.0
A small collection of base classes used for interacting with remote
machines over ssh. With them, you can use AMQP (via Symphony) to
run batch commands, execute templates as scripts, and perform any
batch/remoting stuff you can think of without the need of separate
client agents.
2021
2022
2023
2024
2025
2026
0.0
The eventual aim of SenSpace is to standardize auto scripting for functions to make it easier for AI algorithms to script automatically. This follows a simple grammer: GRAMMAR PHRASE SAY [object color action]. The parser than compiles your commands into formal ruby modules. Eventually I will be e...
2021
2022
2023
2024
2025
2026
0.0
JavaScript source code for socialite.js wrapped in a rubygems shell. socialite.js is a library to display social sharing buttons. check http://socialitejs.com/
2021
2022
2023
2024
2025
2026