0.0
Expand hostlist expression like those defined in pdsh or Ansible inventory files.
An expression like "host-[1-3].com" will expand into an array containing the elements host-1.com, host-2.com and host-3.com
See https://github.com/udondan/hostlist_expression-ruby for documentation
2020
2021
2022
2023
2024
2025
0.0
2025-05-16に開催された[第153回オープンソースサロン『RubyKaigi 2025参加レポート』](https://shimane-oss.connpass.com/event/352716/)での発表資料
2020
2021
2022
2023
2024
2025
0.0
ShipEngine's easy-to-use REST API lets you manage all of your shipping needs without worrying about the complexities of different carrier APIs and protocols. We handle all the heavy lifting so you can focus on providing a first-class shipping experience for your customers at the best possible pri...
2020
2021
2022
2023
2024
2025
0.0
* <https://isoc.jp/activities/ietf_updates/116/>
* <https://www.nic.ad.jp/ja/topics/2023/20230519-02.html>
2020
2021
2022
2023
2024
2025
0.0
A simple wrapper for 1nce API
2020
2021
2022
2023
2024
2025
0.0
Rangeary is a sub-class of Array and represents any 1-dimensional multiple-range, for example, (x<4 and 7<x<=9) or (x<="c" and "f"<=x), where the infinities can be abstract like nil or be defined by the user. All the standard logical operations, including negation, conjunction and disjunction, ar...
2020
2021
2022
2023
2024
2025
0.0
Fixed-point numbers with 18-digit precision.
2020
2021
2022
2023
2024
2025
0.0
Manages persistent connections using Net::HTTP plus a speed fix for Ruby 1.8.
It's thread-safe too!
Using persistent HTTP connections can dramatically increase the speed of HTTP.
Creating a new HTTP connection for every request involves an extra TCP
round-trip and causes TCP congestion avoidance...
2020
2021
2022
2023
2024
2025
0.0
A simple API wrapper for Tender, that handles paged results, uses yajl-ruby for
JSON parsing, and manually handles UTF-8 encoding to circumvent the invalid UTF-8
character problem in Ruby 1.9.
2020
2021
2022
2023
2024
2025
0.0
QueryBuilder is an interpreter for the "pseudo sql" language. This language
can be used for two purposes:
1. protect your database from illegal SQL by securing queries
2. ease writing complex relational queries by abstracting table internals
2020
2021
2022
2023
2024
2025
0.0
Ruby String's native #match method will only return the first instance of a
pattern match. This gem provides the #match_all method, returns all instances
of a pattern match in a String as an array.
EXAMPLES:
# Given the test string:
string = "My cat is asleep on the couch. Now the cat is playing...
2020
2021
2022
2023
2024
2025
0.0
1、iOS端重新定义依赖库管理方案(本地依赖、二方库依赖、三方库依赖)
2、新增pod dep子命令查询某个依赖库正向/反向依赖
3、检查import写法错误问题
4、检查未被使用的依赖库和间接依赖的依赖库
5、根据配置开启自动移除未使用的依赖库,以达到编译优化效果
6、其他功能开发中...
2020
2021
2022
2023
2024
2025
0.0
MySQLのデータを全文検索したいときの良くあるアプローチは以下の3つがありますが、それぞれ課題があります。
1. MySQLのデフォルトのストレージエンジンInnoDBの全文検索機能を使う。
2. 別途Elasticsearchを用意し、アプリケーションでMySQLとElasticsearchのデータを同期し、検索はElasticsearchで行う。
3. 別途Elasticsearchを用意し、Logstashを使ってMySQLのデータをElasticsearchに同期する。
上記のアプローチの課題を解決する方法として、GroongaとGroongaのデータをMySQLに取り込む...
2020
2021
2022
2023
2024
2025
0.0
# Otto
AsciiDoc static site generator.
# Quickstart
**Install Otto**
``` sh
gem install ottogen
```
**Initialize a new site**
``` sh
mkdir mysite && cd mysite
otto init
```
**Build the site**
``` sh
otto build
```
**Serve the site**
``` sh
otto serve
```
**View the site**
``` sh
open ...
2020
2021
2022
2023
2024
2025
0.0
Provides a system for processing data ranging from 1 million to several billion records
2020
2021
2022
2023
2024
2025
0.0
## TBD, a draft version.
## License Chunsong Public License, version 1.0
https://www.cskefu.com/licenses/v1.html
2020
2021
2022
2023
2024
2025
0.0
This is a gem of ruby that has the ability for authentication to be used in Ruby on Rails 7+, it is composed of 10 modules that allow flexibility for user management in a Rails application
2020
2021
2022
2023
2024
2025
0.0
*NOTE his plugin requires the private e9_base CMS gem and WILL NOT WORK without it.*
CRM Plugin for the e9 CMS
=========================
To use, add as a gem and install by running:
rails g e9_crm:install
Then modify the installed initializer as per your app, including
the controller modu...
2020
2021
2022
2023
2024
2025
0.0
MultiTenancy with Mongoid - This is a fork for mongoid-multitenancy just to allow mongoid version < 10
2020
2021
2022
2023
2024
2025
0.0
rubyzip2 is a Ruby library for reading and writing Zip files. Unlike the official rubyzip, rubyzip2 is compatible with Ruby 1.9.1.
2020
2021
2022
2023
2024
2025