Pinned Repositories
ansible-known_hosts
An ansible hook for adding/removing hosts from known_hosts files.
level-version
Create automatically versioned data inside leveldb.
node-stats-lite
A light statistical package that operates on Arrays.
node-stream-meter
A streams2 passthrough meter. Counts bytes passed through, and if given a max byte limit will abort the stream when it is exceeded.
node-tokenthrottle
Asynchronously throttle actions by a token. E.g. Throttle API access by Username/IP/etc.
through2-filter
A through2 wrapper to create an Array.prototype.filter analog for streams
through2-map
A through2 to create an Array.prototype.map analog for streams.
through2-reduce
A through2 wrapper to emulate Array.prototype.reduce for streams.
timestream
A suite of tools for working with objectMode streams of time-ordered data. (e.g. tsdb records)
timestreamdb
A Timeseries Database in Node.js, backed by LevelDB. It is unrelated to the Amazon Timestream service that was announced 5 years after I created this.
brycebaril's Repositories
brycebaril/ansible-known_hosts
An ansible hook for adding/removing hosts from known_hosts files.
brycebaril/timestreamdb
A Timeseries Database in Node.js, backed by LevelDB. It is unrelated to the Amazon Timestream service that was announced 5 years after I created this.
brycebaril/timestream
A suite of tools for working with objectMode streams of time-ordered data. (e.g. tsdb records)
brycebaril/through2-spy
A through2 wrapper to for simple stream.PassThrough spies.
brycebaril/redis-scanstreams
A streaming interface for the Redis *SCAN commands, for use with node_redis
brycebaril/node-terminus
An abstraction for making stream.Writable streams without all the boilerplate.
brycebaril/stream-joins
Join operations for ordered objectMode streams (e.g. timeseries data).
brycebaril/perf_node_interactive
Node.js Performance Optimization A Case Study -- for Node Interactive 2015
brycebaril/gamekit
A rectangular play area for simple text-based games, inspired by a childhood with a programmable graphing calculator.
brycebaril/node-array-pivot
Pivot arrays of objects by key into a single object with a superset of keys containing arrays of each record's values.
brycebaril/node-isnumber
A simple test to see if a value is a non-infinite number.
brycebaril/node-ago
A tool for calculating relative timestamps to now
brycebaril/timegap
A simple Javascript library for creating short formatted time interval strings from two Dates, like "2d" or "3m5s".
brycebaril/timestream-filters
Filters for sequential objectMode streams (e.g. timeseries data)
brycebaril/blecat
1-1 pipe over bluetooth low energy
brycebaril/blessed
A curses-like library for node.js.
brycebaril/effing-around
brycebaril/electron-microscope
use electron-microscope to inspect websites and extract data
brycebaril/etcdjs
Low level etcd v2 client written in Javascript with failover support
brycebaril/friends-1
:tv: P2P chat powered by the web.
brycebaril/gamekit-screen-cli
A CLI (ansi) implementation of the http://npm.im/gamekit screen interface
brycebaril/linux
brycebaril/new.nodejs.org
The new location for the converged io.js/node.js website.
brycebaril/readable-stream
brycebaril/request
Simplified HTTP request client.
brycebaril/screencat
:cat2: webrtc screensharing electron app for mac os (Alpha)
brycebaril/seatcamp
HTML5-based ephemeral video chat. IRC with selfies!
brycebaril/tandem.io
Minimal, open-source version of TK Sync
brycebaril/tape
tap-producing test harness for node and browsers
brycebaril/timeclient
A simple client for debugging http request timing in node