0.0
An (extremely light) source-code literate code-specification and -testing system. (see: spark, slack)
2021
2022
2023
2024
2025
2026
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
Zodiacly is a small Ruby library that fetches public NASA/JPL Horizons ephemeris data and converts it into astrology-friendly output (ecliptic longitude, zodiac sign, retrograde flag, and simple speed estimates) for common bodies like Sun and Moon. Designed for server-side use with caching.
2021
2022
2023
2024
2025
2026
0.0
Reactive is a desktop application framework that gives everything needed to create database-backed applications according to the Model-View-Control pattern of separation. Reactive is highly inspired and also uses code of Rails, the famous Web-Framework for ruby. In Reactive, the model is handle...
2021
2022
2023
2024
2025
2026
0.0
ZenTest provides 4 different tools: zentest, unit_diff, autotest, and multiruby. ZenTest scans your target and unit-test code and writes your missing code based on simple naming rules, enabling XP at a much quicker pace. ZenTest only works with Ruby and Test::Unit. Nobody uses this tool anymore ...
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.0
This plugin simplifies and clarifies the multistage deploy process by reading settings from a simple YAML file that can be updated programatically. Even if the file is only managed by humans, there are still several benefits including centralizing stage/role configuration in one file, discouragin...
2021
2022
2023
2024
2025
2026
0.0
This package is Hiraku's modified rack.
Original description is bellow.
Rack provides minimal, modular and adaptable interface for developing
web applications in Ruby. By wrapping HTTP requests and responses in
the simplest way possible, it unifies and distills the API for web
servers, web fram...
2021
2022
2023
2024
2025
2026
0.0
This gem implements: 1.) a logistic map function (#logistic_map), which is a discrete, non-linear, dynamic equation which can show - with proper parameters - chaotic behaviour with super-sensitivity to the initial parameters. Very small changes to initial parameters cause huge changes in the resu...
2021
2022
2023
2024
2025
2026
0.0
Balsamique (pronounced "Balsami-QUEUE") is a Redis-backed Ruby library
which implements a job queue system. Balsamique jobs consist of
JSON-encoded args hashes, along with lists of tasks and their
successful outputs. Jobs can be enqueued to run at some time in the
future, and workers can also d...
2021
2022
2023
2024
2025
2026
0.0
== Synopsys
<code>Enumerable#filter</code> - extended <code>Enumerable#select</code>
== Examples
String filter (acts like <code>Enumerable#grep</code>):
[1, 2, 3, 'ab'].filter(/a/) # => ['ab']
[1, 2, 3, '3'].filter('3') # => ['3']
You can pass a <code>Proc</code> ...
2021
2022
2023
2024
2025
2026
0.0
zu
==
Unzipper (in the tradition of `uz`, but better). Works for .tgz, .xz, .zip,
.deb, .rpm — you name it. (Literally. If you find an archive that it doesn't
open, let me know about it and I'll add that.)
If you have an archive sitting there of format `xyz`, then `zu foo.xyz` should
take care ...
2021
2022
2023
2024
2025
2026
0.0
I talked about ((<"Goodbye fat gem"|URL:https://rubykaigi.org/2020/presentations/ktou.html>)) at RubyKaigi Takeout 2020. Fat gem is a gem that includes pre-built binaries. Extension libraries can assume that users have build environment with Ruby 2.4 or later. So gems don't need to bundle pre-bui...
2021
2022
2023
2024
2025
2026
0.0
RedisRpc is the easiest to use RPC library in the world. (No small claim!).
This version is a repackage that only has Ruby implementation.
Redis is a powerful in-memory data structure server that is useful for building
fast distributed systems. Redis implements message queue func...
2021
2022
2023
2024
2025
2026
0.0
minitest/unit is a small and fast replacement for ruby's huge and slow test/unit. This is meant to be clean and easy to use both as a regular test writer and for language implementors that need a minimal set of methods to bootstrap a working unit test suite. mini/spec is a functionally complete ...
2021
2022
2023
2024
2025
2026
0.0
Extends the Numeric Class with the ability to create better readable
representations of numeric values as a String.
In the current version it supports thousands separated numbers,
an exponential notation with self-adjusting precision, SI-Prefixes,
Binary Prefixes and a large-number naming system.
2021
2022
2023
2024
2025
2026
0.0
This is a fork of the wicked_pdf gem which allows Rails < 2.3.4 to run. Basically no really big
changes, so I am leaving most of this the same, and hopefully it will be pulled into the master.
Wicked PDF uses the shell utility wkhtmltopdf to serve a PDF file to a user from HTML.
In other words, ...
2021
2022
2023
2024
2025
2026
0.09
SiteDiff makes it easy to see differences between two versions of a website. It accepts a set of paths to compare two versions of the site together with potential normalization/sanitization rules. From the provided paths and configuration SiteDiff generates an HTML report of all the status of H...
2021
2022
2023
2024
2025
2026
0.13
Glimmer DSL for LibUI (Fukuoka Award Winning Prerequisite-Free Ruby Desktop Development Cross-Platform Native GUI Library) - Winner of Fukuoka Ruby Award Competition 2022 Special Award (https://andymaleh.blogspot.com/2022/02/glimmer-dsl-for-libui-wins-fukuoka-ruby.html) - No need to pre-install a...
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