Implemention of a trie data structure
All sorts of useful information about every country packaged as pretty little country objects. It includes data from ISO 3166
Retries is a gem for retrying blocks with randomized exponential backoff.
Ruby Trie based on libdatrie.
The Rambling Trie is a Ruby implementation of the trie data structure, which includes compression abilities and is designed to be very fast to traverse.
fast, efficient, unicode aware HAT trie with prefix / suffix support.
Asynchronous web crawler, scraper and file harvester
Solidify your code and retry on petty exceptions
Enhanced retry logic for Sidekiq workers
A gem to include all the USDA nutrient data quickly into a ruby project
Logentries output plugin for Fluent event collector
Countries and languages in I18n.locale for select_tag or output in 85 languages
Integration between Rails and countries gem.
Adds a with_retries method to Kernel for retrying things
Optimized Regexp builder with Trie as a port of Perl's Regexp::Trie
Ruby Trie based on libdatrie.
Adds logging with Logentries
A tool to derive infinitives for an irregular Latin verb
Push fluent events to Logentries
RetrievaCop is a RuboCop configuration gem.
Melisa installs the marisa-trie C library and makes a ruby class Melisa::Trie that is an easy interface.
Set a Timeout based on signals, which are more reliable than Timeout. Timeout is based on green threads.
An easy way to retrieve session data store in redis via the redis-store gem
Lookup imperatives from Linguistics::Latin-defined collection of irregulars
Lookup participles from Linguistics::Latin-defined collection of irregulars
distributed-trie is a trie library on key-value store.
Say 'ptree'
Country selector with ISO codes
Uniqueness for Sidekiq Retries
This gem differs from other ISO country gems in that it allows VERY flexible name lookups, so country names like 'South Korea' will work properly.
fast, efficient, unicode aware HAT trie with prefix / suffix support.
Find countries by phone numbers
List all countries in the EU
Ruby 1.8/1.9 binding of Tx, a library for a compact trie data structure
vagrant-hosts is a Vagrant plugin to manage /etc/hosts entries on both the host OS and guest VMs.
A crit bit tree, also known as a Binary Patricia Trie is a trie (https://en.wikipedia.org/wiki/Trie), also called digital tree and sometimes radix tree or prefix tree (as they can be searched by prefixes), is an ordered tree data structure that is used to store a dynamic set or associative array where the keys are usually strings. Unlike a binary search tree, no node in the tree stores the key associated with that node; instead, its position in the tree defines the key with which it is associated. All the descendants of a node have a common prefix of the string associated with that node, and the root is associated with the empty string. Values are normally not associated with every node, only with leaves and some inner nodes that correspond to keys of interest. For the space-optimized presentation of prefix tree, see compact prefix tree. This code is a wrapper around https://github.com/jfager/functional-critbit. For more information go to: http://cr.yp.to/critbit.html
Ruby Trie based on libdatrie. (1.9 support)
Restful controllers will have their resources automatically loaded for them.
Smartly check whether a given email/domain belongs to a free or disposable mail provider. There are hundreds of lists available in Github repositories or Gists that list various free and disposable email providers. This gem downloads a bunch of these scripts (pre-configured URLs) and parses them to count votes against each domain in the list. We, then, create a Trie structure to efficiently query this data with a given domain or email. For each query, you get back a number specifying how many sources are claiming that the domain is a free or disposable email provider.
retrieve all devices registered to your apple certrificate
Fast prefix matching using a trie-like structure
An agile way to implement Countries, Regions and Cities in your project, without the need to create additional tables
A semlogr sink for logging to logentries.
Logentries output plugin for Fluent event collector
All sorts of useful information about every country in russian language. Data from http://www.artlebedev.ru/tools/country-list/.
This gem is a logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/plugin install gemname. This gem is not a stand-alone program
Gem that helps to retrieve DNA sequence from UCSC
"A cli of countries based on the REST Countries API. It allows you to look for information on countries based on population, region, currency, subregion, name, capital, language, and countries with a given initial substring."
Appender for logging to logentries with logging gem
Generates a list of all the countries and provinces using Yahoo's YQL.