0.0
Gem for dealing with `SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed` error
2020
2021
2022
2023
2024
2025
0.0
Party like it's 1999! Run your awesome Ruby CGI applications...err, scripts like Rack applications.
2020
2021
2022
2023
2024
2025
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
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
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
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
ConversMoney it's a Money Conversor given by fixed currency and change rates of your choice.
From the version and further '1.0.1' it's a full working version
2020
2021
2022
2023
2024
2025
0.0
This gem will check if a coverage file meets the expected level. If it doesn't it will exit with a exit code of 1. This can be used in tools such as Jenkins to check if the coverage meets the expected level.
2020
2021
2022
2023
2024
2025
0.0
Fork of the country-select (version 1.1.1) gem by Michael Koziarski and James Dean Shepherd.
With mashup code from the iso-country-select (version 0.1.4) gem by Maurizio Casimirri.
2020
2021
2022
2023
2024
2025
0.0
A simple, text-based crowdfunding simulator. Run a group of projects through a
series of funding rounds, in which they either receive or lose funds, or are
skipped. They also receive a random pledge. Grant projects never lose funds.
Match projects have all future funding matched after they rea...
2020
2021
2022
2023
2024
2025
0.0
Having used the [vcal2text](https://github.com/davebiffuk/vcal2text) for many years to view calendar invites in my mutt e-mail client, it started to fail on newer vcal attachments. It showed only parts of a calendar invite and spit out lots of errors beyond that. As it is written in perl and carr...
2020
2021
2022
2023
2024
2025
0.0
This is a modernization of the glorious but unmaintained ruby-opengl version, aimed at making it compatible with ruby 1.9.x series. At the moment, it successfully compiles on OS X Mountain Lion and Debian 6.0.3
2020
2021
2022
2023
2024
2025
0.0
Solution to ruby quiz #1 @ http://rubyquiz.com/quiz2.html
2020
2021
2022
2023
2024
2025
0.0
== FEATURES/PROBLEMS: * Scrapes links from reddit's hot page and new page. == SYNOPSIS: require "reddit" # Get all the links from the "hot" page links = Reddit.read :hot # Check out the links! for link in links puts link.rank puts link.site_id puts link.url puts link.titl...
2020
2021
2022
2023
2024
2025
0.0
I am one of 101
2020
2021
2022
2023
2024
2025
0.0
Using machine learning, create generative models based on your data alone. Applications span from prediction to imputation and compression. This build specifically leverages time series. NOTE: Since version 1.0.0 we're production-ready! :)
2020
2021
2022
2023
2024
2025
0.0
DataStructures101 is a simple gem that groups several implementations of common data structures usually taught in Computer Science courses.
2020
2021
2022
2023
2024
2025
0.0
Adds a default #to_bool method to Object and adds
the CoerceBoolean class to parse boolean like values
Examples:
- CoerceBoolean.from("false") # false
- CoerceBoolean.from("true") # true
- CoerceBoolean.from(1) # true
- CoerceBoolean.from(0) # false
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