0.0
AlbaMigration is a CLI tool and library to help you convert your Ruby code from ActiveModelSerializers (AMS) to Alba syntax. It rewrites AMS serializer classes to Alba resource classes, supporting the migration of class definitions and attributes.
2020
2021
2022
2023
2024
2025
0.0
An extremely early build for a Ruby Debugging tool, designed to be able to hook into various
classes and track changes. Not intended to be used by others at this stage.
2020
2021
2022
2023
2024
2025
0.0
I introduced Ruby and Apache Arrow integration including the "super fast large data interchange and processing" Apache Arrow feature at RubyKaigi Takeout 2021.
This talk introduces how we can use the "super fast large data interchange and processing" Apache Arrow feature in Ruby. Here are some u...
2020
2021
2022
2023
2024
2025
0.0
:: wmainfo-rb ::
Author: Darren Kirby
mailto:bulliver@badcomputer.org
License: Ruby
= Quick API docs =
== Initializing ==
require 'wmainfo'
foo = WmaInfo.new("someSong.wma")
... or ...
foo = WmaInfo.new("someVideo.wmv", :encoding=>"UTF-16LE")
(default encoding is ASCII)
....
2020
2021
2022
2023
2024
2025
0.0
Shelvit extends the functionality of Lcsort by cleaning unsortable callnumbers before attempting to normalize them again.
2020
2021
2022
2023
2024
2025
0.0
Attempts to scrape the inputs required to complete a 1 page online form.
2020
2021
2022
2023
2024
2025
0.0
ripxplore is a command line tool + libraries for manipulating disk images as used by vintage computer emulators.
it currently understands common file systems and file formats used with Apple 2, C64, Atari, Tandy CoCo and TRS-80 systems.
2020
2021
2022
2023
2024
2025
0.0
Take a look at your database without ever leaving your models.
2020
2021
2022
2023
2024
2025
0.0
Mutex that can be used to synchronise ruby processes via an ActiveRecord datababase connection. (Only Mysql is supported at the moment.)
2020
2021
2022
2023
2024
2025
0.0
Its primary purpose is to ensure that only one call to an expensive or duplicative operation is in flight at any given time.
When multiple requests request the same resource, singleflight ensures that the function is executed only once, and the result is shared among all callers.
This patte...
2020
2021
2022
2023
2024
2025
0.0
Antispam helps prevent spam in your Rails applications by checking against DNS blacklists and spam-prevention databases. It has two core features: (1) IP-based spam detection using Project Honey Pot to block known spammers automatically, and (2) content-based spam detection using Defendium’s mach...
2020
2021
2022
2023
2024
2025
0.0
Implements the standard status controller used by all IE projects. It attempts to connect to the active record database and run a query, returns an error status if it cannot connect.
2020
2021
2022
2023
2024
2025
0.0
Do you like to search through code using ag, ack, grep, pt, or rg? Good! This tool is for you! Zoom adds some convenience to grep-like search tools by allowing you to quickly open your search results in your editor of choice. When looking at large code-bases, it can be a pain to have to scroll to...
2020
2021
2022
2023
2024
2025
0.0
Celerity is a JRuby library for easy and fast functional test automation for web applications. It is a JRuby wrapper around HtmlUnit – a headless Java browser with JavaScript support. It provides a simple API for programmatic navigation through web applications. Celerity aims at being API com...
2020
2021
2022
2023
2024
2025
0.0
This gem provides limited support for the utilization of interfaces in Ruby. The approach here is
nearly idetnical to one suggested by Mark Bates at http://metabates.com/2011/02/07/building-interfaces-and-abstract-classes-in-ruby/.
It didn't seem like this had been turned into a gem yet, so I ...
2020
2021
2022
2023
2024
2025
0.0
Write your HTML pages like Lisp code. CLI utility. Run `sept -h` for info
(html
(head
(title "Hello world")
(style ".red { color: blue }"))
(body
(p.red#cool-and-good "Handy classes and ids. Id must be last")
("p onclick='func()'" "Other attrib...
2020
2021
2022
2023
2024
2025
0.0
when you invode the it method that coming with Minitest::Spec,
you can tag a test case by the words that quoted by parenthesis, then
specify the tag at your rake task, and the test case related to this tag
will be invoked
2020
2021
2022
2023
2024
2025
0.0
XML parser plugin is Embulk plugin to fetch entries in xml format. Supports xpath and attributes
2020
2021
2022
2023
2024
2025
0.0
Ruby library for the Warrant API at https://warrant.dev.
2020
2021
2022
2023
2024
2025
0.0
A simple Ruby gem adding OpenStruct::parse_json and OpenStruct::parse_hash methods and reverse OpenStruct#to_hash and OpenStruct#to_json methods to (obviously) OpenStruct. It is able to parse and reconstruct nested json and hash objects as well. There is also a OpenStruct#join method adding possi...
2020
2021
2022
2023
2024
2025