Skip to content
View pseudosavant's full-sized avatar

Block or report pseudosavant

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. player.html player.html Public

    One file drop-in media player web app for using video and audio files served using basic HTTP directory listing

    HTML 217 41

  2. video-thumbnail.js video-thumbnail.js Public

    Client-side JavaScript library to convert a URL into an image data URI in the browser

    JavaScript 2 1

  3. usps-zip-codes usps-zip-codes Public

    JSON dataset of every USPS zip code from the USPS ZIP code API. Including tools to create an updated file.

    TypeScript 13

  4. roku-commands roku-commands Public

    Deno script for sending remote commands to Roku devices (boxes and TVs)

    TypeScript

  5. Utility function that adds in some j... Utility function that adds in some jQuery-like syntactic sugar
    1
    // jQuery-like syntactic sugar. Only queries for one element. Does not loop over multiple like jQuery
    2
    export function $(query) {
    3
      if (typeof query === 'undefined') throw 'No query provided to $';
    4
    
                  
    5
      var el;
  6. burlap.js burlap.js Public

    A library to make common <canvas> operations not so painful. Burlap is to <canvas> as jQuery is to the DOM.

    JavaScript 2