0.0
WorkMesh is an open-source micro-services orchestration system for automatng software scaling and work distribution.
Some hints:
- In the **WorkMesh** world, a **micro-service** is an **external web-service** who receives tasks for any kind of offline processing, and returns the result to...
2021
2022
2023
2024
2025
2026
0.0
#TestsEx (Sharp Tests Extensions) is a set of extensible extensions. The main target is write short assertions where the Visual Studio IDE intellisense is your guide. #TestsEx can be used with NUnit, MsTests, xUnit, MbUnit. Note: This is the framework-independent build only. For specific unit tes...
2021
2022
2023
2024
2025
2026
0.14
Sometimes we have to write some Rails code in the migrations and it's hard to
keep them in working state because models wich are used there changes too often. there
some techniques which help to avoid these pitfalls. For example, define model
...
2021
2022
2023
2024
2025
2026
1.17
Creates a version constraint of supported Rubies,suitable for a gemspec file
2021
2022
2023
2024
2025
2026
0.13
Enable a Rails application to have separate databases for each tenant.
This gem primarily extends Active Record, creating a new connection pool for each tenant and
using horizontal sharding to swap between them. It also provides integrations for middleware
tenant selection, Action View Caching, ...
2021
2022
2023
2024
2025
2026
0.37
GitLab fork. YamlDb is a database-independent format for dumping and restoring data. It complements the 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 typic...
2021
2022
2023
2024
2025
2026
0.37
Collects test coverage data from your Ruby test suite and sends it to Code Climate's hosted, automated code review service. Based on SimpleCov.
2021
2022
2023
2024
2025
2026
1.04
Adds support for creating state machines for attributes on ActiveModel
2021
2022
2023
2024
2025
2026
2.06
Wrapper libray for most popular notification
libraries such as Growl, Libnotify, Notifu
2021
2022
2023
2024
2025
2026
0.0
A simple redirector for use when you just want to safely redirect stdio. Simply encapsulates a few different safety mechanisms when redirecting stdio, with the primary goal of making it easier to write apps that run under rubyw.exe, where ruby loads with stdio closed. Whilst the primary intentio...
2021
2022
2023
2024
2025
2026
0.0
TuyaCloud is a small Ruby gem to allow control of smart devices connected to the
Tuya Cloud, without the need to flash custom firmware or discover device keys.
These devices are sold under many different brands internationally, and usually all have their own mobile
apps (i.e. Sma...
2021
2022
2023
2024
2025
2026
0.0
i18nize helps Ruby and Rails projects stay multilingual by automatically filling in
missing translations in I18n YAML locale files. It scans for missing or empty keys
across nested locale structures, and uses the DeepL API (Free or Pro) to translate
them from a chosen source locale (default: e...
2021
2022
2023
2024
2025
2026
0.01
== Jiveapps
These tools are all about making Jive App development as easy as possible. After you install the tools, it only takes a single command to:
1. Create a new app - a simple Hello World application.
2. Set up version control for your code using Git.
3. Host the app code online at Jive's...
2021
2022
2023
2024
2025
2026
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)
....
2021
2022
2023
2024
2025
2026
0.09
Kaitai Struct is a declarative language used for describe various binary data structures, laid out in files or in memory: i.e. binary file formats, network stream packet formats, etc.
The main idea is that a particular format is described in Kaitai Struct language (.ksy file) and then can be com...
2021
2022
2023
2024
2025
2026
0.2
SVMKit is a machine learninig library in Ruby.
SVMKit provides machine learning algorithms with interfaces similar to Scikit-Learn in Python.
SVMKit supports Linear / Kernel Support Vector Machine,
Logistic Regression, Linear Regression, Ridge, Lasso, Factorization Machine,
Naive Bayes, Decision ...
2021
2022
2023
2024
2025
2026
2.05
A simple, configurable object container implemented in Ruby
2021
2022
2023
2024
2025
2026
0.33
Fluentd output plugin which detects exception stack traces in a stream of
JSON log messages and combines all single-line messages that belong to the
same stack trace into one multi-line message.
This is an official Google Ruby gem.
2021
2022
2023
2024
2025
2026
1.03
Produces Cobertura XML formatted output from SimpleCov
2021
2022
2023
2024
2025
2026
0.0
== DESCRIPTION: ofx-parser is a ruby library to parse a realistic subset of the lengthy OFX 1.x specification. == FEATURES/PROBLEMS: * Reads OFX responses - i.e. those downloaded from financial institutions and puts it into a usable object graph. * Supports the 3 main message sets: banking, cr...
2021
2022
2023
2024
2025
2026