I hereby claim:
- I am overdrive3000 on github.
- I am overdrive (https://keybase.io/overdrive) on keybase.
- I have a public key whose fingerprint is 7536 0289 D40A 8FBD 40A6 06EA E715 4EAA 8F7F 854F
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| #!/usr/bin/env python | |
| import os | |
| from dopy.manager import DoManager | |
| client_id = os.environ['DO_CLIENT_ID'] | |
| api_key = os.environ['DO_API_KEY'] | |
| domains = DoManager(client_id, api_key) | |
| upstream myapp { | |
| server 127.0.0.1:8081; | |
| } | |
| limit_req_zone $binary_remote_addr zone=login:10m rate=1r/s; | |
| server { | |
| listen 443 ssl spdy; | |
| server_name _; | |
| # ---------------------------------------------------------------------------------------- | |
| # helloworld.s. Hello world in assembly! | |
| # ---------------------------------------------------------------------------------------- | |
| .global _start | |
| .text | |
| _start: | |
| # write(1, message, 13) | |
| mov $1, %rax # system call ID. 1 is write |
| #!/usr/bin/python | |
| import os | |
| import time | |
| import boto | |
| import boto.manage.cmdshell | |
| def launch_instance(ami='ami-a73264ce', | |
| instance_type='t1.micro', |
| Run the following command to install ruby p451 in Ubuntu 14.04 with libreadline version 6.3.4 | |
| curl -fsSL https://gist.github.com/LeonB/10503374/raw | rbenv install --patch 2.0.0-p451 |
| diff --git ext/readline/extconf.rb ext/readline/extconf.rb | |
| index 4920137..8e81253 100644 | |
| --- ext/readline/extconf.rb | |
| +++ ext/readline/extconf.rb | |
| @@ -19,6 +19,10 @@ def readline.have_func(func) | |
| return super(func, headers) | |
| end | |
| +def readline.have_type(type) | |
| + return super(type, headers) |
| --- | |
| - name: Debug | |
| hosts: localhost | |
| tasks: | |
| - debug: var=ansible_eth0["ipv4"]["address"] | |
| - name: Get DNS record information | |
| hosts: localhost | |
| tasks: | |
| - route53: command=get zone=foo.com record=subdomain.foo.com type=A private_zone=true |
| Verifying that +overdrive is my blockchain ID. https://onename.com/overdrive |