I hereby claim:
- I am willabides on github.
- I am wroden (https://keybase.io/wroden) on keybase.
- I have a public key ASAxSPMtbO1QitJlHnFnO-KlVPbzJWA0g3UsnXTL_TOZggo
To claim this, I am signing this object:
hello world |
<!DOCTYPE html> | |
<meta charset="utf-8"> | |
<link rel="stylesheet" href="http://cmx.io/v/0.1/cmx.css"/> | |
<script src="http://cmx.io/v/0.1/cmx.js"></script> | |
<body> | |
<scene id="scene1"> | |
<label t="translate(0,346)"> | |
<tspan x="0" y="0em">A Comic Sans Humor</tspan> | |
</label> | |
<actor t="translate(131,49)" pose="-11,9|-5,117|-11,99|-11,89|-11,79|-11,59|-16,34|-21,9|-6,34|-1,9|-18,79|-18,59|-6,79|-1,59"> |
*** | |
site: vrbo | |
url: http://ezg:8765/cgi-bin/xport.cgi?start=1y2m20d&end=2m19d&ds=www.vrbo.com_LB_HTTP&bucket=nsmgmt.aus1.homeaway.live_vsvrTotalRequests | |
506 (2/20/13) | |
481 (12/29/13) | |
466 (4/8/13) | |
461 (5/13/13) | |
455 (2/18/13) | |
454 (7/1/13) |
2016/01/11 10:49:03 [INFO] Terraform version: 0.6.9 | |
2016/01/11 10:49:03 [DEBUG] Detected home directory from env var: /Users/wroden | |
2016/01/11 10:49:03 [DEBUG] Discovered plugin: atlas = /usr/local/Cellar/terraform/0.6.9/bin/terraform-provider-atlas | |
2016/01/11 10:49:03 [DEBUG] Discovered plugin: aws = /usr/local/Cellar/terraform/0.6.9/bin/terraform-provider-aws | |
2016/01/11 10:49:03 [DEBUG] Discovered plugin: azure = /usr/local/Cellar/terraform/0.6.9/bin/terraform-provider-azure | |
2016/01/11 10:49:03 [DEBUG] Discovered plugin: azurerm = /usr/local/Cellar/terraform/0.6.9/bin/terraform-provider-azurerm | |
2016/01/11 10:49:03 [DEBUG] Discovered plugin: chef = /usr/local/Cellar/terraform/0.6.9/bin/terraform-provider-chef | |
2016/01/11 10:49:03 [DEBUG] Discovered plugin: cloudflare = /usr/local/Cellar/terraform/0.6.9/bin/terraform-provider-cloudflare | |
2016/01/11 10:49:03 [DEBUG] Discovered plugin: cloudstack = /usr/local/Cellar/terraform/0.6.9/bin/terraform-provider-cloudstack | |
2016/01/11 10:49:03 [DEBUG] Discovered plugin: |
I hereby claim:
To claim this, I am signing this object:
#!/usr/bin/env python | |
# -*-coding: utf8 -*- | |
''' | |
Sample output showing bug in api | |
Add label, expected return code of 200 : https://developer.github.com/v3/issues/labels/#add-labels-to-an-issue | |
Method : POST, Endpoint : https://api.github.com/repos/foobar-test/asdf/issues/8/labels, Payload ['bug'] | |
Response Code 200 |
age | population | |
---|---|---|
travis-ci | 30.80% | |
circleci | 15.96% | |
jenkins | 5.87% | |
appveyor | 3.16% | |
coveralls | 2.95% | |
codeship | 2.65% | |
codecov | 2.53% | |
codeclimate | 1.66% | |
greenkeeper | 0.93% |
{ | |
"$schema": "https://raw.githubusercontent.com/jsonresume/resume-schema/v1.0.0/schema.json", | |
"basics": { | |
"name": "Will Roden", | |
"email": "[email protected]", | |
"location": { | |
"city": "Round Rock", | |
"countryCode": "US", | |
"region": "Texas" | |
} |
package actionslog | |
import ( | |
"bytes" | |
"context" | |
"io" | |
"log/slog" | |
"sync" | |
) |