A higher order component decorator for forms using Redux and React
Redux bindings for React Router — keep your router state inside your Redux Store.
A bootstrap datetime picker component for React.js
Local-first alternative to Logitech Options+ for HID++ devices
OpenLogi command-line interface — a local-first companion for Logitech HID++ peripherals.
Asset registry schema + blocking HTTP fetch helpers for the assets.openlogi.org device asset host. Shared by the openlogi CLI (bundle sync) and openlogi-gui (runtime cache).
OpenLogi's vendored fork of the `hidpp` crate (Logitech HID++ protocol).
A native Rust implementation of the glibc/libc/windows syslog client and windows native log for logging.
Implementation library for the OpenLogi CLI (the `openlogi` binary).
Core types, config, and paths for OpenLogi. No I/O specifics.
HID++ device discovery for OpenLogi, wrapping the hidpp crate over async-hid.
OS-level mouse-event hook for OpenLogi. macOS via CGEventTap; Linux/Windows are stubs.
A platform-agnostic, embedded-hal driver for the [Sparkfun OpenLogger](https://www.sparkfun.com/products/13712).
Syslog appender for log4rs based on libc's syslog() function (*nix only)
shadowsocks is a fast tunnel proxy that helps you bypass firewalls.
A simple package same as syslog in C
SAML 2.0 SSO Sevice Provider Library
An HTTP library for Ruby that takes advantage of everything HTTP has to offer.
RDF.rb is a pure-Ruby library for working with Resource Description Framework (RDF) data.
An extensible Ruby wrapper for Atom and RSS parsers. Feed normalizer wraps various RSS and Atom parsers, and returns a single unified object graph, regardless of the underlying feed format.
zip is a Ruby library for reading and writing Zip files. Unlike the official rubyzip, zip is compatible with Ruby 1.9.2, and lets you read and write from StringIOs and other IO-like objects.
CouchRest Model provides aditional features to the standard CouchRest Document class such as properties, view designs, associations, callbacks, typecasting and validations.
TURN is a new way to view Test::Unit results. With longer running tests, it can be very frustrating to see a failure (....F...) and then have to wait till all the tests finish before you can see what the exact failure was. TURN displays each test on a separate line with failures being displayed immediately instead of at the end of the tests. If you have the 'ansi' gem installed, then TURN output will be displayed in wonderful technicolor (but only if your terminal supports ANSI color codes). Well, the only colors are green and red, but that is still color.