Skip to content

Instantly share code, notes, and snippets.

View deanmono's full-sized avatar

Dean Monistere deanmono

  • vvaves.io
  • United States
View GitHub Profile
@deanmono
deanmono / gist:68439c84f792f68e268152b13b478459
Created April 15, 2020 06:27 — forked from chuckwagoncomputing/gist:4234127
pbcopy ssh public key to your clipboard
#pbcopy < ~/.ssh/id_rsa.pub
#or
cat ~/.ssh/id_rsa.pub | pbcopy
@deanmono
deanmono / README.md
Created October 10, 2019 22:13
Theorem Flattener

Take a nested array and crush it into a puny little baby array, unremorsefully

Installation

npm install to build the module

System Dependencies

Install the application's dependencies.

  1. Node.js, NPM
  2. Uglifyjs
@deanmono
deanmono / 0_reuse_code.js
Created May 28, 2014 15:26
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console