I hereby claim:
- I am mediocregopher on github.
- I am mediocregopher (https://keybase.io/mediocregopher) on keybase.
- I have a public key whose fingerprint is 27AB 502A 9EA8 96F6 4A27 4970 95C4 6FA6 A411 48AC
To claim this, I am signing this object:
| package panicker | |
| import ( | |
| "runtime" | |
| . "testing" | |
| "github.com/mediocregopher/radix/v3" | |
| ) | |
| func BenchmarkPanic(b *B) { |
| package main | |
| import ( | |
| "log" | |
| "time" | |
| "github.com/mediocregopher/mediocre-go-lib/mrand" | |
| radix "github.com/mediocregopher/radix.v3" | |
| ) |
| 0xC34976Ee7A9dAD5d4F1802C190B0967E58b137F0 |
| /* | |
| [dependencies] | |
| clap = "2" | |
| */ | |
| extern crate clap; | |
| use clap::{Arg, App}; | |
| use std::num::Wrapping; | |
| use std::io::Read; |
| // Package brpc, stands for better-rpc. It's better than normal RPC, because it | |
| // allows for saner chaining of rpc handlers | |
| package brpc | |
| import ( | |
| "encoding/json" | |
| "net/http" | |
| "golang.org/x/net/context" | |
| ) |
| package main | |
| import ( | |
| "crypto/tls" | |
| "fmt" | |
| "io" | |
| "log" | |
| "net" | |
| "os" | |
| ) |
| #!/bin/sh | |
| function printDep { | |
| dep="$1" | |
| if [ "$dep" == "." ]; then return 0; fi | |
| cd "$GOPATH/src/$dep" | |
| if [ -d ".git" ]; then | |
| echo "$dep (git) - $(git log --abbrev-commit --oneline -n 1)" | |
| return 0 |
| package main | |
| import ( | |
| "bytes" | |
| "log" | |
| "math/rand" | |
| "net/http" | |
| "time" | |
| "github.com/gorilla/rpc/v2" |
| ~ ▻ gem install --debug chef | |
| NOTE: Debugging mode prints all exceptions even when rescued | |
| Exception `ArgumentError' at /home/mediocregopher/.rvm/rubies/ruby-1.9.3-p551/lib/ruby/1.9.1/resolv.rb:2318 - IPv6 address must be 16 bytes | |
| ERROR: While executing gem ... (ArgumentError) | |
| IPv6 address must be 16 bytes | |
| /home/mediocregopher/.rvm/rubies/ruby-1.9.3-p551/lib/ruby/1.9.1/resolv.rb:2318:in `initialize' | |
| /home/mediocregopher/.rvm/rubies/ruby-1.9.3-p551/lib/ruby/1.9.1/resolv.rb:2058:in `new' | |
| /home/mediocregopher/.rvm/rubies/ruby-1.9.3-p551/lib/ruby/1.9.1/resolv.rb:2058:in `decode_rdata' | |
| /home/mediocregopher/.rvm/rubies/ruby-1.9.3-p551/lib/ruby/1.9.1/resolv.rb:1556:in `block in get_rr' | |
| /home/mediocregopher/.rvm/rubies/ruby-1.9.3-p551/lib/ruby/1.9.1/resolv.rb:1457:in `get_length16' |
I hereby claim:
To claim this, I am signing this object: