Skip to content

Instantly share code, notes, and snippets.

@mmzeeman
mmzeeman / SketchSystems.spec
Last active November 13, 2018 19:41
Koala Extension
Koala Extension
Logged On?
yes -> Active
no -> Welcome State
Welcome State
logon -> Logon
signup -> Signup
@mmzeeman
mmzeeman / SketchSystems.spec
Last active November 12, 2018 08:49
GotoKoala&
GotoKoala&
Login State
Anonymous
login -> Logged In
Logged In
logout -> Anonymous
Content
home -> Home
GotoKoala
Anonymous State
login -> Logged In State
sessions -> Sessions
Logged In State
logout -> Anonymous State
sessions -> Sessions
kan -> Kan Dit Ook
Sessions
@mmzeeman
mmzeeman / SketchSystems.spec
Created October 26, 2018 11:36
My Awesome Sketch
My Awesome Sketch
First State
some event -> Second State
Second State
@mmzeeman
mmzeeman / web-worker-test.html
Last active December 30, 2016 18:38
Web Worker with SAM experiment
<html>
<head>
<title>Web Worker Test</title>
</head>
<body>
<script id="rocket-launcher" type="javascript/worker">
var COUNTER_MAX = 10;
<?xml version="1.0"?>
<root>
<item>
<name>Half Querty</name>
<appendix>Port of Matias's half-QUERTY keyboard for OS X</appendix>
<appendix>For one-handed or two-handed typing.</appendix>
<appendix></appendix>
<appendix>Use Seil to map your CAPS key to PC_APPLICATION. That will map CAPS
to RETURN and with the spacebar pressed to QUOTE.
</appendix>
@mmzeeman
mmzeeman / Vagrantfile
Created April 7, 2013 12:38
Vagrantfile to set up a zotonic development environment with ubuntu precise vm with R15 or R16 on it.
# -*- mode: ruby -*-
# vi: set ft=ruby :
Vagrant::Config.run do |config|
# Every Vagrant virtual environment requires a box to build off of.
config.vm.box = "precise32"
config.vm.box_url = "http://files.vagrantup.com/precise32.box"
# config.vm.boot_mode = :gui
config.vm.host_name = "zotonic-r15"
@mmzeeman
mmzeeman / Vagrantfile
Created March 19, 2013 19:35
Vagrantfile for a zotonic development environment on a standard ubuntu 12.04 box.
# -*- mode: ruby -*-
# vi: set ft=ruby :
Vagrant::Config.run do |config|
# Every Vagrant virtual environment requires a box to build off of.
config.vm.box = "precise32"
config.vm.box_url = "http://files.vagrantup.com/precise32.box"
# config.vm.boot_mode = :gui
config.vm.host_name = "zotonic-dev"
@mmzeeman
mmzeeman / gist:5077864
Created March 3, 2013 19:32
Vagrantfile to set up a zotonic development environment.
# -*- mode: ruby -*-
# vi: set ft=ruby :
Vagrant::Config.run do |config|
# Every Vagrant virtual environment requires a box to build off of.
config.vm.box = "precise32"
config.vm.box_url = "http://files.vagrantup.com/precise32.box"
# config.vm.boot_mode = :gui
config.vm.host_name = "zotonic-dev"
1> erlfab:start().
Recursively listing files in: /home/maas/Work/git/zotonic/
Found 9 top directories and 8394 files.
Benchmarking function filelib:is_regular...
Benchmarking access to 500 files in 9 folders repeated 20 times...
Finished!
Times:
Range: 117003 - 138855 mics, Median: 118102 mics, Average: 120964 mics
Total: 2419287 mics (2.42 secs)