Skip to content

Instantly share code, notes, and snippets.

View okcoker's full-sized avatar

Sean Coker okcoker

View GitHub Profile
### Keybase proof
I hereby claim:
* I am okcoker on github.
* I am okcoker (https://keybase.io/okcoker) on keybase.
* I have a public key whose fingerprint is FA85 DCA1 C1C1 A0A4 7FD1 DDBE 5D60 3BA1 3A9F F900
To claim this, I am signing this object:
@okcoker
okcoker / working vs broken server hmr.diff
Created October 10, 2017 02:59
working vs broken server hmr
--- /working.js 2017-10-09 22:57:55.000000000 -0400
+++ /broken.js 2017-10-09 22:42:25.000000000 -0400
@@ -37,7 +37,7 @@
/******/
/******/
/******/ var hotApplyOnUpdate = true;
-/******/ var hotCurrentHash = "bf00a939cacd3fad67ef"; // eslint-disable-line no-unused-vars
+/******/ var hotCurrentHash = "7cc4b8eb7c319c328034"; // eslint-disable-line no-unused-vars
/******/ var hotCurrentModuleData = {};
/******/ var hotCurrentChildModule; // eslint-disable-line no-unused-vars
### Keybase proof
I hereby claim:
* I am okcoker on github.
* I am okcoker (https://keybase.io/okcoker) on keybase.
* I have a public key whose fingerprint is 4423 9BF6 A39B F12A 6653 7B45 9F80 B6C0 1F37 D777
To claim this, I am signing this object:
@okcoker
okcoker / README.md
Created October 1, 2015 07:34 — forked from jonathantneal/README.md
Local SSL websites on Mac OSX

Local SSL websites on Mac OSX

These instructions will guide you through the process of setting up local, trusted websites on your own computer.

These instructions are intended to be used on Mac OSX Yosemite.

NOTE: You may substitute the edit command for nano, vim, or whatever the editor of your choice is. Personally, I forward edit to Sublime Text:

alias edit="/Applications/Sublime\ Text.app/Contents/SharedSupport/bin/subl"
@okcoker
okcoker / Google doodle script
Created August 8, 2012 18:54
Press play first, copy this in console and press enter | http://www.google.com/logos/2012/basketball-2012-hp.html
var score_screen = document.getElementById('hplogo_sc').style.opacity,
canvas = document.getElementById("hplogo-c"),
evt,
interval,
counts = 0,
first = 270,
second = 430,
third = 620,
fourth = 850;