Skip to content
View GregWWalters's full-sized avatar

Organizations

@parkhub
Block or Report

Block or report GregWWalters

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. git-funcs git-funcs Public

    additional git functions useful for my workflow

    Shell 3

  2. An exploration of Go's reflect packa... An exploration of Go's reflect package and utility for finding the difference between any two arbitrary values
    1
    package testutils
    2
    
                  
    3
    import (
    4
    	"encoding/json"
    5
    	"errors"
  3. BitFlag generator class in JS BitFlag generator class in JS
    1
    /* eslint-disable no-bitwise,no-plusplus,no-underscore-dangle */
    2
    /* eslint-disable no-func-assign,no-return-assign */
    3
    
                  
    4
    const util = require('../authorization/util');
    5
    // TODO: move utils
  4. cfg-sh cfg-sh Public

    UNIX shell configuration

    Shell