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

Highlights

  • Pro

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. arm-har-visualizationarm-har-visualizationPublic

    Client-side HAR file visualization app

    JavaScript

  2. Search for a value in a fileSearch 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
    functioncreateNestedStruct(obj={},schema=``,splitOnKey=`.`){
    2
    constkeys=schema.split(splitOnKey);
    3
    // console.log(`keys? `, keys);
    4
    letcurrent=obj;
    5
  4. arm108-custom-elementsarm108-custom-elementsPublic

    Custom elements for use across applications

    HTML

  5. calccalcPublic

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

    PHP

  6. env-libenv-libPublic

    Node module for reading .env file in app

    JavaScript