199 packages
accessor
Provides accessor functions for convenience in D3 programming
accessorizer
Browser micromodule for creating and caching functions that access a property on an object, primarily for use in D3.
add-deed-to-project
Given a deed object with a projectName, find that project in a collection, then add that deed to the project's `deeds` array.
aggrandizer
Progressively aggrandizes a title.
annoy
Node bindings for Annoy, an efficient Approximate Nearest Neighbors implementation written in C++.
array-viewfinder
Maintains a view into an array for you.
assert-no-error
Handles asserting that there is no error in a test so you don't have to paste something like this into everything.
audio-context-singleton
When you want to have an audioContext singleton but don't want to rewrite [this code](index.js), use this. Deals with browser differences in AudioContext and maintains the singleton.
autocompl
Wrapper for suggestqueries.google.com queries. Gets the autocomplete suggestions that the Google search bar would give you if you were typing in it.
b-64
Just a command line tool wrapper around base64-img.
basic-2d-math
Simple 2D math utils.
basic-browser-request
Yet another XHR abstraction. Supports canceling, JSON, and crude chunking.
basic-level-tree
A basic LevelDB-backed tree.
basicset-chronicler
A module that creates a persistent topic-centric record of an app's interactions with Twitter users.
basicset-levelwrap
A very basic leveldb wrapper for storing objects that belong to 'documents'.
basicset-shunt
An operation dispatcher.
basic-subleveler
Handles boilerplate setup for one-level-deep sublevel databases.
batch-json-parser
Parses JSON strings in batch for situations in which the profiler says you're calling JSON.parse too much.
better-know-a-tweet
Provides functions that give you answers about a tweet object from the Twitter API.
boil-tweet-to-video
Gets video URLs from a tweet.
call-next-tick
Calls callbacks on next tick so you can avoid craziness from code that expects async to not execute immediately.
can-i-chime-in
Given some text, makes a guess as to whether or not it's OK to reply that text.
canonicalizer
Provides singular and plural forms of nouns.
cellgridrenderer
A browser module for rendering grids of cells.
cellmap
A quadtree-based cell map that tracks cell neighbors. For use with cellular automata.