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
| from collections import namedtuple | |
| def flatten(xs): | |
| return sum(xs, []) | |
| Node = namedtuple('Node', 'value children') | |
| def leaf(name): | |
| return Node(name, []) |
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
| javascript:(function(){var newcss="a.media-thumbnail { display: none; }";if("\v"=="v"){document.createStyleSheet().cssText=newcss}else{var tag=document.createElement("style");tag.type="text/css";document.getElementsByTagName("head")[0].appendChild(tag);tag[(typeof document.body.style.WebkitAppearance=="string")?"innerText":"innerHTML"]=newcss}})(); |
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
| title tiny treasure hunt 1.1 | |
| author Weeble | |
| homepage www.twitter.com/weeble | |
| run_rules_on_level_start | |
| ( | |
| Release history: | |
| 1.0 | |
| * First release |
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
| title Robot Repairs 1.2 | |
| author Weeble | |
| homepage www.twitter.com/weeble | |
| run_rules_on_level_start | |
| again_interval 0.05 | |
| key_repeat_interval 0.12 | |
| noaction | |
| ======== | |
| OBJECTS |
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
| title Robot Repairs 1.2 | |
| author Weeble | |
| homepage www.twitter.com/weeble | |
| run_rules_on_level_start | |
| again_interval 0.05 | |
| key_repeat_interval 0.12 | |
| noaction | |
| ======== | |
| OBJECTS |
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
| javascript:styles='body {width: 800px; margin-left: auto; margin-right: auto; position:relative; margin-top:0;}'; newSS = document.createElement('link'); newSS.rel = 'stylesheet'; newSS.href = 'data:text/css,' + escape(styles); document.documentElement.childNodes[0].appendChild(newSS); void 0 |
NewerOlder