Skip to content

Instantly share code, notes, and snippets.

View automata's full-sized avatar

Vilson Vieira automata

View GitHub Profile
@automata
automata / hackclock.json
Created May 21, 2012 23:23
hackable clock 0.2
{
"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"
]
},
@automata
automata / hackclock.json
Created May 22, 2012 14:44
hackable clock 0.2b
{
"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"
]
},
@automata
automata / microwriter.json
Created May 24, 2012 23:14
microwriter clone
{
"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",
@automata
automata / jsbin.json
Created May 25, 2012 05:55
testing jsbin for module creation
{
"info": {
"title": "testing jsbin made module",
"author": "automata",
"description": "testing jsbin made module",
"url": "cam2gif"
},
"nodes": [
{
"src": "http://jsbin.com/ahufur/2",
@automata
automata / rw.py
Created May 27, 2012 19:46
painting with random walks
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)
@automata
automata / reflow.json
Created June 13, 2012 04:03
simple reflow app
{
"info": {
"title": "simple reflow app",
"author": "automata",
"description": "simple reflow app",
"url": "cam2gif"
},
"nodes": [
{
"src": "http://forresto.github.com/meemoo-canvas2gif/canvas2gif.html",
@automata
automata / harmony.json
Created June 20, 2012 13:05
mrdoob harmony meemoo module
{
"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",
@automata
automata / supershape2imgur.json
Created June 29, 2012 00:36
meemoo app: supershape2imgur
{
"info": {
"author": "meemoo",
"title": "supershape2imgur",
"description": "Create your supershape form and share on imgur!",
"parents": [],
"url": "supershape2imgur"
},
"nodes": [
{
@automata
automata / supershape2imgur.json
Created June 29, 2012 15:28
supershape2imgur
{
"info": {
"author": "meemoo",
"title": "supershape2imgur",
"description": "Create your supershape form and share on imgur!",
"parents": [],
"url": "supershape2imgur"
},
"nodes": [
{
@automata
automata / math2imgur.json
Created June 29, 2012 16:52
meemoo app: math2imgur
{
"info": {
"author": "meemoo",
"title": "meemoo module: math",
"description": "testing new math module",
"parents": [
"https://gist.github.com/3002307"
],
"url": "math-module"
},