Pinned Repositories
enrich-stream
A stream that enables asynchronous enrichment of data with concurrency control while preserving FIFO ordering.
ironio-worker-data-reader
Read config or payload files in an Iron.io worker
mandrill-redirect
Redirect multiple emails to a single developer's/QA's account. Useful during development and testing.
mixpanel-iphone
iPhone tracking library for Mixpanel Analytics
mongodb-extensions
Friendly collection extensions for to the native mongodb native driver. Inspired by MongoSkin minus the kitchen sink.
multipassify
Shopify Multipass module for Node.js
process-done
Convenient done handler that exits a process properly. Use with worker processes like for iron.io @ http://www.iron.io/worker
stream-to-lookup
Stream JSON data and pivot it into a lookup format i.e. associative array
stream-to-queue
A read/write stream that wraps an async.queue https://github.com/caolan/async/#queue to easily queue up tasks.
UI7Kit
Backport flat-style UIKit from iOS7 to iOS5+ || Current fundraiser for 1.0:
BeauCoo's Repositories
beaucoo/multipassify
Shopify Multipass module for Node.js
beaucoo/enrich-stream
A stream that enables asynchronous enrichment of data with concurrency control while preserving FIFO ordering.
beaucoo/stream-to-queue
A read/write stream that wraps an async.queue https://github.com/caolan/async/#queue to easily queue up tasks.
beaucoo/ironio-worker-data-reader
Read config or payload files in an Iron.io worker
beaucoo/mandrill-redirect
Redirect multiple emails to a single developer's/QA's account. Useful during development and testing.
beaucoo/mongodb-extensions
Friendly collection extensions for to the native mongodb native driver. Inspired by MongoSkin minus the kitchen sink.
beaucoo/stream-to-lookup
Stream JSON data and pivot it into a lookup format i.e. associative array
beaucoo/limit-stream
Stream that truncates to a limit
beaucoo/mixpanel-iphone
iPhone tracking library for Mixpanel Analytics
beaucoo/mixpanel-node
A node.js API for mixpanel
beaucoo/process-done
Convenient done handler that exits a process properly. Use with worker processes like for iron.io @ http://www.iron.io/worker
beaucoo/UI7Kit
Backport flat-style UIKit from iOS7 to iOS5+ || Current fundraiser for 1.0:
beaucoo/aws-sdk-js
AWS SDK for Node.js
beaucoo/connect-mongodb-simple
Simplified mongodb session store for connect. 1. Leaves the db connection logic to the native mongo driver including write level concerns. 2. Requires a very low number of dependencies meaning it is easily kept up to date (node-mongodb-native 2.x & Connect 2.x). 3. Easy modification of session enabling annotation for use by orthogonal concerns
beaucoo/filter-out-stream
Filter out data, or update it, optionally to a limit kept, optionally consuming as much as possible past limit until another to keep is encountered.
beaucoo/json-must-eql
A must.js assertion helper that uses difflet to output exactly where actual and expected JSONs are not eql
beaucoo/mixpanel-android
An Android library for Mixpanel Analytics
beaucoo/node-mailchimp
A node.js wrapper for the MailChimp API.
beaucoo/page-api-to-stream
Consume any pageable API and convert it to a stream