Skip to content

Instantly share code, notes, and snippets.

window.storyFormat({
"name": "Twison",
"version": "0.0.1",
"author": "Mike Lazer-Walker",
"description": "Export your Twine 2 story as a JSON document",
"proofing": false,
"source": "<html>\r\n\t<head>\r\n\t\t<title>{{STORY_NAME}}</title>\r\n\t\t<script type=\"text/javascript\">\r\n/**\r\n * Twison - Twine 2 JSON Export Story Format\r\n * \r\n * Copyright (c) 2015 Mike Walker\r\n * https://lazerwalker.com\r\n *\r\n * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and\r\n * associated documentation files (the \"Software\"), to deal in the Software without restriction,\r\n * including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense,\r\n * and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so,\r\n * subject to the following conditions:\r\n *\r\n * The above copyright notice and this permission notice shall be included in all copies or substantial\r\n * portions of t
window.storyFormat({
"name":"Entweedle",
"version":"1.0.2",
"author":'<a href="http://twitter.com/gnustoboz">Michael McCollum</a>',
"description":"Free utility format to export your story into twee format.",
"image":"icon.svg",
"url":"http://maximumverbosity.net/twine/Entweedle/",
"license":'<a href="http://opensource.org/licenses/MIT">MIT License</a>',
"proofing":false,
sfPush :: SF () a -> SF [a] [a]
sfPush sf = proc l -> do
newElem <- sf -< ()
returnA -< (newElem : l)
---------- Assumptions: ---------- │~
k : Nat │~
m : Nat │~
---------- Goal: ---------- │~
{hole2} : inverseA (replace (plusCommutative m (S k)) │~
-- GOAL: push values of type Either a b to a Stack and maintain a type-level
-- count of Left (n) and Right (m) cases
data Stack a b = MkStack (n : Nat ** (m : Nat ** Vect (n + m) (Either a b)))
push : Either a b -> Stack a b -> Stack a b
push (Left l) (MkStack (n ** (m ** v))) = MkStack ((S n) ** (m ** (Left l :: v)))
push (Right r) (MkStack (n ** (m ** v))) = MkStack (n ** ((S m) ** v'))
where v' : Vect (n + S (m)) (Either a b)
v' = rewrite (sym $ plusSuccRightSucc n m) in Right r :: v
NAME | Hour | Hour | Hour | Hour | Hour | Hour | Hour | Hour | Hour | Hour |
| 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 |
| | | | | | | | | | |
=============== =============== =============== =============== =============== =============== =============== =============== =============== =============== ===============
Loite, | Ian | Mark | Alex | Michael | Chen | Sam | Brian | Jun |
Tiina | C. | Abramson | Goodlett | Rivera | Shen | Wolson | Powers | Kim

Good Evening.

We have received reports that a Kaiju has broken through the Pacific wall. We don't know how many have died, but we can assume it was in the tens of thousands.

People are saying that this is the end. People are saying that we have lost. [Beat] I ... I don't know what I think. In the last year, we have seen cities fall. We have seen Jaegers humbled [beat] broken. We have seen children die. Things [beat] things look bleak. But this is not an issue about monsters. This is not about robots and it certainly is not an issue about the strength of our spirit. [beat] This is an issue about a wall.

Martin Luther once wrote, "The Romanists, with great adroitness, have built three walls about them, behind which they have hitherto defended themselves in such wise that no one has been able to reform them; and this has been the cause of terrible corruption throughout all Christendom." Barack Obama declaimed, "No wall is high enough and no Iron Dome is strong enough or perfect enough to stop every enemy

unbind C-b
set -g prefix `
set -g default-terminal "screen-256color"
set -g status-bg black
set -g status-fg white
set -g status-interval 60
set -g status-left-length 30
set -g status-left '#[fg=green](#S) #(whoami)@#H#[default]'
set -g status-right '#[fg=yellow]#(cut -d " " -f 1-3 /proc/loadavg)#[default] #[fg=blue]%H:%M#[default]'
set-window-option -g window-status-current-bg red
<!DOCTYPE html>
<html>
<head>
<title>Transform</title>
<link href="assets/demoStyles.css" rel="stylesheet" type="text/css" />
<script src="http://code.createjs.com/preloadjs-0.1.0.min.js"></script>
<script type="text/javascript" src="../src/easeljs/utils/UID.js"></script>
<script type="text/javascript" src="../src/easeljs/geom/Matrix2D.js"></script>
@esmooov
esmooov / massmedia.md
Created June 4, 2012 14:48
Mass Media As Folk Media

Mass Media As Folk Media


(draft alert: this is not organized, just collected)

Diablo 3

Diablo 3

Everyone is complaining that Diablo 3, the fastest-selling video game of all time, is not enough like Diablo 2. See, in Diablo you collect items by killing demons. In Diablo 2, trading these items involved eBay, making ad hoc games to barter( and try not to get cheated), or brokering deals in chat rooms and lobbies. Diablo 3 "solves" this inconvenience by supplying an auction house where players can auction/sell their items. It's much more efficient. Everyone should like it, right?