#BCN 2013
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
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": [ | |
{ |
// on demand instances | |
http://aws.amazon.com/ec2/pricing/json/rhel-od.json | |
http://aws.amazon.com/ec2/pricing/json/sles-od.json | |
http://aws.amazon.com/ec2/pricing/json/mswin-od.json | |
http://aws.amazon.com/ec2/pricing/json/linux-od.json | |
http://aws.amazon.com/ec2/pricing/json/mswinSQLWeb-od.json | |
http://aws.amazon.com/ec2/pricing/json/mswinSQL-od.json | |
// reserved isntances | |
http://aws.amazon.com/ec2/pricing/json/linux-ri-light.json |
{ | |
"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, |
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) |
{ | |
"vers": 0.01, | |
"config": { | |
"currencies": [ | |
"USD" | |
], | |
"regions": [ | |
{ | |
"instanceTypes": [ | |
{ |
phantomjs test/run-jasmine.js http://localhost:7357?testing=true | |
TypeError: 'undefined' is not an object (evaluating 'document.body.querySelectorAll('#TrivialReporter span.finished-at')[0].innerText') | |
phantomjs://webpage.evaluate():2 | |
phantomjs://webpage.evaluate():3 | |
phantomjs://webpage.evaluate():3 | |
GET https://test.grid.weather.com/providers//regions/false/zones | |
GET https://test.grid.weather.com/?_providerId=&_regionId=false | |
GET https://test.grid.weather.com/providers//regions/false/zones | |
------------------START-------------------- |
https://github.com/TheWeatherCompany/grid-console/issues/174 | |
https://github.com/TheWeatherCompany/grid-console/pull/180 | |
https://github.com/TheWeatherCompany/grid-api/issues/405 | |
https://github.com/TheWeatherCompany/grid-api/issues/408 | |
https://github.com/TheWeatherCompany/grid-api/issues/410 |
import csv | |
import sys | |
from decimal import Decimal | |
csv_file = open( sys.argv[1] ) | |
count = 0 | |
total_line_item_cost = Decimal(0) | |
for row in csv.reader( csv_file ): | |
count += 1 | |
# get record type (column 4) |
The days are long but the decades are short | |
I turned 30 last week and a friend asked me if I'd figured out any life advice in the past decade worth passing on. I'm somewhat hesitant to publish this because I think these lists usually seem hollow, but here is a cleaned up version of my answer: | |
1) Never put your family, friends, or significant other low on your priority list. Prefer a handful of truly close friends to a hundred acquaintances. Don’t lose touch with old friends. Occasionally stay up until the sun rises talking to people. Have parties. | |
2) Life is not a dress rehearsal—this is probably it. Make it count. Time is extremely limited and goes by fast. Do what makes you happy and fulfilled—few people get remembered hundreds of years after they die anyway. Don’t do stuff that doesn’t make you happy (this happens most often when other people want you to do something). Don’t spend time trying to maintain relationships with people you don’t like, and cut negative people out of your life. Negat |