0.0
1、iOS端重新定义依赖库管理方案(本地依赖、二方库依赖、三方库依赖)
2、新增pod dep子命令查询某个依赖库正向/反向依赖
3、检查import写法错误问题
4、检查未被使用的依赖库和间接依赖的依赖库
5、根据配置开启自动移除未使用的依赖库,以达到编译优化效果
6、其他功能开发中...
2020
2021
2022
2023
2024
2025
0.0
rzip is a supported fork of rubyzip that supports Ruby 1.9 and other modern features
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
Howcast offers an Application Programming Interface (API) which allows developers to build applications that interface with Howcast. The Howcast API is RESTful (REpresentational State Transfer) and users of this API will be able: 1) Retreive detailed information about a single video, including me...
2020
2021
2022
2023
2024
2025
0.0
# Rebase Migrations
Rebase Migrations is a library and command line tool to rebase Rails migrations
to have the latest timestamp.
## Installation
```console
$ bundle add rails-rebase-migrations --group=development,test
```
## Scenario
Two team members, Alice and Bob, are working on the same ...
2020
2021
2022
2023
2024
2025
0.0
This is a packaged version of CSVScan, written by MoonWolf. If you can read Japanese, checkout README.ja for whatever he said. On a 10,000 line file: time cat example.csv | ruby fastercsv_benchmark.rb real 0m8.804s user 0m8.502s sys 0m0.304s time cat example.csv | ruby csvscan_benchmark.rb ...
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
THIS IS JUST A BETA!!!
Current features:
1) A server and client for basic network communication
2020
2021
2022
2023
2024
2025
0.0
This is the MySQL API module for Ruby. It provides the same functions for Ruby
programs that the MySQL C API provides for C programs.
Some small mods by http://github.com/lsegal/mysql-ruby for ruby 1.9.1 support for utf-8
2020
2021
2022
2023
2024
2025
0.0
Plugin to fix shell splitting of bundle config arguments in Bundler 1.17.3 to Bundler 2.0.2, fixed in Bundler 2.1.0. In the affected versions, multiple arguments to bundle config become a single argument with spaces. This plugin reverses that transformation. Adapted from https://github.com/rubyge...
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
Salesflip 1000jobboersen integration
2020
2021
2022
2023
2024
2025
0.0
Super easy access to OVH SoAPI for Ruby >1.9
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
rwdziprwdmp3 is a Mp3 Player Control application using rwdtinker and RubyWebDialogs. Requires rwdtinker >1.51rwdcalc is calculator rwdtinker and RubyWebDialogs
2020
2021
2022
2023
2024
2025
0.0
rwdziprwdanimatedgifs is a animated gifs viewer using rwdtinker and RubyWebDialogs. Requires rwdtinker >1.51rwdcalc is calculator rwdtinker and RubyWebDialogs
2020
2021
2022
2023
2024
2025
0.0
rwdwords is a Dictonary lookup tool using rwdtinker and RubyWebDialogs. Requires rwdtinker >1.56
2020
2021
2022
2023
2024
2025
0.0
Ruby-Processing is a ruby wrapper for the processing-2.0 art framework.
This version supports processing-2.2.1, and uses jruby-complete-1.7.26 or an
installed jruby as the glue between ruby and java. Use both processing
libraries and ruby gems in your sketches. The "watch" mode, provide...
2020
2021
2022
2023
2024
2025
0.0
This gem can be used to parse and fill XForms 1.1
2020
2021
2022
2023
2024
2025