This file contains hidden or 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": "detach", | |
| "description": "detach window test", | |
| "parents": [ | |
| "https://gist.github.com/3365400" | |
| ], | |
| "url": "" | |
| }, |
This file contains hidden or 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": "automata", | |
| "title": "meemoo intro", | |
| "description": "Meemoo introduction", | |
| "parents": [ | |
| "https://gist.github.com/3282702" | |
| ], | |
| "url": "intro" | |
| }, |
This file contains hidden or 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
| # -*- coding: utf-8 -*- | |
| import numpy as n | |
| import random as r | |
| import pylab as p | |
| import copy | |
| # Parameters ################################################################## | |
| # how many cities? |
This file contains hidden or 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": "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" |
This file contains hidden or 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
| /* description: vivace grammar */ | |
| /* lexical grammar */ | |
| %% | |
| Code | |
| : DefinitionList | |
| { $$ = {code: $1}; | |
| return $$; } |
This file contains hidden or 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": "automata", | |
| "title": "meemoo intro", | |
| "description": "Meemoo introduction", | |
| "parents": [ | |
| "https://gist.github.com/3282702", | |
| "https://gist.github.com/3711999" | |
| ], | |
| "url": "intro" |
This file contains hidden or 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": "CartaDDD", | |
| "description": "CartaDDD + Meemoo", | |
| "parents": [ | |
| "https://gist.github.com/3765512" | |
| ], | |
| "url": "cartaddd" | |
| }, |
This file contains hidden or 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
| // 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] |
This file contains hidden or 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
| // 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] |
This file contains hidden or 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
| <!-- 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> |