Skip to content

Instantly share code, notes, and snippets.

View lucacioria's full-sized avatar

luca cioria lucacioria

View GitHub Profile
@lucacioria
lucacioria / books.md
Last active October 17, 2016 13:13
books

must read

  • 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.
@lucacioria
lucacioria / 0_reuse_code.js
Created July 6, 2016 09:21
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
@lucacioria
lucacioria / domains_api_tutorial.markdown
Last active December 21, 2015 10:29
Google+ Domains API with Service Accounts (Quick Start Tutorial in Python on App Engine)

Google+ Domains API - Quick Start

introduction

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.

create GAE (Google App Engine) app

@lucacioria
lucacioria / Money Chicago
Last active December 12, 2015 00:58 — forked from gabro/Money Chicago
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"+