I hereby claim:
- I am justinrolston on github.
- I am justinrolston (https://keybase.io/justinrolston) on keybase.
- I have a public key whose fingerprint is DE95 5077 3C99 DF79 B00C EFFD 202E 6800 E2F2 6959
To claim this, I am signing this object:
module EventuallyHelper | |
def eventually(options = {}) | |
timeout = options[:timeout] || 10 | |
interval = options[:interval] || 0.1 | |
time_limit = Time.now + timeout | |
loop do | |
begin | |
yield | |
rescue => error | |
end |
I hereby claim:
To claim this, I am signing this object:
package main | |
import ( | |
"fmt" | |
"log" | |
"net/http" | |
"github.com/elazarl/goproxy" | |
) |
{"status":"fail"} |
ruby22 () { | |
eval $(docker-machine env default) | |
docker run -it --rm \ | |
-v "$PWD":/data \ | |
-w /data \ | |
ruby:2.2-alpine ruby $* | |
} |
Here’s a structured approach to help Ethan get started into computer science (CS):