Skip to content

Instantly share code, notes, and snippets.

View automata's full-sized avatar

Vilson Vieira automata

View GitHub Profile
{
"info": {
"author": "meemoo",
"title": "detach",
"description": "detach window test",
"parents": [
"https://gist.github.com/3365400"
],
"url": ""
},
@automata
automata / meemoointro.json
Created August 20, 2012 18:14
meemoointro
{
"info": {
"author": "automata",
"title": "meemoo intro",
"description": "Meemoo introduction",
"parents": [
"https://gist.github.com/3282702"
],
"url": "intro"
},
@automata
automata / ga.py
Created August 28, 2012 02:36
ga
# -*- coding: utf-8 -*-
import numpy as n
import random as r
import pylab as p
import copy
# Parameters ##################################################################
# how many cities?
@automata
automata / augmentedrecursiveharmony.json
Created August 29, 2012 01:58
augmented recursive harmony
{
"info": {
"title": "augmented recursive harmony",
"author": "forresto",
"description": "draw sketchy recursive drawings. inspiration, algorithms and code: automata, mr.doob, ze frank, toby schachman, jeromee tienne",
"url": "augmented-recursive-harmony",
"parents": [
"https://gist.github.com/2959806",
"https://gist.github.com/3338251",
"https://gist.github.com/3506040"
/* description: vivace grammar */
/* lexical grammar */
%%
Code
: DefinitionList
{ $$ = {code: $1};
return $$; }
@automata
automata / caleb.json
Created September 13, 2012 05:06
caleb
{
"info": {
"author": "automata",
"title": "meemoo intro",
"description": "Meemoo introduction",
"parents": [
"https://gist.github.com/3282702",
"https://gist.github.com/3711999"
],
"url": "intro"
@automata
automata / cartaddd.json
Created September 22, 2012 08:03
carta ddd
{
"info": {
"author": "meemoo",
"title": "CartaDDD",
"description": "CartaDDD + Meemoo",
"parents": [
"https://gist.github.com/3765512"
],
"url": "cartaddd"
},
@automata
automata / gist:3779306
Created September 25, 2012 00:35
vivace example
// vivace 0.0.4
// ~~~~~~~~~~
// edit the code below and type ctrl+x
//
// video from https://www.youtube.com/watch?v=ySMtB5nWxPs
// by Mike & Josh Shorts
// video positions in seconds:
eyes.pos = [23,12,40,60]
@automata
automata / gist:3802819
Created September 29, 2012 01:15
vivace example 2
// vivace 0.0.4
// ~~~~~~~~~~
// edit the code below and type ctrl+x
//
// video from https://www.youtube.com/watch?v=ySMtB5nWxPs
// by Mike & Josh Shorts
// video positions in seconds:
eyes.pos = [1, 5,12, 2, 23,12,40,60, 90, 120]
@automata
automata / heads.html
Created October 10, 2012 14:59
fb heads
<!-- detalhes importantes: é preciso informar uma API KEY em FB.init() e além disso essa página tem que estar rodando no domínio que foi especificado no seu cadastro de app -->
<html>
<head>
<title>[-_-] heads [o_o]</title>
</head>
<body>
<div id="fb-root"></div>
<div id="login"></div>
<div id="console"></div>