0.0
Reddy parses RDF/XML, RDFa and N3-rdf into a Graph object. It also serializes RDF/XML and N-Triples from the Graph.
* Fully compliant RDF/XML parser.
* Fully compliant XHTML/RDFa 1.0 parser.
* N3-rdf parser
* N-Triples and RDF/XML serializer
* Graph serializes i...
2020
2021
2022
2023
2024
2025
0.0
The gogyou is a library written at pure ruby that provides auxiliary features of binary data operation for ruby.
The C-liked struct, union and multidimensional array definition are posible in ruby syntax.
Available features:
(1) nested struct and union with anonymous field
(2) multidimensional...
2020
2021
2022
2023
2024
2025
0.0
A GetDataIO OAuth2 strategy for OmniAuth 1.x. This allows you to login to GetDataIO with your ruby app.
2020
2021
2022
2023
2024
2025
0.0
== SYNOPSIS: require 'rubygems' require 'google_query' # See how you get spanked by the pound GoogleQuery::Currency.get 'AUD to GBP' => 1 U.S. dollar = 0.490484599 British pounds # Get population in Melbourne GoogleQuery::Population.get 'melbourne' => Population: 3,850,000 (Est.) (2nd) ...
2020
2021
2022
2023
2024
2025
0.0
gpio allows for devices such as raspberry pi or systems with 1wire usb adapters to speak to the system's input/output pins.
2020
2021
2022
2023
2024
2025
0.0
A client library for Team Error404's Nanotwitter in Cosi 105b
2020
2021
2022
2023
2024
2025
0.0
Useful in 12factor apps, or generally to have a better experience than just reaching into ENV[] to configure your app, and something blowing up at runtime
2020
2021
2022
2023
2024
2025
0.0
Using this gem one can generate randomized weather based upon the
rules found in the 1983 boxed set.
Currently not all features of those rules are applied.
Future plans include the ability to choose different months and
weather chances instead of only those from Greyhawk.
2020
2021
2022
2023
2024
2025
0.0
KDTree updated for Ruby 1.9.x
2020
2021
2022
2023
2024
2025
0.0
API client for Gumroad. 100% coverage of available methods
2020
2021
2022
2023
2024
2025
0.0
Struct, except it takes a Hash on object initialization.
class Point < HashInitializedStruct.new(:x, :y); end; Point.new(x: 1, y: 2)
2020
2021
2022
2023
2024
2025
0.0
11 fast hash functions for general purpose non-cryptographic use implemented originally by Arash Partow. Uses the C extension if appropriate gem is available.
2020
2021
2022
2023
2024
2025
0.0
Adds a add_foreign_key_constraint schema method, and extends the schema dump code to output these
foreign key constraints.
Only MySQL and PostgreSQL are currently supported.
Examples
========
# adds a constraint on projects.customer_id with parent customers.id
add_foreign_key :projects, :cust...
2020
2021
2022
2023
2024
2025
0.0
Configure RuboCop + a bevy of friends to gradually lint Ruby 1.8 code
2020
2021
2022
2023
2024
2025
0.0
A simple way to grab recent activity or a columns sum on a given model from a table grouped by day, hour, or week with only 1 SQL query and giving the ability to pad the results for days/weeks/hours with no activity.
2020
2021
2022
2023
2024
2025
0.0
This gem parses 123phim.vn to provide the list of movies and cinemas.
2020
2021
2022
2023
2024
2025
0.0
Control 1 or more relays with the Raspberry Pi using the Humble_rpi gem + humble_rpi-plugin-relay gem.
2020
2021
2022
2023
2024
2025
0.0
A humble_rpi plugin which detects motion for 1 or more PIR sensor. This plugin can be tested in isolation with the Raspberry Pi.
2020
2021
2022
2023
2024
2025
0.0
PostgreSQL で使用できる全文検索の拡張に PGroonga という高速で高性能な拡張があります。 PGroonga は、全言語対応の超高速全文検索機能を PostgreSQL で使えるようにする拡張で、 安定して高速で、かつ高機能(同義語、表記ゆれや異字体への対応、類似文書検索などが使えます)です。
Amazon RDS は Amazon がクラウド上で提供する RDBS サービスで、データベースのインストールや パッチ適用、スケールアウト、バックアップなどを Amazon が面倒をみてくれるため、 運用上の手間を大幅に減らすことができます。
Amazon RDS は、とて...
2020
2021
2022
2023
2024
2025