0.0
The dep_walker is small utility gem that checks dependencies for native extensions
used by installed gems on Windows. If you are {RubyInstaller}[http://www.rubyinstaller.org]
user and have seen message box:
<em>"This application has failed to start because <name_of_dll>.dll was not found.
Re-ins...
2021
2022
2023
2024
2025
2026
0.0
A GeoTree is a variant of a k-d tree, and stores data points that have a latitude and longitude,
a unique integer identifier, and an optional 'weight' (e.g., the size of a city).
GeoTrees are disk-based data structures and can store a very large number of points efficiently.
If desired, fo...
2021
2022
2023
2024
2025
2026
0.13
This plugin provides a 'Spawnling' class to easily fork OR
thread long-running sections of code so that your application can return
results to your users more quickly. This plugin works by creating new database
connections in ActiveRecord::Base for the spawned block.
The plugin also patches Act...
2021
2022
2023
2024
2025
2026
0.13
KnifeSpork is a workflow plugin for Chef::Knife which helps multiple developers work on the same Chef Server and repository without treading on each other's toes. This plugin was designed around the workflow used at Etsy, where several people are working on the Chef repository and Chef Server sim...
2021
2022
2023
2024
2025
2026
0.0
The Ruby 1.8 Enumerable.sort_by method was stable, in that items with matching conditions were
preserved in the same order. That's not the case in Ruby 1.9. Some of my code depended on this behavior,
and I'm sure I'm not the only one. So here's a stable_sort_by method that preserves th...
2021
2022
2023
2024
2025
2026
0.03
Intelligence is a lightweight yet powerful Ruby gem that allows you to seamlessly and uniformly interact with large language and vision models (LLM) API's of numerous vendors, including OpenAI, Anthropic, Google, Cerebras, Groq, Hyperbolic, Samba Nova and Together AI. It can be trivially expan...
2021
2022
2023
2024
2025
2026
0.41
small reusable bits of code I'm tired of writing over and over. A library form of my software-patterns github repo.
2021
2022
2023
2024
2025
2026
1.82
Interact with the macOS Keychain
2021
2022
2023
2024
2025
2026
0.0
AsciiPngfy is a Ruby Gem that enables you to render ASCII text into a PNG image up to a resolution of 3840(width) by 2160(height) using a 5x9 monospaced font. Configurable settings that influence the result are font-color, background-color, font-height, horizontal-spacing, vertical-spacing, and...
2021
2022
2023
2024
2025
2026
0.0
Read-path SDK for seekrit, the zero-knowledge secrets manager. Authenticate
with a service token, resolve your environment, and get decrypted secrets —
the API only ever returns ciphertext; decryption happens in your process.
Uses only the Ruby standard library (openssl, net/http, json). Optional...
2021
2022
2023
2024
2025
2026
0.0
Implementation of board game scrabble with standard rules and optional english spell check. Vocabulary for spell check contains over 100 000 words which are stored in sqlite3 db. Requires gosu (0.10.8) and sqlite3. Usage: just require 'scrabble_laubedan', create new instance of scrabble = Scrabbl...
2021
2022
2023
2024
2025
2026
0.0
Networkr is a Ruby gem inspired by the Python package NetworkX. It includes basic functionality for the creation, manipulation, and analysis of graphs.
Graphs supported include undirected single-edge graphs (weighted or unweighted), directed single-edge graphs (weighted or unweighted), and und...
2021
2022
2023
2024
2025
2026
0.02
by is a library preloader for ruby designed to speed up process startup.
It uses a client/server approach, where the server loads the libraries and
listens on a UNIX socket, and the client connects to that socket to run
processes. For each client connection, the server forks a worker process,
wh...
2021
2022
2023
2024
2025
2026
0.01
minitest-distributed is a plugin for minitest for executing tests on a
distributed set of unreliable workers.
When a test suite grows large enough, it inevitable gets too slow to run
on a single machine to give timely feedback to developers. This plugins
combats this issue by distributing the fu...
2021
2022
2023
2024
2025
2026
0.0
'Sith-Lord, Jedi, Ewok' is a game targeting younger audiences who may not have grown up playing 'Scissors, Paper, Rock', but will also more broadly appeal to fans of the Star Wars franchise.
*NB! The gem installation currently contains pathing errors when running the gem. To run the app...
2021
2022
2023
2024
2025
2026
0.62
Sortable label plugin for the project
2021
2022
2023
2024
2025
2026
0.01
4/12/2016 - NO LONGER MAINTAINED - See README.md
Shamirs Secret Sharing is an algorithm in cryptography. It is a
form of secret sharing, where a secret is divided into parts,
giving each participant its own unique part, where some of the
parts or all of them are needed in order to reconstruct th...
2021
2022
2023
2024
2025
2026
0.87
node-semver rewritten in ruby, for comparison and inclusion of semantic versions and ranges
2021
2022
2023
2024
2025
2026
0.06
A gem to sign url and stream paths for Amazon CloudFront private content. Includes specific signing methods for both url and streaming paths, including html 'safe' escaped versions of each.
2021
2022
2023
2024
2025
2026
0.0
This gem implements a lightweight API for using the SMS Speedway text messaging service. Simple create an instance of SmsSpeedwayApi::SMS set the login details, numbers to send to and the message, then call the send method.
2021
2022
2023
2024
2025
2026