Skip to content
View or9's full-sized avatar
  • Detroit

Highlights

  • Pro
Block or Report

Block or report or9

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. arm-har-visualization arm-har-visualization Public

    Client-side HAR file visualization app

    JavaScript

  2. Search for a value in a file Search for a value in a file
    1
    #!/bin/bash
    2
    
                  
    3
    FILE_TO_SEARCH_IN=$1
    4
    STRING_TO_SEARCH_FOR=$2
    5
    VALUE_TO_INSERT=$3
  3. Get value of a property by key, or d... Get value of a property by key, or determine whether a provided object description has a given property.
    1
    var expected = window.location.href;
    2
    var actual = getProp(window, "location.href");
    3
    expected = JSON.stringify(expected);
    4
    actual = JSON.stringify(actual);
    5
    console.assert(actual === expected, { error: window.location.href });
  4. arm108-custom-elements arm108-custom-elements Public

    Custom elements for use across applications

    HTML

  5. calc calc Public

    Simple calculator app test. PHP, Laravel (actually Lumen), WebcomponentsJS, Gulp

    PHP

  6. env-lib env-lib Public

    Node module for reading .env file in app

    JavaScript