0.0
# Overview This guide documents the InsightVM Application Programming Interface (API) Version 3. This API supports the Representation State Transfer (REST) design pattern. Unless noted otherwise this API accepts and produces the `application/json` media type. This API uses Hypermedia as the Eng...
2020
2021
2022
2023
2024
2025
0.0
Sample output:
2:30AM => half past 2
7:50AM => 10 til 8
12:00PM => noon
5:15PM => quarter past 5
9:00PM => 9 o'clock
10:17PM => 17 past 10
12:00AM => midnight
2020
2021
2022
2023
2024
2025
0.66
Configuration DSL for Ruby libraries and applications.
Allows you to easily follow the twelve-factor application principles (https://12factor.net/config).
2020
2021
2022
2023
2024
2025
0.0
zenprofiler helps answer WHAT is being called the most. spy_on helps
answer WHERE those calls are being made. ZenProfiler provides a faster
version of the standard library ruby profiler. It is otherwise pretty
much the same as before. spy_on provides a clean way to redefine a
bottleneck method so...
2020
2021
2022
2023
2024
2025
0.0
== FEATURES: * Input your data as an array of hashes * Input a report layout, built using a Ruby DSL * Outputs ASCII pivot tables suitable for fast reports * Pretty fast: takes less than a second to process 1,000 records of data by a report with 100 rows and 10 columns. == SYNOPSIS: require 'r...
2020
2021
2022
2023
2024
2025
0.0
The ten_cubed gem allows you to easily integrate an artificially restricted social graph into your Rails application. It limits users to 10 direct connections and provides a network of up to 1,110 total connections (10 + 100 + 1000) with configurable degree access. Requires PostgreSQL.
2020
2021
2022
2023
2024
2025
0.0
Contains make configuration changes since this thing is a bitch to compile correclty.
This library generates and parses Universally Unique Identifier (UUID),
based on OSSP uuid C library. So, libossp-uuid library is pre-required.
OSSP uuid (http://www.ossp.org/pkg/lib/uu...
2020
2021
2022
2023
2024
2025
0.0
This library generates and parses Universally Unique Identifier (UUID),
based on OSSP uuid C library. So, libossp-uuid library is pre-required.
OSSP uuid (http://www.ossp.org/pkg/lib/uuid/) is a ISO-C:1999 application
programming interface (API) for the generation of DCE 1.1, ISO/...
2020
2021
2022
2023
2024
2025
0.0
Provides SMTP STARTTLS support for Ruby 1.8.6 (built-in for 1.8.7+). Simply
require 'smtp_tls' and use the Net::SMTP#enable_starttls method to talk to
servers that use STARTTLS.
require 'net/smtp'
begin
require 'smtp_tls'
rescue LoadError
end
smtp = Net::SMTP.new address, port
...
2020
2021
2022
2023
2024
2025
0.01
Core ri data for use with RDoc 2.5 or newer. This gem is required to use ri
from RDoc 2.5 and newer with Ruby 1.8.7. ri data for Ruby 1.9.2, 1.9.3 and
2.0.0 are also included for use with JRuby but are not needed for typical
installs of C Ruby.
Includes data for 2.3, 2.2, 1.9, 2.1, 1.8, 2.0
2020
2021
2022
2023
2024
2025
0.0
OVH::Provisioner
================
Interact with OVH REST API, mainly targeted to manage dedicated servers and
OVH DNS.
Installation
------------
Add this line to your application's Gemfile:
```ruby
gem 'ovh-provisioner'
```
And then execute:
$ bundle
Or install it yourself as:
$ g...
2020
2021
2022
2023
2024
2025
0.0
Use Mysql AUTO_INCREMENT to support key value cache, which should be combined by an integer and string. It means to reduce the database storage size, and improve query performance. All cache will store in process memory, and will never be expired, until the process dies, so the less kvs you use,...
2020
2021
2022
2023
2024
2025
0.07
Text::Hyphen is a Ruby library to hyphenate words in various languages using
Ruby-fied versions of TeX hyphenation patterns. It will properly hyphenate
various words according to the rules of the language the word is written in. The
algorithm is based on that of the TeX typesetting system by Dona...
2020
2021
2022
2023
2024
2025
0.1
A low-level multi-Ruby wrapper around the ZooKeeper API bindings.
For a friendlier interface, see http://github.com/slyphon/zk
Currently supported:
MRI: 1.8.7, 1.9.2, 1.9.3
JRuby: ~> 1.6.7
Rubinius: 2.0.testing
This library uses version 3.3.5 of zookeeper bindings.
2020
2021
2022
2023
2024
2025
0.0
The affixapi.com API documentation. # Introduction Affix API is an OAuth 2.1 application that allows developers to access customer data, without developers needing to manage or maintain integrations; or collect login credentials or API keys from users for these third party systems. # OAuth 2.1 ...
2020
2021
2022
2023
2024
2025
1.18
A simple Ruby natural language parser for elapsed time. (For example, 4 hours and 30 minutes, 6 minutes 4 seconds, 3 days, etc.) Returns all results in seconds. Will return an integer unless you get tricky and need a float. (4 minutes and 13.47 seconds, for example.) The reverse can also be perfo...
2020
2021
2022
2023
2024
2025
0.0
Writes out 1 to 100 as ordinal words. For example first, second, third, etc. For numbers 101 and greater are are
written out using the number followed by the ordinal indicator, e.g. 'st', 'nd', 'rd'. Supported languages are
English, French, and Spanish.
For example:
1 = first
2 = second
100 = hu...
2020
2021
2022
2023
2024
2025
1.14
Xcodebuild formatter designed to be piped with `xcodebuild`,
and thus keeping 100% compatibility.
It has modes for CI, running tests (RSpec dot-style),
and it can also mine Bitcoins.
2020
2021
2022
2023
2024
2025
1.12
Implementation of [JSON Patch][1] and [JSON Pointer][2] RFC.
2020
2021
2022
2023
2024
2025
0.0
# School Year
Simple logic for translating between academic year and grade for a student
## Sample Usage
`SchoolYear.grade_to_graduation_year(grade, academic_year)` determines the graduation year for a student based on their grade and the academic year `SchoolYear.grade_to_ye...
2020
2021
2022
2023
2024
2025