29 packages
dct
Node.js implementation of the Discrete Cosine Transform (version 2 for now).
dead-reckoning
The simplest client-only implementation of a dead reckoning algorithm that synchronizes your real-time game client's world state to the server to hide latency.
dummy-data
A stupid-simple dummy data generator that is configured with a simple JSON specification.
dummy-server
A stupid-simple server that returns dummy data that is configured with a simple JSON specification.
fft-js
Simple pure Javascript implementation of the Cooley-Tukey algorithm. Note: fft-js was chosen as the name since a lot of the FFT implementations on NPM at the time this was published were wrappers for Ruby or C.
@guidestar/sparkline
A basic Web Assembly sparkline chart
hasharray
A data structure that combines a hash and an array for fast dictionary lookup and traversal by complex keys.
hasharray-grouping
A HashArray that automatically groups all added items. See the npm hasharray project.
jung-lib
Commonly used functions and library utilities across my projects.
mfcc
Node.js implementation of the MFCC audio speech analysis algorithm.
mongo-tree
tree-structure adapter for CRUD operations for arbitrary tree data structures to mongodb.
node-mfcc
Node.js implementation of the MFCC audio speech analysis algorithm.
npm-time-lord
npm utility that provides historical information about packages and shrinkwrapped package files. Useful for recovery of builds that were unintentionally broken by someone else's update.
polyline-matcher
An algorithm to determine how closely one polyline fits a portion of another polyline.
progression
A flexible JClass based object that keeps track of progress based on arbitrary tasks. Returns 0.0-1.0 on how far completed they are.
projekt
A project management set of tools designed around require.js that includes tools to analyze all your javascript files and perform refactoring on them.
prop-replace
Replaces spots in a string with their values in an object. Super simple templating engine.
q-foreach
An extension of Q that adds a forEach method that chains together a series of promise-returning function calls N number of times.
react-ringa
Ringa plugin for React
regexgenerator
Generates a regular expression for a given string and a provided complexity value (0-1).
repowatch
Repository (GIT, SVN, etc.) live change and diff notification service
ringa
Ringa is an ES6 MVC-inspired library designed to manage your asynchronous code and state as your project scales.
ringa-fw-core
RingaJS Core data models and utilities
ringa-fw-grid
RingaJS DataGrid Component
ringa-fw-react
RingaJS React Visual Framework