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": "8bitsynth",
"description": "8 bit synthesizer",
"parents": [
"https://gist.github.com/3168087"
],
"url": ""
},
@automata
automata / gist:3183529
Created July 26, 2012 17:57
meteor head
<head>
<title>testmeteor</title>
</head>
<body>
{{> test}}
</body>
<template name="test">
<head>
@automata
automata / beethoven.json
Created July 30, 2012 16:28
meemoo: beethoven
{
"info": {
"author": "meemoo",
"title": "beethovensonata",
"description": "Beethoven Sonata",
"parents": [
"https://gist.github.com/3208167"
],
"url": ""
},
@automata
automata / chessboard.py
Created August 1, 2012 22:45
chessboard
# -*- coding: utf-8 -*-
import numpy as n
def chessboard(l, c):
# gera uma linha do tipo [0,1,0,1, ...]
l1 = [x%2 for x in range(c)]
# gera uma linha do tipo [1,0,1,0, ...]
l2 = [x%2 for x in range(1, c+1)]
# gera uma lista do tipo [l1, l2, l1, l2, ...]
@automata
automata / .json
Created August 5, 2012 14:53 — forked from anonymous/.json
meemoo app: mario
{
"info": {
"author": "meemoo",
"title": "mario",
"description": "Super Mario song",
"parents": [
"https://gist.github.com/3168087",
"https://gist.github.com/3182113"
],
"url": ""
@automata
automata / test-tunnel.json
Created August 7, 2012 00:40
test-tunnel
{
"info": {
"author": "meemoo",
"title": "test-tunnel",
"description": "Testing meemoo-tunnel",
"parents": [
"https://gist.github.com/3280041"
],
"url": "test-tunnel"
},
<!-- be free to share this URL with others and hack this
code together! -->
<!-- place this URL as a module at http://meemoo.org/iframework
and have this page as a Meemoo module! -->
<!DOCTYPE html>
<html>
<head>
@automata
automata / testingli7e.json
Created August 14, 2012 01:03
testingli7e
{
"info": {
"author": "automata",
"title": "testingli7e",
"description": "creating meemoo modules inside your browser is easy now",
"parents": [
],
"url": ""
},
"nodes": [
@automata
automata / testingli7e2.json
Created August 14, 2012 01:17
testingli7e2
{
"info": {
"author": "automata",
"title": "testingli7e2",
"description": "creating meemoo modules inside your browser is easy now",
"parents": [
"https://gist.github.com/3345317"
],
"url": ""
},
{
"info": {
"author": "meemoo",
"title": "audionodes1",
"description": "Testing audio nodes v1",
"parents": [],
"url": ""
},
"nodes": [
{