0.01
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
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
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
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
= 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
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
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
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
* 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
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
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
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
# 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
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
== 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
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
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
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
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
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