Skip to content

Instantly share code, notes, and snippets.

```
2013/11/22 18:15:26 2c9e825beb3b2c37d0a4d9c5625e10384bc6433c4a08a19b2092820a783bae4a: Failed to umount filesystem: Umount: Failed to umount /var/lib/docker/containers/2c9e825beb3b2c37d0a4d9c5625e10384bc6433c
4a08a19b2092820a783bae4a/rootfs
panic: runtime error: close of closed channel
goroutine 24 [running]:
runtime.panic(0x8eb1e0, 0x101f915)
/usr/local/go/src/pkg/runtime/panic.c:266 +0xb6
github.com/dotcloud/docker.(*Container).monitor(0xc210062c40)
/go/src/github.com/dotcloud/docker/container.go:1232 +0x512
@aidanhs
aidanhs / gist:6792200
Created October 2, 2013 11:14
Bench hg, git, bup for linear history of a large file with inserts and appends
set -e
# Clean up previous test
rm log.log || true
rm -rf .git .hg .bup
# Specify how our file is going to be constructed
NUMS="00 01 02 03 04 05 06 07 08 09"
F1="00 "
F2="00 01 02 "
@aidanhs
aidanhs / gist:5996985
Last active May 9, 2017 23:16
emscripten unicode bug

emtest("😇") = "ߘ"

// ==UserScript==
// @name CoffeeTest
// @namespace test
// @version 0.1
// @grant none
// @require http://jashkenas.github.io/coffee-script/extras/coffee-script.js
// @match http://example.iana.org/
// ==/UserScript==
/*