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):
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8" /> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0" /> | |
| <title>Johnny — Personal AI Assistant</title> | |
| <style> | |
| * { box-sizing: border-box; margin: 0; padding: 0; } | |
| body { |