I hereby claim:
- I am ivanvanderbyl on github.
- I am ivanv (https://keybase.io/ivanv) on keybase.
- I have a public key whose fingerprint is 2172 C1EB 0089 7CC3 ED35 FC72 510B F7F1 CEEC 1666
To claim this, I am signing this object:
/* global require, module */ | |
var EmberApp = require('ember-cli/lib/broccoli/ember-app'); | |
var app = new EmberApp({ | |
fingerprint: { | |
prepend: process.env.ASSETS_PREPEND | |
} | |
}); |
html, body { | |
padding: 0; | |
margin: 0; | |
box-sizing: border-box; | |
-webkit-box-sizing: border-box; | |
-webkit-font-smoothing: antialiased; | |
background-color: #D9D9D9; | |
color: #2C3E50; | |
font-family: Roboto, sans-serif; | |
font-size: 1em; |
#!/bin/bash | |
# Usage: | |
# bash ./create_droplet.sh 10 MY_TOKEN | |
MAX_DROPLETS=$1 | |
TOKEN=$2 | |
create_droplet() { | |
curl -X POST "https://api.digitalocean.com/v2/droplets" \ |
Wordlist ver 0.732 - EXPECT INCOMPATIBLE CHANGES; | |
acrobat africa alaska albert albino album | |
alcohol alex alpha amadeus amanda amazon | |
america analog animal antenna antonio apollo | |
april aroma artist aspirin athlete atlas | |
banana bandit banjo bikini bingo bonus | |
camera canada carbon casino catalog cinema | |
citizen cobra comet compact complex context | |
credit critic crystal culture david delta | |
dialog diploma doctor domino dragon drama |
I hereby claim:
To claim this, I am signing this object:
Man, doesn't the San Francisco real estate market suck? Everything is tiny and expensive, and if you're new to the city, I bet you're feeling really overwhelmed.
But good news! Available for one lucky person is the opportunity to rent a room in a huge (by SF standards) house in Noe Valley with two of the most awesome housemates you could ask for.
Sound awesome? Let's get down to brass tacks:
package main | |
import ( | |
"log" | |
"net/http" | |
) | |
func main() { | |
http.Handle("/versions/", http.StripPrefix("/versions/", http.FileServer(http.Dir("/tmp")))) | |
log.Printf("About to listen on 10443. Go to https://127.0.0.1:10443/") |
Ign http://rep.logentries.com raring Release | |
Ign http://rep.logentries.com raring/main amd64 Packages/DiffIndex | |
Ign http://rep.logentries.com raring/main i386 Packages/DiffIndex | |
Hit http://rep.logentries.com raring/main amd64 Packages | |
Hit http://rep.logentries.com raring/main i386 Packages | |
Ign http://rep.logentries.com raring/main Translation-en_AU | |
Ign http://rep.logentries.com raring/main Translation-en | |
Fetched 490 B in 4min 5s (1 B/s) | |
Reading package lists... Done | |
root@zebra-mel-01:/home/deploy# |
group :development do | |
gem "rake-pipeline", :git => "https://github.com/livingsocial/rake-pipeline.git" | |
gem "rake-pipeline-web-filters", :git => "https://github.com/wycats/rake-pipeline-web-filters.git" | |
gem 'colored' | |
end |