Skip to content

Instantly share code, notes, and snippets.

View toddboom's full-sized avatar

Todd Persen toddboom

View GitHub Profile
@toddboom
toddboom / ember.html
Created August 23, 2013 17:30 — forked from trek/ember.html
<script type="text/x-handlebars">
<h2>Welcome to Ember.js</h2>
{{input type="text" value=searchText placeholder="Search..."}}
<ul>
{{#each searchResults}}
<li>{{this}}</li>
{{/each}}
</ul>
</script>
# Magma App slice setup (Ubuntu 8.04 LTS @ BBG)
# forked from jdub's http://gist.github.com/146607
# Set up .screenrc and .bash_profile
# .screenrc -> http://gist.github.com/160811
# .bash_profile -> http://gist.github.com/160814
# Bootstrap
apt-get update -y && apt-get upgrade -y