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
{ | |
"info": { | |
"title": "hackable clock 0.2", | |
"author": "forresto, automata", | |
"description": "hackable clock for Mozilla summer code party 2012", | |
"url": "hackableclock", | |
"parents": [ | |
"https://gist.github.com/2760122" | |
] | |
}, |
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
{ | |
"info": { | |
"title": "hackable clock 0.2b", | |
"author": "forresto, automata", | |
"description": "hackable clock for summer code party 2012", | |
"url": "hackableclock", | |
"parents": [ | |
"https://gist.github.com/2760122" | |
] | |
}, |
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
{ | |
"info": { | |
"title": "microwriter clone", | |
"author": "automata", | |
"description": "a simple and bugged clone of Cy Endfield's microwriter. inspired by http://www.loper-os.org/?p=861 ", | |
"url": "microwriter" | |
}, | |
"nodes": [ | |
{ | |
"src": "http://automata.github.com/meemoo-modules/microwriter.html", |
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
{ | |
"info": { | |
"title": "testing jsbin made module", | |
"author": "automata", | |
"description": "testing jsbin made module", | |
"url": "cam2gif" | |
}, | |
"nodes": [ | |
{ | |
"src": "http://jsbin.com/ahufur/2", |
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
import numpy as n | |
import pylab as p | |
import matplotlib.cm as cm | |
n_colors = 100 | |
n_steps = 5000 | |
colors = cm.hot(i/float(n_colors), 1) for i in range(n_colors)] | |
for color in colors: | |
thetas = n.random.uniform(0, 2*p.pi, n_steps) |
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
{ | |
"info": { | |
"title": "simple reflow app", | |
"author": "automata", | |
"description": "simple reflow app", | |
"url": "cam2gif" | |
}, | |
"nodes": [ | |
{ | |
"src": "http://forresto.github.com/meemoo-canvas2gif/canvas2gif.html", |
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
{ | |
"info": { | |
"title": "mrdoob harmony meemoo module", | |
"author": "automata", | |
"description": "mrdoob harmony meemoo module", | |
"url": "mrdoobharmony" | |
}, | |
"nodes": [ | |
{ | |
"src": "http://forresto.github.com/meemoo-canvas2gif/canvas2gif.html", |
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
{ | |
"info": { | |
"author": "meemoo", | |
"title": "supershape2imgur", | |
"description": "Create your supershape form and share on imgur!", | |
"parents": [], | |
"url": "supershape2imgur" | |
}, | |
"nodes": [ | |
{ |
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
{ | |
"info": { | |
"author": "meemoo", | |
"title": "supershape2imgur", | |
"description": "Create your supershape form and share on imgur!", | |
"parents": [], | |
"url": "supershape2imgur" | |
}, | |
"nodes": [ | |
{ |
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
{ | |
"info": { | |
"author": "meemoo", | |
"title": "meemoo module: math", | |
"description": "testing new math module", | |
"parents": [ | |
"https://gist.github.com/3002307" | |
], | |
"url": "math-module" | |
}, |