Skip to content

Instantly share code, notes, and snippets.

View tianon's full-sized avatar
♥️
TIANON

Tianon Gravi tianon

♥️
TIANON
View GitHub Profile
@tianon
tianon / amd-8core-workstation.txt
Last active December 24, 2015 01:19
"docker run -i -t -privileged docker ./hack/make.sh test" against f435970 (0.6.3-dev) This was all done on Gentoo, of course.
$ docker run -i -t -privileged docker ./hack/make.sh test
/proc/self/fd /go/src/github.com/dotcloud/docker
/go/src/github.com/dotcloud/docker
---> Making bundle: test (in bundles/0.6.3-dev/test)
Fri Sep 27 01:26:51 UTC 2013
++ cd .
++ go test -v -ldflags '-X main.GITCOMMIT f435970 -X main.VERSION 0.6.3-dev -d -w'
warning: building out-of-date packages:
path/filepath
io/ioutil
$ docker images tianon/debian
REPOSITORY TAG ID CREATED SIZE
tianon/debian sid 48c561d00c03 5 weeks ago 159.4 MB (virtual 159.4 MB)
tianon/debian jessie c7a9f3b2159e 5 weeks ago 160.6 MB (virtual 160.6 MB)
tianon/debian 7.1 617698bd3cd3 5 weeks ago 157.5 MB (virtual 157.5 MB)
tianon/debian latest 08c9d0ea8240 9 weeks ago 157.5 MB (virtual 157.5 MB)
tianon/debian wheezy 08c9d0ea8240 9 weeks ago 157.5 MB (virtual 157.5 MB)
tianon/debian 7.0 a1390ca6935c 3 months ago 157.4 MB (virtual 157.4 MB)
tianon/debian 6.0.7 764a25351209 4 months ago 149.5 MB (virtual 149.5 MB)
tianon/debian squeeze 764a25351209 4 months ago 149.5 MB (virtual 149.5 MB)
@tianon
tianon / README.md
Last active December 18, 2015 12:49 — forked from mbostock/.block

This grouped bar chart is constructed from a CSV file storing the populations of different states by age group. The chart employs conventional margins and a number of D3 features:

@tianon
tianon / README.md
Last active December 11, 2015 14:19 — forked from mbostock/.block