Skip to content

Instantly share code, notes, and snippets.

@leumund
leumund / gist:3924645
Created October 20, 2012 20:21
Google App Script Prototype for Base CRM
// Sample File for Interaction with the Base CRM API via Google Apps Scripts for Spreadsheet
// The below script is getting a Token based on email and password authentification from the base API
// and is writing in the active spreadsheets all the deals with the described status
// I'm not a programmer, so see it as a prototype to checkout the possibilities.
// 2012 Christian Leu - www.leumund.ch
function deals() {
var email = "base crm e-mail adress";
@leumund
leumund / busstop-arduino
Created January 4, 2012 06:39
#busstop arduino
Circuit:
* Ethernet shield attached to pins 10, 11, 12, 13
created 21 May 2011
by Tom Igoe
This code is in the public domain.
*/
#include <SPI.h>
@leumund
leumund / busstop-arduino
Created January 4, 2012 06:38
#busstop arduino
Circuit:
* Ethernet shield attached to pins 10, 11, 12, 13
created 21 May 2011
by Tom Igoe
This code is in the public domain.
*/
#include <SPI.h>