Skip to content

Instantly share code, notes, and snippets.

View bradtaylorsf's full-sized avatar

Brad Taylor bradtaylorsf

View GitHub Profile
@bradtaylorsf
bradtaylorsf / last-rev-mac-setup.sh
Last active November 20, 2019 17:40
Last Rev Mac Developer Setup
echo Installing Homebrew
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
echo This allows the script to continue without closing out.
export PATH=/usr/local/bin:$PATH
#Updates Homebrew
brew update

Keybase proof

I hereby claim:

  • I am bradtaylorsf on github.
  • I am bradtaylorsf (https://keybase.io/bradtaylorsf) on keybase.
  • I have a public key ASBsOodXDSGnF39pEn9eO2XfXlZgvQKG5-fKmXg_BiqYVwo

To claim this, I am signing this object:

var open = window.XMLHttpRequest.prototype.open;
var DOMAIN_PATH = ''; // The full URL you want to send the data to
var RAW_DATA_EXP_IDS = ['']; // An array of experiment ids you want to send raw data for
// Helper functions
function replaceAll(find, replace, str) {
return str.replace(new RegExp(find, 'g'), replace);
}
function getCookie(name){