Skip to content

Instantly share code, notes, and snippets.

View ericwooley's full-sized avatar
😜

Eric Wooley ericwooley

😜
View GitHub Profile
@ericwooley
ericwooley / webworker.js
Created October 11, 2016 20:47
Web worker from local function
function testFunction () {
console.log('webworker success')
}
var worker = new Worker(URL.createObjectURL(new Blob(['(' + testFunction.toString() + ')()'], {type: 'application/javascript'})))
@ericwooley
ericwooley / gist:a0e8fe9dcd2e4f8fdecf
Created October 8, 2015 19:26
blockchain verification
Verifying that +ericwooley is my blockchain ID. https://onename.com/ericwooley