- Getting to Yes - William Ury, Roger Fisher, Bruce Patton
- a great book to learn how to do "non-adversarial bargaining" through principled negotiation, focusing on the basic needs and optimizing for the overall satisfaction, rather than following the typical "positional bargaining" approach.
- Thinking, Fast and Slow - Daniel Kahneman
- a breathtaking book about how our brain works, with a focus on the pre-rational (system 1) part of the brain and all the biases that influes our actions.
- The Lean Startup - Eric Ries
- seminal book on the concept of iterative development of a product to fit market needs, illustrates a method based on experimentation and rigorous testing of hyptothesis.
- The Goal - Eliyahu M. Goldratt
- a business novel that introduces the Theory of Constraints, referred to in many of the other books on this list.
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
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |
Google+ Domains API are meant to interact with your G+ accounts in the domain. With these APIs you can manage circles, read and write posts, shares, and comments etc.. more informations here
This tutorial is for creating an application that uses the Domains API, running on Google App Engine with python.
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 money = | |
"@people: luca gio dani gabro claudio jaja mike paolo\n"+ | |
"@group: luca gio dani gabro claudio jaja\n"+ | |
"@date: debiti e payback\n"+ | |
"~Debiti (Dani 52.13 Luca 356.37 Gabro 13.18) claudio 309.88 gio 28.98 jaja 17.25 mike 64.51\n"+ | |
"15 gio -> dani\n"+ | |
"400 claudio -> gabro\n"+ | |
"10 dani -> jaja\n"+ |