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": "8bitsynth", | |
"description": "8 bit synthesizer", | |
"parents": [ | |
"https://gist.github.com/3168087" | |
], | |
"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
<head> | |
<title>testmeteor</title> | |
</head> | |
<body> | |
{{> test}} | |
</body> | |
<template name="test"> | |
<head> |
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": "beethovensonata", | |
"description": "Beethoven Sonata", | |
"parents": [ | |
"https://gist.github.com/3208167" | |
], | |
"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
# -*- 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, ...] |
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": "mario", | |
"description": "Super Mario song", | |
"parents": [ | |
"https://gist.github.com/3168087", | |
"https://gist.github.com/3182113" | |
], | |
"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": "meemoo", | |
"title": "test-tunnel", | |
"description": "Testing meemoo-tunnel", | |
"parents": [ | |
"https://gist.github.com/3280041" | |
], | |
"url": "test-tunnel" | |
}, |
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
<!-- 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> |
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": "testingli7e", | |
"description": "creating meemoo modules inside your browser is easy now", | |
"parents": [ | |
], | |
"url": "" | |
}, | |
"nodes": [ |
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": "testingli7e2", | |
"description": "creating meemoo modules inside your browser is easy now", | |
"parents": [ | |
"https://gist.github.com/3345317" | |
], | |
"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": "meemoo", | |
"title": "audionodes1", | |
"description": "Testing audio nodes v1", | |
"parents": [], | |
"url": "" | |
}, | |
"nodes": [ | |
{ |