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

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.

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
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 10 2

  2. noice.js noice.js Public

    Handy JavaScript Object Hierarchy toolkit for building PWAs

    HTML

  3. Remedy-ARSTools Remedy-ARSTools Public

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

    Perl

  4. 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
    
                  
  5. IndexedDB vanilla basic CRUD operations IndexedDB vanilla basic CRUD operations
    1
    <!DOCTYPE html>
    2
    
                  
    3
    <html lang="en">
    4
    
                  
    5
        <!--
  6. simulate bad network on linux simulate bad network on linux
    1
    # how to simulate slow / messed up network
    2
    
                  
    3
    You might need to simulate crappy wifi, or spotty cell or otherwise "there but just barely or not really" network connectivity, so as to make sure your app or whatevz handles that gracefully.
    4
    
                  
    5
    Presuming your server is on linux, this is the long and short of it: