0.0
== Description
["Kiwi is a versatile entity component system focussing on fast iteration and a nice api.\n", "\n", "To get started, read the [usage guide](#usage) below.\n", "\n", "[](https://github.com/Jomy10...
2020
2021
2022
2023
2024
2025
0.0
Forked MailCatcher integrating simple and stupid CORS.
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:1025 instead of your default SMTP serv...
2020
2021
2022
2023
2024
2025
0.04
A Ruby module that wraps the Apache Ant build tool. Antwrap can be used to invoke Ant Tasks from a Ruby or a JRuby script.
== FEATURES/PROBLEMS:
Antwrap runs on the native Ruby interpreter via the RJB (Ruby Java Bridge gem) and on the JRuby interpreter. Antwrap is compatible with Ant versions...
2020
2021
2022
2023
2024
2025
0.8
Generates attr_accessors that encrypt and decrypt attributes transparently. This fork is for Ruby 1.9 and Rails 3 compatibility.
2020
2021
2022
2023
2024
2025
0.8
A simple Ruby natural language parser for elapsed time. (For example, 4 hours and 30 minutes, 6 minutes 4 seconds, 3 days, etc.) Returns all results in seconds. Will return an integer unless you get tricky and need a float. (4 minutes and 13.47 seconds, for example.) The reverse can also be perfo...
2020
2021
2022
2023
2024
2025
0.03
Quantity provides first-class quantities, units, and base quantities in pure ruby.
Things like 1.meter / 1.second == 1 meter/second.
2020
2021
2022
2023
2024
2025
0.03
= Mcrypt - libmcrypt bindings for Ruby
Mcrypt provides Ruby-language bindings for libmcrypt(3), a
symmetric cryptography library. {Libmcrypt}[http://mcrypt.sourceforge.net/]
supports lots of different ciphers and encryption modes.
== You will need
* A working Ruby installation (>= 1.8.6 or 1.9...
2020
2021
2022
2023
2024
2025
0.02
DEPRECATED: Provides Open4.popen4 via win32/open3 (win32-open3 behavior from 1.8) on ruby 1.9. Don't use this for new code.
2020
2021
2022
2023
2024
2025
0.01
# DECC 2050 CALCULATOR TOOL
A C version and ruby wrapper for the www.decc.gov.uk 2050 energy and climate change excel calculator
Further detail on the project:
http://www.decc.gov.uk/2050
Canonical source:
http://github.com/decc/decc_2050_model
## DEPENDENCIES
1. ruby 1.9.2 (including develo...
2020
2021
2022
2023
2024
2025
0.01
Barcode1D is a pure Ruby gem for handling many kinds of
1-dimensional barcodes. Implemented are Code 128, Code 3 of 9, Code
93, Code 11, Codabar, Interleaved 2 of 5, COOP 2 of 5, Matrix 2 of
5, Industrial 2 of 5, IATA 2 of 5, PostNet, Plessey, MSI (Modified
Plessey), EAN-13, EAN-8, UPC...
2020
2021
2022
2023
2024
2025
0.01
If you want to be able fetch the result from a Resque
job's perform method. Results will be encoded using JSON.
For example:
require 'resque-result'
class MyJob
extend Resque::Plugins::Result
def self.perform(meta_id, big_num)
factor(big_num)
e...
2020
2021
2022
2023
2024
2025
0.01
Discover and manage movies and TV series from IMDb's Top 250 lists. Features smart search with preview mode, advanced filtering by rating/year/genre, streaming information via TMDb, wish lists, and terminal poster display. Enhanced with jump-to-existing items, duplicate management, and robust dat...
2020
2021
2022
2023
2024
2025
0.0
# Addy
Allows pretty summations. Instead of writing:
(1..5).inject(0) do |memo, num|
memo + (num**num)
end
You write:
sum(1..5) do |num|
num**num
end
Personally, I would rather write the latter.
## Usage
Install the gem:
gem install addy
Then use it!
...
2020
2021
2022
2023
2024
2025
0.0
An updated implementation of SOAP 1.1 for Ruby 1.8 and 1.9.
2020
2021
2022
2023
2024
2025
0.0
zu
==
Unzipper (in the tradition of `uz`, but better). Works for .tgz, .xz, .zip,
.deb, .rpm — you name it. (Literally. If you find an archive that it doesn't
open, let me know about it and I'll add that.)
If you have an archive sitting there of format `xyz`, then `zu foo.xyz` should
take care ...
2020
2021
2022
2023
2024
2025
0.0
This is a fun treasure game written in the Ruby programming language.
## Getting Started
1. Install gem:
$ gem install treasure_adventure_game
2. At the command prompt:
$ treasure_game
## Playing the game
Enter a number for the number of game rounds you'd like to play. Enter ...
2020
2021
2022
2023
2024
2025
0.0
Trim an audio or video file using ffmpeg
- Works with all formats supported by ffmpeg, including mp3, mp4, mkv, and many more.
- Seeks to the nearest frame positions by re-encoding the media.
- Reduces file size procduced by OBS Studio by over 80 percent.
- Can be used as a Ruby gem.
- Installs ...
2020
2021
2022
2023
2024
2025
0.0
A Ruby module that wraps the Apache Ant build tool. Antwrap can be used to invoke Ant Tasks from a Ruby or a JRuby script. == FEATURES/PROBLEMS: Antwrap runs on the native Ruby interpreter via the RJB (Ruby Java Bridge gem) and on the JRuby interpreter. Antwrap is compatible with Ant versions 1...
2020
2021
2022
2023
2024
2025
0.0
Built for a healthcare application.
A simple gem to set the age category of a user given a date of birth.
Given a string representation of date of birth in the format yyyy-mm-dd.
e.g; AgeGroup.setAgeCategory(1990-01-01) will return "Youn...
2020
2021
2022
2023
2024
2025
0.0
* http://rubysideshow.rubyforge.org/irb_callbacks == DESCRIPTION: This gem adds callbacks to irb, intended for you to override at your discretion. == FEATURES: irb's control flow looks like this: loop: * prompt * eval * output This gem adds three callbacks to each phase. module IRB: * sel...
2020
2021
2022
2023
2024
2025