0.0
== Getargv
Getargv is a gem that allows you to query the arguments of other processes as an array or string.
This gem only supports macOS because the +KERN_PROCARGS2+ sysctl only exists in xnu kernels, BSD or Linux users should just read <code>/proc/$PID/cmdline</code> which is much easier and f...
2021
2022
2023
2024
2025
2026
0.0
Common Messaging Layer [CML] is mostly useful for establishing a stable,secure communication channel using ZMQ sockets behind. Additonally, it uses open-ssl for secure channels. It linux kernel independent, can be run on any machine implementing between any entities starting from linux upstart jo...
2021
2022
2023
2024
2025
2026
0.0
Capistrano is an open source tool for running scripts on multiple servers. It’s primary use is for easily deploying applications. While it was built specifically for deploying Rails apps, it’s pretty simple to customize it to deploy other types of applications. This package is a deployment "r...
2021
2022
2023
2024
2025
2026
0.0
A modern, minimal space-themed starter for building static sites with Jekyll.
2021
2022
2023
2024
2025
2026
0.0
EasyCols is a flexible command-line utility for extracting specific columns from
structured text data in various formats (CSV, TSV, table, plain text). It supports
sophisticated parsing options including quote handling, comment stripping, header
processing, and language-specific comment patterns....
2021
2022
2023
2024
2025
2026
0.0
Graphics provides a simple framework to implement games and/or
simulations and is designed to follow mathematical conventions, NOT
game programming conventions. Particularly it:
* Uses degrees.
* Draws in quadrant 1 (0-90 degrees).
* Right hand rule: 0 degrees is east, 90 is north, etc.
These a...
2021
2022
2023
2024
2025
2026
0.0
Developed by Sebastian Madrid Ontiveros. Pure Ruby client for the Environment Agency
Hydrology API (environment.data.gov.uk/hydrology). Fetches active rainfall stations,
15-minute rainfall measures, and timestamped readings over any date range.
No external dependencies. Uses only Ruby stdlib (net...
2021
2022
2023
2024
2025
2026
0.0
Provides a simple helper to get an HTML select list of countries translate in german. The list of countries comes from the ISO 3166 standard. While it is a relatively neutral source of country names, it will still offend some users.
2021
2022
2023
2024
2025
2026
0.0
RJS is a great Ruby DSL to write javascript. However, it's so tempting to write RJS directly in the views, and soon the views contain substantial controller knowledge (e.g. link_to_remote, link_to, etc) KRJS attempts to solve that problem by allowing dynamic inclusion of AJAX calls on HTML eleme...
2021
2022
2023
2024
2025
2026
0.0
The capabilities of the Color library are limited to pure mathematical manipulation of the colours based on colour theory without reference to colour profiles (such as sRGB or Adobe RGB). For most purposes, when working with the RGB and HSL colours, this won't matter. However, some colour models ...
2021
2022
2023
2024
2025
2026
0.0
This gem aims to provides alternative ways to utter Ruby code, simply defining
synonyms for miscellaneous terms, especially offering full word counterpart
to ideograms/logograms such as the so called *spaceship operator*.
The name of the gem is of course a pun: a library which provides ability
t...
2021
2022
2023
2024
2025
2026
0.0
Shikashi allows whitelisting specific language features, from constants, to system modules, to arbitrary functions. This allows compete control over what evaluated code can do, restricting use outside of specification. WARNING: changes made in this package are experimental and can cause security ...
2021
2022
2023
2024
2025
2026
0.0
Super simpler object mapper built on Sequel (http://sequel.jeremyevans.net/) and using the repository pattern http://martinfowler.com/eaaCatalog/repository.html
2021
2022
2023
2024
2025
2026
0.0
Reads a Dynamoid model's schema — partition/sort keys, global and local secondary indexes, attribute types — and builds the matching AWS CDK TableV2, so your models are the single source of truth for both the app and its infrastructure.
2021
2022
2023
2024
2025
2026
0.0
A simple way to self-host a Github OAuth protected jekyll site to your
GitHub Team. Forked from Jekyll-Auth, without the Heroku dependency, add
github webhook support, and intended for a self-hosted environment.
2021
2022
2023
2024
2025
2026
0.0
A Ruby SDK for interacting with the GitHub Copilot CLI server via JSON-RPC 2.0.
Provides session management, tool registration, permission handling, hooks,
and event subscriptions over stdio or TCP transport.
2021
2022
2023
2024
2025
2026
0.0
Duck typing sometimes results in `NoMethodError` unexpectedly by calling methods
some classes don't have even if the code pass a test using other classes which
have the methods. We can avoid such situations by upcasting.
All we have to do is implementing methods defined in the super class or modu...
2021
2022
2023
2024
2025
2026
0.0
nanomsg library is a high-performance implementation of several "scalability
protocols". Scalability protocol's job is to define how multiple applications
communicate to form a single distributed application. WARNING: nanomsg is still in alpha stage!
2021
2022
2023
2024
2025
2026
0.0
Jetty Rails aims to run Ruby on Rails and Merb applications with the Jetty Container, leveraging the power of JRuby and jruby-rack.
{Jetty}[http://jetty.mortbay.com/jetty/] is an excellent Java Web Server, being and at the same time extremely lightweight. This makes jetty-rails a good alternativ...
2021
2022
2023
2024
2025
2026
0.0
Uses a Lua script for Redis to provide smooth, configurable, space-efficient &
blazing fast rate limiting. The script is very lightweight and performs the entire operation
atomically. So it can be used to rate limit access to any resource at scale. Linked homepage
has more details.
2021
2022
2023
2024
2025
2026