Skip to content

Instantly share code, notes, and snippets.

View ckelner's full-sized avatar
🐕‍🦺
Datadog

Chris Kelner ckelner

🐕‍🦺
Datadog
View GitHub Profile
@ckelner
ckelner / BCN_2013.md
Last active December 27, 2015 09:09
Spain Trip 2013

#BCN 2013

Flights

Going

ATLANTA to DALLAS FT WORTH
American Flight #314
Take-off at: 12:45 PM Sunday Dec 08 2013
Lands at: 2:10 PM Sunday Dec 08 2013
Seats: 13A/B
@ckelner
ckelner / rx7_list.txt
Created October 17, 2013 14:38
rx7 list
To Buy:
-------
- Fuses (2x 30A 1x 40A)
- 3x large vacuum plugs
- Battery
- Diff fluid
- Trans fluid
- shifter bushings
- electric fan (or try to use the 240 ones somehow)
- Fuel pump connector plug (GM weatherpak, 4 prong)
{
"name": "data",
"args": [
{
"created_at": "Wed Oct 09 21:06:22 +0000 2013",
"id": 3.8804781227902e+17,
"id_str": "388047812279017472",
"text": "RT @lexilove313: \u201c@SorryImFromCali: When the weather is rainy and cold Starbucks and In-N-Out should deliver.\u201d OMGGGGG YESSSSSSS\ud83d\ude4c",
"source": "<a href=\"http:\/\/twitter.com\/download\/iphone\" rel=\"nofollow\">Twitter for iPhone<\/a>",
"truncated": false,
@ckelner
ckelner / aws-price-web-links.txt
Created September 10, 2013 13:33
links for lists of machine types for AWS from pricing
@ckelner
ckelner / gce-machine-types.json
Created September 6, 2013 14:28
google compute engine machine types
200 OK
- Show headers -
{
"kind": "compute#machineTypeList",
"selfLink": "https://content.googleapis.com/compute/v1beta15/projects/twcpoc/zones/us-central1-a/machineTypes",
"id": "projects/twcpoc/zones/us-central1-a/machineTypes",
"items": [
{
@ckelner
ckelner / ri-grid-api-ex.json
Created August 26, 2013 01:41
reserved instances Grid API examples
[
{
"availabilityZoneId": "us-east-1d",
"count": 5,
"currencyCode": "USD",
"forNetwork": true,
"hourlyCost": 0.092,
"machineType": "m1.xlarge",
"periodInDays": 1095,
"platform": "UNIX",
{
"vers": 0.01,
"config": {
"rate": "perhr",
"valueColumns": [
"ebsOptimized"
],
"currencies": [
"USD"
],
@ckelner
ckelner / single-ri.xml
Created August 16, 2013 14:06
reserved instance object from AWS
<item>
<reservedInstancesId>bbcd9749-595f-4030-9ac8-dde4ab4f71ec</reservedInstancesId>
<instanceType>m1.large</instanceType>
<availabilityZone>us-east-1a</availabilityZone>
<start>2013-08-01T00:00:00.000Z</start>
<duration>94608000</duration>
<fixedPrice>1028.0</fixedPrice>
<usagePrice>0.0</usagePrice>
<instanceCount>1</instanceCount>
<productDescription>Linux/UNIX (Amazon VPC)</productDescription>
{
"vers": 0.01,
"config": {
"rate": "perhr",
"valueColumns": [
"rhel"
],
"currencies": [
"USD"
],