JSConf.eu opening song - JavaScript Will Listen - Bella Morningstar
- Plask - Dean McNamee
- Plask
| // TemplateJS v3.1.1 MIT/GPL2 @jon_neal | |
| (function (global) { | |
| function escapeJS (str) { | |
| return str.replace(/"/g, '\\"').replace(/\n/g, '\\n').replace(/\r/g, '\\r'); | |
| } | |
| function TemplateWalk (str, chars, helpers, instance) { | |
| // check for the opening delimiters and init our array buffer | |
| var index = str.indexOf(chars.START_PROP), buffer = '', helper; |
| // This script exploits the fact that if you draw text on a | |
| // canvas with a font stack that contains no available fonts, | |
| // nothing gets drawn at all. So create a font stack with a | |
| // single web font, and we can determine when it has been loaded. | |
| var webfontCallback = (function() { | |
| // Create a detached canvas with 1x1 dimensions | |
| var canvas = document.createElement("canvas"), | |
| context; |
| ## Basic colours | |
| [color] | |
| branch = auto | |
| diff = auto | |
| status = auto | |
| interactive = auto | |
| ui = auto | |
| [color "branch"] | |
| current = yellow bold |
Jake Archibald (@jaffathecake): The ServiceWorker is coming; look busy
https://speakerdeck.com/jaffathecake/the-serviceworker-is-coming-look-busy
https://github.com/jakearchibald/trained-to-thrill/
https://www.youtube.com/watch?v=SmZ9XcTpMS4
Hunter Loftis (@hunterloftis): We Will All Be Game Progmrammers
http://wwabgp.herokuapp.com/s
http://youtu.be/QX0eauXBKwc
CarterRabasa (@carterrabasa): A Community of People; Not Projects