Skip to content
View jabney's full-sized avatar

Block or report jabney

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. micro-redux: a minimal implementatio... micro-redux: a minimal implementation of Redux createStore, with thunkish behavior added in
    1
    /**
    2
     * Minimal implementation of Redux createStore, with thunkish behavior.
    3
     */
    4
    import subject from './micro-subject' // see micro-subject.js gist
    5
    
                  
  2. palettron palettron Public

    Manipulate palettes of colors in wonderful ways

    TypeScript

  3. row-runner row-runner Public

    Process CSV files as streams of rows.

    TypeScript 1

  4. seedable seedable Public

    A simple, no-frills, seedable random number generator from sha256 hashes

    JavaScript

  5. arg-parser: A stateless, minimally o... arg-parser: A stateless, minimally opinionated argument parser
    1
    /**
    2
     * A minimally opinionated argument parser with a stateless implementation.
    3
     *
    4
     * Author: James Abney
    5
     * License: MIT
  6. tokenizer: a single token lookahead ... tokenizer: a single token lookahead tokenizer
    1
    /**
    2
     * A single token lookahead tokenizer.
    3
     *
    4
     * Author: James Abney
    5
     * License: MIT