> Package contains sample data for robosytem. CommonJS support and ES Modules support.
Client sdk for retter business services
SDK for AI agents to trade on RBS Prediction Markets (Monad)
React component set for develope inner system
A fast Language Server Protocol implementation for Ruby
Nodejs sdk for retter business services
Unified payment client for RBS ecosystem apps
An Open Source Programming Language for Genetic Engineering
> Get new fingerprints with os: mac, mac m1, win, lin, android. CommonJS support and ES Modules support.
Parse english with POS and output NLCST.
Realtime Build System for web development
> Get ip info by user's ip or proxy. CommonJS support and ES Modules support.
Client sdk for retter business services
This package is for executing complex rules to manage various service flows in RBS ecosystem
RELE.AI Node SDK provides a simple interface to manage integrated applications
T-Ruby compiler running in WebAssembly for browser environments
Generates random, hopefully memorable strings based on Futurama scripts
RBS gateway REST API methods
Nodejs sdk for retter business services
Generate high quality random byte sequences in the browser and on the server
get information about baseball parks
Blazing fast css layout framework
A library to create readable "multipart/form-data" streams. Can be used to submit forms and file uploads to other web applications.
Get code from email using imap
Support auto generation of RBS by `Data.define` in rbs-inline syntax
Standalone data mappers integrated with rom-rb
Distributed data parallel support for torch-rb
A command line developer tool to track exceptions
rom-changeset adds support for preprocessing data on top of rom-rb repositories
flacinfo-rb is a pure Ruby library for low-level access to Flac files. You can use it to read, set, or delete 'id3' like data (Vorbis comments), delete, add, or resize padding blocks, and so on.
Weatherb comes from weather + rb (ruby file extension). It's basically a Ruby gem for retrieving data about weather using the ClimaCell API in a simple way.
CRM114.rb is a Ruby interface to the CRM114 Controllable Regex Mutilator, an advanced and fast text classifier that uses sparse binary polynomial matching with a Bayesian Chain Rule evaluator and a hidden Markov model to categorize data with up to a 99.87% accuracy.
xively-rb-connector is a ruby gem that provides an interface to Xively (https://xively.com). It extends Sam Mulube's excellent xively-rb (https://github.com/xively/xively-rb) gem. The xively-rb-connector gem adds convenience functions such as find_by_id lookup functions, datastream compression (only saves datapoints when value changes), a datapoint recording buffer, etc. Xively (https://xively.com/whats_xively) is a public cloud specifically built for the "Internet of Things". With their platform, developers can connect physical devices, that produce one or more datastreams, to a managed data store. The device's details and datastreams are accessible via key-based access to any service or application that has access to the web. Xively provides a fantastic development portal and prototyping accounts are free.
CRM114.rb is a Ruby interface to the CRM114 Controllable Regex Mutilator, an advanced and fast text classifier that uses sparse binary polynomial matching with a Bayesian Chain Rule evaluator and a hidden Markov model to categorize data with up to a 99.87% accuracy.
GraphQL interface over WCC::Contentful store
:: wmainfo-rb :: Author: Darren Kirby mailto:bulliver@badcomputer.org License: Ruby = Quick API docs = == Initializing == require 'wmainfo' foo = WmaInfo.new("someSong.wma") ... or ... foo = WmaInfo.new("someVideo.wmv", :encoding=>"UTF-16LE") (default encoding is ASCII) ... or ... foo = WmaInfo.new("someVideo.wmv", :debug=>1) == Public attributes == @drm :: 'true' if DRM present else 'false' @tags :: dict of strings (id3 like data) @info :: dict of variable types (non-id3 like data) @ext_info :: dict of variable types (non-id3 like data) from ASF_Extended_Content_Description_Object @headerObject :: dict of arrays (name, GUID, size and offset of ASF objects) @stream :: dict of variable types (stream properties data) == Public methods == print_objects :: pretty-print header objects hasdrm? :: returns True if file has DRM hastag?('str') :: returns True if @tags['str'] exists print_tags :: pretty-print @tags dict hasinfo?('str') :: returns True if @info['str'] exists print_info :: pretty-print @info dict print_stream :: pretty-print @stream dict For more/different documentation see http://badcomputer.org/unix/code/wmainfo/ == Thanks/Contributors == Ilmari Heikkinen sent in a fix for uninitialized '@ext_info'. Guillaume Pierronnet sent in a patch which improves character encoding handling.