Skip to content

Instantly share code, notes, and snippets.

View scanner's full-sized avatar
🐍
Fiddling with python. Mostly.

Scanner scanner

🐍
Fiddling with python. Mostly.
View GitHub Profile
@scanner
scanner / app.js
Created August 27, 2014 20:27 — forked from mshwery/app.js
var ko = require('knockout');
ko.components.register('simple-name', require('./components/simple-name/simple-name.js'));
ko.applyBindings({ userName: ko.observable() });