$2a$11$2IkpPRZQpufFJ0joPs2hTe93g9swBNANjOjGWfP5iNa2ik352tAHK
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
terraform { | |
backend "local" { | |
path = "./terraform_test.tfstate" | |
} | |
} | |
provider "aws" { | |
skip_credentials_validation = true | |
skip_requesting_account_id = true | |
skip_get_ec2_platforms = true |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Verifying my Blockstack ID is secured with the address 1BwPbwBWswq5RtjT51uPgNAQ3BUcSc4jwu https://explorer.blockstack.org/address/1BwPbwBWswq5RtjT51uPgNAQ3BUcSc4jwu |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Verifying that +jhulten is my blockchain ID. https://onename.com/jhulten |
I hereby claim:
- I am jhulten on github.
- I am jhulten (https://keybase.io/jhulten) on keybase.
- I have a public key whose fingerprint is 9CA2 E0C2 17A1 468B 4D66 F87C 9115 10C7 E5C5 C41A
To claim this, I am signing this object:
I hereby claim:
- I am jhulten on github.
- I am jhulten (https://keybase.io/jhulten) on keybase.
- I have a public key whose fingerprint is 550E E582 EDFB 44B0 C041 D3A5 B5AB 29A5 2AC5 7886
To claim this, I am signing this object:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[debug] api.go:985 Calling GET /images/json | |
2013/08/28 16:40:30 GET /v1.4/images/json | |
[debug] api.go:985 Calling POST /containers/create | |
2013/08/28 16:41:39 POST /v1.4/containers/create | |
[debug] api.go:985 Calling POST /containers/{name:.*}/start | |
2013/08/28 16:41:39 POST /v1.4/containers/71659d36a6fc/start | |
[debug] container.go:852 Waiting for process | |
[debug] api.go:985 Calling POST /containers/{name:.*}/attach | |
2013/08/28 16:41:39 POST /v1.4/containers/71659d36a6fc/attach?logs=1&stderr=1&stdout=1&stream=1 | |
[debug] container.go:448 [start] attach stdout |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[alias] | |
ci = commit | |
co = checkout | |
st = status | |
whois = "!sh -c 'git log -i -1 --pretty=\"format:%an <%ae>\n\" --author=\"$1\"' -" | |
whatis = show -s --pretty='tformat:%h (%s, %ad)' --date=short | |
tree = log --oneline --decorate --graph | |
ctags = !.git/hooks/ctags | |
ll = log --pretty=format:"%C(yellow)%h%Cred%d\\ %Creset%s%Cblue\\ [%cn]" --decorate --numstat | |
ls = log --pretty=format:"%C(yellow)%h%Cred%d\\ %Creset%s%Cblue\\ [%cn]" --decorate |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
BUNDLE_PATH: vendor/bundle | |
BUNDLE_DISABLE_SHARED_GEMS: "1" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(ns statsd-clj.server | |
(:use [aleph.udp] | |
[gloss core io] | |
[lamina core api]) | |
(:require [statsd-clj.config :as config] | |
[statsd-clj.metrics :as metrics] | |
[clojure.tools.logging :as log])) | |
(def socket-server (agent nil)) |
NewerOlder