Skip to content
View SupaFuzz's full-sized avatar
🪐
Working from home
🪐
Working from home

Block or report SupaFuzz

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
SupaFuzz/README.md

SupaFuzz (Amy Hicox)

  • Purveyor of fine bespoke vanilla javascript
  • Framework Hipster
  • Author of ancient and justified Perl
  • Wrangler of Remedy
  • XML cat herder

TO-DO

  • make a nice github profile

Pinned Loading

  1. remedy-rest-api remedy-rest-api Public

    Forked from ahicox/remedy-rest-api

    A no-dependency javascript library for talking to BMC's Remedy ARS REST API in Browser or Node

    JavaScript 11 2

  2. vanilla-pwa-shell vanilla-pwa-shell Public

    this is the shell of an installable PWA with serviceWorker (with working update mechanism), zero dependencies (no framework, no library, just javascript, html, svg and css)

    HTML

  3. Remedy-ARSTools Remedy-ARSTools Public

    perl module for abstracting interaction with the Remedy C API via ARSPerl

    Perl

  4. noice2-js noice2-js Public

    noice.js with modules

    JavaScript

  5. force CSV column to string format force CSV column to string format
    1
    # so you need a way to force a CSV column to be interpreted as a string.
    2
    ## Here's how you do that
    3
    
                  
    4
    take this row for instance:
    5
    
                  
  6. IndexedDB vanilla basic CRUD operations IndexedDB vanilla basic CRUD operations
    1
    <!DOCTYPE html>
    2
    
                  
    3
    <html lang="en">
    4
    
                  
    5
        <!--