Skip to content

Instantly share code, notes, and snippets.

View cpsubrian's full-sized avatar

Brian Link cpsubrian

  • Dropbox
  • Fremont, CA
View GitHub Profile
@cpsubrian
cpsubrian / .env
Created May 12, 2017 23:18
Netlify Build Fails due to Private Dependencies
NPM_TOKEN=[your-npm-authentication-token]
YARN_VERSION=0.24.4
@cpsubrian
cpsubrian / index.html
Created August 30, 2017 17:56
MyWifi Debugging
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<meta name="description" content="">
<meta name="author" content="">
@cpsubrian
cpsubrian / .dockerignore
Created October 12, 2017 21:16
Docker Node App
# add git-ignore syntax here of things you don't want copied into docker image
.git
.data
*Dockerfile*
*docker-compose*
node_modules
@cpsubrian
cpsubrian / bookmarklet.js
Last active October 12, 2019 00:06
Test Bookmarklet -- Pinkify
javascript:(function(){var src="https://gist.githack.com/cpsubrian/90fffb1a826143a59364a449b4c586a6/raw/3a0bf7f8b97ba31d7836843fd24dd66ef4c31707/pinkify.js";document.body.appendChild(document.createElement('script')).setAttribute('src', src);})();