0.01
No commit activity in last 3 years
No release in over 3 years
There's a lot of open issues
This gem is meant for Ruby 1.8.x builds. Ruby 1.9.x comes with a functioning ripper implementation out of the box. This gem is a port of the Ripper 1.9 for Ruby 1.8.x. Ripper was written by Minero Aoki and ported by Loren Segal.
2020
2021
2022
2023
2024
2025
0.01
No commit activity in last 3 years
No release in over 3 years
A Resque plugin that provides helpers for progress updates from within your jobs. For example: class MyJob extend Resque::Plugins::Progress def self.perform(meta_id, *args) (0..10).each do |i| at(i, 10, "Lifted #{num} heavy things. #{10-num} more to go!") ...
2020
2021
2022
2023
2024
2025
0.0
No commit activity in last 3 years
No release in over 3 years
ApplixHash#from_argv builds hashes from ARGV like argument vectors according to following examples: '-f' --> { :f => true } '--flag' --> { :flag => true } '--flag:false' --> { :flag => false } ...
2020
2021
2022
2023
2024
2025
0.0
No commit activity in last 3 years
No release in over 3 years
Converts a human-readable time (e.g. 10:15 daily) into a cron format (e,g, 15 10 * * *)
2020
2021
2022
2023
2024
2025
0.0
No commit activity in last 3 years
No release in over 3 years
= ebs_conductor The EBS Conductor is a library for managing Amazon Elastic Block Storage volumes and snapshots. It is designed to persist a specific set of data (a "lineage") between different compute instances. EBS Conductor can be used on it's own, but it's most powerful when executed on an ...
2020
2021
2022
2023
2024
2025
0.0
No release in over 3 years
Helm, the Package manager for Kubernetes. Flux, the GitOps continuous delivery solution for Kubernetes. Both can be used independently, but are more powerful together. Scott Rigby, Helm and Flux maintainer - and Kingdon Barrett, OSS engineer - will share the benefits of Helm and GitOps for develo...
2020
2021
2022
2023
2024
2025
0.58
No release in over 3 years
Low commit activity in last 3 years
Amatch is a library for approximate string matching and searching in strings. Several algorithms can be used to do this, and it's also possible to compute a similarity metric number between 0.0 and 1.0 for two given strings.
2020
2021
2022
2023
2024
2025
0.41
No release in over 3 years
Low commit activity in last 3 years
There's a lot of open issues
This library provides a number of PDF::Reader[0] based tools for use in testing PDF output. Presently, the primary purpose of this tool is to support the tests found in Prawn[1], a pure Ruby PDF generation library. However, it may be useful to others, so we have made it available as a gem in it...
2020
2021
2022
2023
2024
2025
0.01
No commit activity in last 3 years
No release in over 3 years
* match_each * match_enum * match_in_order require 'rubygems' require 'spec' require 'gregwebs-rspec_multi_matchers' describe 'array of ones' do it 'should be all ones' do [1,2,3].should each { |n| n.should == 1 } end end =begin output 'array of ones should fail on 2' FAILED line: 14 item 1: ...
2020
2021
2022
2023
2024
2025
0.56
No release in over 3 years
Low commit activity in last 3 years
An Atlassian OAuth2 strategy for OmniAuth 1.x. This allows you to login to Atlassian with your ruby app.
2020
2021
2022
2023
2024
2025
0.0
No commit activity in last 3 years
No release in over 3 years
The 1&1 SDK for Ruby provides integration with the 1&1 cloud environment over the available REST API.
2020
2021
2022
2023
2024
2025
0.0
No commit activity in last 3 years
No release in over 3 years
IPLibrary ========= 顾名思义,这是一个ip库 Example ======= 本gem中已经带有ip库,默认是gem目录下doc/ip_libraries.txt 默认ip库的格式以IPLibrary::Configuration.separator分组 各组第一行为ip头(192.168.1.1的ip头为192),其他行各列以英文逗号隔开 各列分别是:起始ip, 结束ip, 省份, 城市, 县区, 行政划分最小字段的拼音(如果有县区则为县区的拼音) 当然,您也可以有自己的ip库 设置ip库的path: IPLibrary::Configuration.fil...
2020
2021
2022
2023
2024
2025
0.0
No commit activity in last 3 years
No release in over 3 years
# Mod10 A simple gem to generate mod_10 check digits and check if integers are mod10 valid. ## Installation Add this line to your application's Gemfile: ```ruby gem 'mod_10' ``` And then execute: $ bundle Or install it yourself as: $ gem install mod_10 ## Usage Include the Mod10...
2020
2021
2022
2023
2024
2025
0.09
Low commit activity in last 3 years
No release in over a year
Executes SPARQL queries and updates against a remote SPARQL 1.0 or 1.1 endpoint, or against a local repository. Generates SPARQL queries using a simple DSL. Includes SPARQL::Client::Repository, which allows any endpoint supporting ...
2020
2021
2022
2023
2024
2025
0.0
No release in over 3 years
== DESCRIPTION: Charlie is a library for genetic algorithms (GA) and genetic programming (GP). == FEATURES: - Quickly develop GAs by combining several parts (genotype, selection, crossover, mutation) provided by the library. - Sensible defaults are provided with any genotype, so often you only n...
2020
2021
2022
2023
2024
2025
0.0
No release in over 3 years
Parse multibook, multiverse bible references of the form: Acts 1:1-10; Eph 1:5-10; John 12:4
2020
2021
2022
2023
2024
2025
0.0
Repository is gone
No release in over a year
This is the Songtradr API. Use it to retrieve deep music metadata and trigger processes like auto-tagging. You can also use the API to manage your account and musicube cloud data. **Authentication** 1. Reach out to support@songtradr.com to receive a free account or use your login data if you a...
2020
2021
2022
2023
2024
2025
0.0
No release in over 3 years
Low commit activity in last 3 years
footballdata-12xpert - download, convert & import 22+ top football leagues from 25 seasons back to 1993/94 from Joseph Buchdahl (12Xpert)'s Football Data website (football-data.co.uk) up and running since 2001 (and updated twice a week)
2020
2021
2022
2023
2024
2025
0.08
Low commit activity in last 3 years
No release in over a year
Performs the UNIX crypt(3) algorithm using DES (standard 13 character passwords), MD5 (starting with $1$), SHA256 (starting with $5$) and SHA512 (starting with $6$)
2020
2021
2022
2023
2024
2025
0.01
No commit activity in last 3 years
No release in over 3 years
Generate a 4 word password from words of size 3-8 characters, with frequencies in the 30th-60th percentile. This range gives a nice set of uncommon but not completely alien words. $ chbs generate --verbose -W 3..8 -P 30..60 Corpus size: 6396 candidate words of 33075 total Entropy: 48...
2020
2021
2022
2023
2024
2025