0.0
Reductions is an addition to Enumerable that returns
an array containing all of the intermediate values that would
be generated in a call to Enumerable#reduce.
(5..10).reductions(:+) # => [5, 11, 18, 26, 35, 45]
2020
2021
2022
2023
2024
2025
0.0
gvoice-ruby is currently a very preliminary project with limited functionality basically confined to returning arrays of voicemail or sms objects and sending sms messages, or connecting calls. It cannot cancel calls already in progress. It currently works under ruby 1.8.7-p302 and 1.9.2-p0 on m...
2020
2021
2022
2023
2024
2025
0.0
Provide a simple way to use the 1Fichier API (https://1fichier.com/api.html).
2020
2021
2022
2023
2024
2025
0.0
# BELGIAN 2050 CALCULATOR TOOL
A C version and ruby wrapper for the Belgian 2050 calcualtor
## GOTCHAS
Some versions have a special formula in 2050!B2 that the translator doesn't recognise. Just write 2050 in that cell and recompile.
Some tests fail for columns AN and AM on OUTPUT. I think th...
2020
2021
2022
2023
2024
2025
0.0
Inaba SDBM Manipulator
=======================
## Introduction
Inaba SDBM Manipulator is a command line tool to manipulate SDBM database.
## Operation Environment
We checked good operation within following environment.
- Linux(openSUSE 12.2)・Mac OS X 10.8.2
- Ruby 1.9.3
## Architectonics
...
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
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
* Vincenty wrote an algorithm for calculating the bearing and distance between two coordinates on the earth
and an algorithm for finding a second coordinate, given a starting coordinate, bearing and destination.
The algorithms model the earth as an ellipsoid, using the WGS-84 model. This is t...
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
This gem will play rounds of a made up game that will w00t or blam players.
The default players are listed in the bin/players.csv file.
You can use your own players by specifying a csv listings of the names and health of each player.
Example:
Thomas,100
Michael,110
Judi,105
Then to u...
2020
2021
2022
2023
2024
2025
0.0
inspired by the 12 factor app http://12factor.net/config
2020
2021
2022
2023
2024
2025
0.0
Racc is a LALR(1) parser generator.
It is written in Ruby itself, and generates Ruby program.
NOTE: Ruby 1.8.x comes with Racc runtime module. You
can run your parsers generated by racc 1.4.x out of the
box.
2020
2021
2022
2023
2024
2025
0.0
This gem is for showing the top 100 nba players (season 17-18)
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 ----- *** STILL ...
2020
2021
2022
2023
2024
2025
0.0
Increment the version buld number of your android project with versionCode like versionCode versionMajor * 10000 + versionMinor * 1000 + versionPatch * 100 + versionBuild.
2020
2021
2022
2023
2024
2025
0.0
With this program you can list your telescopes and eyepieces and get a set of calculations done for each scope and for the combination of scope and eyepiece. Easy interface. Run the program, then hit '?' to show the help file. Version 1.0: A full rewrite using the rcurses library (https://github....
2020
2021
2022
2023
2024
2025
0.0
A modular, testable, Ruby debugger using some of the best ideas from
ruby-debug, other debuggers, and Ruby Rails.
Some of the core debugger concepts have been rethought. As a result,
some of this may be experimental.
This version works only with MRI 1.8 and 1.9'
See rbx-trepanning for a versi...
2020
2021
2022
2023
2024
2025
0.0
# Foxtrot Ruby Client Library
This is the Ruby client library for interacting with the Foxtrot API. The only endpoint currently exposed is the route optimization endpoint (`Foxtrot::Client.optimize!`).
In order to make requests, you need a valid API key. Your API key can be found at the bottom ...
2020
2021
2022
2023
2024
2025
0.0
firescan-ruby
=============
Ruby reference implementation for the Firebind Firescan path scan client This code has been tested to work
with Ruby 1.9.3 and Firebind Reflector 1.0.
Integration
===========
Integrating the Firescan library is straight forward. It uses a single object 'Scan' and a ...
2020
2021
2022
2023
2024
2025
0.0
Provides useful string utils like "truncate to word".
Compatible with ruby >= 1.8. Benefits from active_support if available on ruby < 1.9.
Tested with:
* ruby 1.8.7 (2010-04-19 patchlevel 253) [i686-linux], MBARI 0x8770, Ruby Enterprise Edition 2010.02
*
2020
2021
2022
2023
2024
2025