0.0
A simple OFX (Open Financial Exchange) parser built on top of Nokogiri.
Currently supports OFX 1.0.2.
Usage:
OFX("sample.ofx") do |ofx|
p ofx
end
2020
2021
2022
2023
2024
2025
0.0
CICADA (Colocalization and In-situ Correction of Aberration for Distance Analysis) implementation; see Fuller and Straight J. Microscopy (2012) doi:10.1111/j.1365-2818.2012.03654.x
2020
2021
2022
2023
2024
2025
0.0
This is a demo for CIS 196 Fall 2016
2020
2021
2022
2023
2024
2025
0.0
Polls pskreporter.info every 10 minutes for reports for a particular callsign
2020
2021
2022
2023
2024
2025
0.0
City timezone allows you to lookup the timezone for most cities in the world with a population > 15k.
2020
2021
2022
2023
2024
2025
0.0
Given a datetime or an hour/minute value pair, this gem returns an angle (180 degrees or less) between the
hour and minute hands on a clock if the time were to be modeled on an analog clock.
2020
2021
2022
2023
2024
2025
0.0
CliSpinnable, a module that enriches ruby command line interface with rotating spinner, check mark (✓) and and fail mark (×).
2020
2021
2022
2023
2024
2025
0.0
# Cloudutil
A utility library for performing helpful tasks with various cloud platform providers
## Installation
Add this line to your application's Gemfile:
gem 'cloudutil'
And then execute:
$ bundle install
Or install it yourself as:
$ gem install cloudutil
## Usage
For AW...
2020
2021
2022
2023
2024
2025
0.0
travis-blink1 is a simple sign by blink(1). When you specify a repository travis-blink1 checks your pull request and it shows signal by Travis CI is passed or not. Of course gree sign is passed and red is not.
2020
2021
2022
2023
2024
2025
0.0
Parser to Return File CNAB 150.
2020
2021
2022
2023
2024
2025
0.0
CNifti is a wrapper for the standard C NIfTI 1 library found at http://afni.nimh.nih.gov/pub/dist/src/nifti/
2020
2021
2022
2023
2024
2025
0.0
Fix copy resources script for iOS < 6 & Fix UTF-8 on install for Ruby 1.9.3
2020
2021
2022
2023
2024
2025
0.0
Codebreaker is a logic game in which a code-breaker tries to break a secret code created by a code-maker. The code-maker, which will be played by the application we’re going to write, creates a secret code of four numbers between 1 and 6.
2020
2021
2022
2023
2024
2025
0.0
Currently contains four options (ciede 76, cmclc, ciede94, and ciede2000) (all here: https://en.wikipedia.org/wiki/Color_difference), all weighted so that the distance between rgb 0,0,0 and rgb 255,255,255 will be 1.000 (accurate to 4 decimal places). Will add more. All are my own implementations...
2020
2021
2022
2023
2024
2025
0.0
Diggr is a ruby wrapper for the Digg API. Diggr strives to remain consistent with the Digg API endpoints listed here: http://apidoc.digg.com/CompleteList. Endpoints are created in Diggr with method calls. Each node in an endpoint becomes a method call and each node which is an argument becomes...
2020
2021
2022
2023
2024
2025
0.0
Fork of aliastable by Paul J Sanchez. If a categorical distribution has k distinct values, traditional approaches will require O(k) work to pick an outcome with the correct probabilities. This algorithm uses conditional probability to construct a table which will yield outcomes with the correct ...
2020
2021
2022
2023
2024
2025
0.0
As mentioned calculates 10%
2020
2021
2022
2023
2024
2025
0.0
Update of Evan Weaver's raspell gem to support Ruby 1.9.2
2020
2021
2022
2023
2024
2025
0.0
Generate code with Luhn mod N algorithm using placeholder.
e.g)
Cdigits::Luhn.number('CA##-####-####-###?') #=> 'CA63-6485-2316-2675'
Cdigits::Luhn.easy #=> '16TPF8RETL'
2020
2021
2022
2023
2024
2025
0.0
Useful Ruby gem for digital nomads for keeping under the 180 day rule by working out how long was spent in each country that was visited in the last XXX days
2020
2021
2022
2023
2024
2025