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
Koala Extension | |
Logged On? | |
yes -> Active | |
no -> Welcome State | |
Welcome State | |
logon -> Logon | |
signup -> Signup |
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
GotoKoala& | |
Login State | |
Anonymous | |
login -> Logged In | |
Logged In | |
logout -> Anonymous | |
Content | |
home -> Home |
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
GotoKoala | |
Anonymous State | |
login -> Logged In State | |
sessions -> Sessions | |
Logged In State | |
logout -> Anonymous State | |
sessions -> Sessions | |
kan -> Kan Dit Ook | |
Sessions | |
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
My Awesome Sketch | |
First State | |
some event -> Second State | |
Second State |
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
<html> | |
<head> | |
<title>Web Worker Test</title> | |
</head> | |
<body> | |
<script id="rocket-launcher" type="javascript/worker"> | |
var COUNTER_MAX = 10; |
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
<?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> |
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
# -*- 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" |
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
# -*- 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" |
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
# -*- 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" |
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
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) |
NewerOlder