0.01
Generate a 4 word password from words of size 3-8 characters, with
frequencies in the 30th-60th percentile. This range gives a nice set
of uncommon but not completely alien words.
$ chbs generate --verbose -W 3..8 -P 30..60
Corpus size: 6396 candidate words of 33075 total
Entropy: 48...
2020
2021
2022
2023
2024
2025
0.01
The rubber plugin enables relatively complex multi-instance deployments of RubyOnRails applications to Amazon's Elastic Compute Cloud (EC2). Like capistrano, rubber is role based, so you can define a set of configuration files for a role and then assign that role to as many concrete instances as...
2020
2021
2022
2023
2024
2025
0.01
The rubber plugin enables relatively complex multi-instance deployments of RubyOnRails applications to
Amazon's Elastic Compute Cloud (EC2). Like capistrano, rubber is role based, so you can define a set
of configuration files for a role and then assign that role to as many con...
2020
2021
2022
2023
2024
2025
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...
2020
2021
2022
2023
2024
2025
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 nunit-specific build and depends upon NUnit. For a fram...
2020
2021
2022
2023
2024
2025
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...
2020
2021
2022
2023
2024
2025
1.17
Ruby MongoDB Hadoop streaming support
2020
2021
2022
2023
2024
2025
1.17
A suite of instrumentation metric primitivesthat can be exposed through a web services interface.
2020
2021
2022
2023
2024
2025
0.77
Library and CLI for generating a website from a GraphQL API's schema
definition. With ERB templating support and a plethora of configuration
options, you can customize the output to your needs. The library easily
integrates with your Ruby deployment toolchain to ensure the docs fo...
2020
2021
2022
2023
2024
2025
0.1
sportdb-structs - sport data structures for matches, scores, leagues, seasons, rounds, groups, teams, clubs and more
2020
2021
2022
2023
2024
2025
0.25
Quickly build modern single-page React, Vue and Svelte apps using classic server-side routing and controllers.
2020
2021
2022
2023
2024
2025
0.02
Verifica is Ruby's most scalable authorization solution, ready to handle sophisticated authorization rules.
Verifica is framework and database agnostic and designed around Access Control Lists.
ACL powers a straightforward and unified authorization flow for any user and resource,
regardless of ho...
2020
2021
2022
2023
2024
2025
0.02
RESTRack is a Rack-based MVC framework that makes it extremely easy to develop RESTful data services. It is inspired by
Rails, and follows a few of its conventions. But it has no routes file, routing relationships are done through
supplying custom code blocks to class methods such as "has_relat...
2020
2021
2022
2023
2024
2025
0.53
resque-retry provides retry, delay and exponential backoff support for
resque jobs.
Features:
* Redis backed retry count/limit.
* Retry on all or specific exceptions.
* Exponential backoff (varying the delay between retrys).
* Multiple failure backend with retry suppression & resq...
2020
2021
2022
2023
2024
2025
2.06
Search through GitHub issues for your project for existing issues about a Ruby Error.
2020
2021
2022
2023
2024
2025
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...
2020
2021
2022
2023
2024
2025
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...
2020
2021
2022
2023
2024
2025
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...
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
1.16
Treat an ActiveRecord model as a file attachment, storing its patch, size, content type, etc.