Skip to content

Instantly share code, notes, and snippets.

@tarelli
tarelli / gist:2c47ae47930e0571453c
Created February 10, 2015 12:52
Instance types meeting notes
var giovanni={}
giovanni.X=4
4
giovanni.Y=5
5
giovanni
Object {X: 4, Y: 5}
gioInstance.getType= function(){return this.target};
function (){return this.target}
@tarelli
tarelli / gist:9793438
Last active August 29, 2015 13:57
Geppetto-Sibernetic Script
from __future__ import with_statement
import os
import urllib
import tempfile, shutil, zipfile, re, sys
from fabric.api import local, lcd, hide, show, settings
import os.path as op
import sys
/*******************************************************************************
* The MIT License (MIT)
*
* Copyright (c) 2011, 2013 OpenWorm.
* http://openworm.org
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the MIT License
* which accompanies this distribution, and is available at
* http://opensource.org/licenses/MIT