0.88
debase is a fast implementation of the standard Ruby debugger debug.rb for Ruby 2.0+.
It is implemented by utilizing a new Ruby TracePoint class. The core component
provides support that front-ends can build on. It provides breakpoint
handling, bindings for stack frames among othe...
2020
2021
2022
2023
2024
2025
0.88
Ruby/Git is a Ruby library that can be used to create, read and manipulate Git repositories by wrapping system calls to the git binary.
2020
2021
2022
2023
2024
2025
0.15
This is a library to simulate SSL and TLS handshake from SSLv2, SSLv3, to TLS 1.0-1.2. It does not rely on OpenSSL and is not designed as a replacement either. It targets full support for even older handshakes, which are not available in current releases of OpenSSL anymore. It also aims to be exe...
2020
2021
2022
2023
2024
2025
0.01
"MDArray is a multi dimensional array implemented for JRuby inspired by NumPy (www.numpy.org) and
Masahiro Tanaka´s Narray (narray.rubyforge.org). MDArray stands on the shoulders of Java-NetCDF
and Parallel Colt. At this point MDArray has libraries for linear algebra, mathematical,
trigonome...
2020
2021
2022
2023
2024
2025
0.01
Proper related posts plugin for Jekyll - uses document correlation matrix on TF-IDF (optionally with Latent Semantic Indexing).
Each document is tokenized and stemmed, every word found is treated as keyword for analysis (except for some stop words).
TF-IDF matrix for the whole site is calculate...
2020
2021
2022
2023
2024
2025
0.04
Wish you could write your Ruby in XML? Has the fact that Ruby is not
"enterprise" got you down? Do you feel like your Ruby code could be made to
be more "scalable"? Well look no further my friend. You've found the
enterprise gem. Once you install this gem, you too can mak...
2020
2021
2022
2023
2024
2025
0.49
Ruby Event Store scheduler for sidekiq
2020
2021
2022
2023
2024
2025
0.45
YamlDb is a database-independent format for dumping and restoring data. It complements the database-independent schema format found in db/schema.rb. The data is saved into db/data.yml.
This can be used as a replacement for mysqldump or pg_dump, but only for the databases typically used by Rail...
2020
2021
2022
2023
2024
2025
0.0
Rack::State is middleware that securely stores and manages object state.
Applications use the Manager API to set, get, and delete state of any object
that requires persistence in a stateless environment.
Rack::State is similar to Rack::Session, but provides state management for
multiple objects...
2020
2021
2022
2023
2024
2025
1.05
An Action Dispatch session store backed by an Active Record class.
2020
2021
2022
2023
2024
2025
0.0
A jig is an ordered sequence of objects (usually strings) and named _gaps_. When rendered as a string by Jig#to_s, the objects are rendered calling #to_s on each object in order. The gaps are skipped. A new jig may be constructed from an existing jig by 'plugging' one or more of the named gaps....
2020
2021
2022
2023
2024
2025
0.0
## DESCRIPTION:
Ruby interface to a C++ implemention of the A\* search algorithm.
The C++ implementaion is found here <http://code.google.com/p/a-star-algorithm-implementation/>
## FEATURES:
## SYNOPSIS:
See `spec\castar_spec.rb` for usage examples.
Create an empty map and plan a path acr...
2020
2021
2022
2023
2024
2025
0.0
== FEATURES: * takes an XML with actions from tg4w and outputs stand-alone Ruby code that can be run directly or embedded into existing code (e.g. for test automation). * can be used as a library or as an executable script. * takes the xpath from tg4w and uses only enough info to guarantee the u...
2020
2021
2022
2023
2024
2025
0.0
# BELGIAN 2050 CALCULATOR TOOL
A C version and ruby wrapper for the Belgian 2050 calcualtor
## GOTCHAS
Some versions have a special formula in 2050!B2 that the translator doesn't recognise. Just write 2050 in that cell and recompile.
Some tests fail for columns AN and AM on OUTPUT. I think th...
2020
2021
2022
2023
2024
2025
0.0
PMN (Portable Move Notation) provides a rule-agnostic, JSON-based format for describing
the mechanical decomposition of moves in abstract strategy board games. This gem implements
the PMN Specification v1.0.0 with a functional Ruby interface, breaking down complex movements
into sequences of atom...
2020
2021
2022
2023
2024
2025
0.0
I'm tired of the complications that tools like bundler and rvm inject
into my system and my workflow. I don't want 4 billion gems installed
globally. I don't want to have `rake` slow down for no good reason. I
don't want rvm to regress on undefined variables over and over and
over (and I don't wa...
2020
2021
2022
2023
2024
2025
0.0
FEEN (Forsyth—Edwards Enhanced Notation) provides a universal, rule-agnostic format for
representing board game positions. This gem implements the FEEN Specification v1.0.0 with
a modern Ruby interface featuring immutable position objects and functional programming
principles. FEEN extends tradit...
2020
2021
2022
2023
2024
2025
0.0
Yubikey integration -
Includes Prototypes for low-level Yubikey OTP functions
witten by Simon Josefsson <simon@josefsson.org>.
Copyright (c) 2006, 2007, 2008, 2009 Yubico AB
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitt...
2020
2021
2022
2023
2024
2025
0.0
== FEATURES/PROBLEMS: * a simple FriendMailer object * email templates for HTML and plain text alternative * configurable amount of friends * support for including a user submitted message in the email * support for HTML as well as XML (nice for Flash integration) * server-side validation * erro...
2020
2021
2022
2023
2024
2025
0.0
Library serializing Ruby objects, optimized in many ways:
* Space efficient: Use MessagePack (binary compact storage) and don't serialize twice the same object
* Keep shared objects: if an object is shared by others, serialization still keeps the reference and does not duplicate objects in memory...
2020
2021
2022
2023
2024
2025