Skip to content
View novwhisky's full-sized avatar
Block or Report

Block or report novwhisky

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

  1. bawnjorno bawnjorno Public

    A CLI to add Bonjour support to any *nix process

    JavaScript 1

  2. big-text big-text Public

    HTML

  3. CreateJS/PreloadJS CreateJS/PreloadJS Public

    PreloadJS makes preloading assets & getting aggregate progress events easier in JavaScript. It uses XHR2 when available, and falls back to tag-based loading when not.

    JavaScript 2.9k 765

  4. goldfire/howler.js goldfire/howler.js Public

    Javascript audio library for the modern web.

    JavaScript 23k 2.2k

  5. Tiny audio data URIs of silence Tiny audio data URIs of silence
    1
    [Hear these samples in action](http://jsfiddle.net/wittnl/zw7qnrgm/) (actually, they're all silent)
    2
    
                  
    3
    # WAV
    4
        data:audio/wav;base64,UklGRigAAABXQVZFZm10IBIAAAABAAEARKwAAIhYAQACABAAAABkYXRhAgAAAAEA
    5
    
                  
  6. Rewind selectors Rewind selectors
    1
    # rewindSelector.js
    2
    
                  
    3
    Uses [ES2015 Proxy](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Proxy) to spy on selector property accesses and returns an object describing the expected state tree
    4
    
                  
    5
    Does **not** work with IE, even with [proxy-polyfill](https://github.com/GoogleChrome/proxy-polyfill)