Skip to content

Instantly share code, notes, and snippets.

View taterbase's full-sized avatar

George Shank taterbase

View GitHub Profile
@taterbase
taterbase / zkscan.go
Created June 21, 2016 01:42
Recursively watch child Zookeeper graph grow
package main
import (
"log"
"path"
"sync"
"time"
"github.com/samuel/go-zookeeper/zk"
)
@taterbase
taterbase / performance.worker.js
Created January 18, 2017 01:44
Performance Worker
onmessage = function() {
postMessage(performance.now())
}
@taterbase
taterbase / index.html
Created January 18, 2019 22:30
x12 Viewer
<textarea id="edi-input" placeholder="Paste edi in here...">
</textarea>
<br />
<input id="search" placeholder="search segments and elements">
<table id="edi-table" border="1">
</table>