- Turn The Ship Around
- Five Dysfunctions of a Team
- Leading Snowflakes
- High-Output Management
- Slack: Getting Past Burnout
- The Year Without Pants
- Creativity, Inc.
- Start With Why
- Crucial Conversations
- Drive: The Surprising Truth About What Motivates Us
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. Dan Pink: Drive | |
2. Patrick Lencioni: The Five Dysfunctions of a Team | |
3. Ed Catmull: Creativity Inc. | |
4. Simon Sinek: Start With Why | |
5. Ben Horowitz: The Hard Thing About Hard Things | |
6. Rob Sutton: The No Asshole Rule | |
7. Dale Carnegie: How To Win Friends & Influence People | |
8. Scott Snook: Friendly Fire | |
9. Scott Berkun: The Year Without Pants | |
10. Tom DeMarco: Slack |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo: false | |
env: | |
global: | |
- MONGODB_VERSION=2.6.10 | |
install: | |
- wget http://fastdl.mongodb.org/linux/mongodb-linux-x86_64-$MONGODB_VERSION.tgz | |
- tar xfz mongodb-linux-x86_64-$MONGODB_VERSION.tgz | |
- export PATH=`pwd`/mongodb-linux-x86_64-$MONGODB_VERSION/bin:$PATH | |
- mkdir -p data/db | |
- mongod --dbpath=data/db & |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
before_deploy: | |
- export COMMIT_AUTHOR=`git show -s --pretty=format:"%ae"` | |
deploy: | |
provider: | |
on: | |
condition: "$COMMIT_AUTHOR = mtdowling@..." |
- Add water to a sauce pan, fill up to about 10 cm
- Add 2 tablespoons white vinegar, 1 teaspoon of salt
- Bring the water to a boil, then let it simmer at medium heat
- Before dropping in an egg, make a swirl in the water by stirring it around
- Break every egg into a cup, then pour the egg directly into the middle of the swirl
- Leave it in for 3 minutes, then fish out the egg with a big spoon with holes in it. Leave it on a paper towel to dry off the water
Only do one egg at a time, add more sauce pans for true poached egg multi-tasking.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"id": 1, | |
"number": "1", | |
"status": null, | |
"started_at": null, | |
"finished_at": null, | |
"status_message": "Passed", | |
"commit": "62aae5f70ceee39123ef", | |
"branch": "master", | |
"message": "the commit message", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# remove elasticsearch from the services section | |
before_install: | |
- wget https://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-1.0.1.deb && sudo dpkg -i elasticsearch-1.0.1.deb && true | |
- sudo service elasticsearch start |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var ip = '199.27.72.162' | |
var https = require('https') | |
https.get({ | |
host: ip, | |
port: 443, | |
path: '/graceful-fs', | |
headers: { | |
host: 'registry.npmjs.org' | |
} | |
}, function(res) { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"message":"The organization owner has enforced that all users must have two-factor authentication enabled in order to access its resources. Please enable two-factor authentication or authenticate via OAuth instead.","documentation_url":"https://help.github.com/articles/about-two-factor-authentication#enabling-2fa"} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- 1 2014-03-10 15:32:19.000000000 +0100 | |
+++ 2 2014-03-10 15:32:21.000000000 +0100 | |
@@ -32,20 +32,19 @@ | |
npm http 200 https://registry.npmjs.org/glob | |
npm http 200 https://registry.npmjs.org/glob/-/glob-3.1.21.tgz | |
npm http 200 https://registry.npmjs.org/glob/-/glob-3.2.1.tgz | |
-npm http 200 https://registry.npmjs.org/glob/-/glob-3.2.9.tgz | |
+npm http 200 https://registry.npmjs.org/glob/-/glob-3.2.8.tgz | |
npm http 200 https://registry.npmjs.org/glob/3.2.1 | |
npm http 200 https://registry.npmjs.org/graceful-fs |
NewerOlder