Skip to content

Instantly share code, notes, and snippets.

View bioglasswizards's full-sized avatar

bioglasswizards

View GitHub Profile
@bioglasswizards
bioglasswizards / glass.html
Created April 7, 2014 21:25
[wearscript] BIIBHackathonAndy
<head>
<!-- You can include external scripts here like so... -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/zepto/1.0/zepto.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.5.2/underscore-min.js"></script>
</head>
<body style="width:100%; height:100%; overflow:hidden; margin:0">
<canvas id="canvas" width="640" height="360" style="display:block"></canvas>
<script type="text/html" id="tpl_card1">
@bioglasswizards
bioglasswizards / glass.html
Created April 7, 2014 20:33
[wearscript] SOP Lookup Hello World
<html style="width:100%; height:100%; overflow:hidden">
<head>
<!-- You can include external scripts here like so... -->
<!--<script src="https://cdnjs.cloudflare.com/ajax/libs/zepto/1.0/zepto.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.5.2/underscore-min.js"></script>-->
</head>
<body style="width:100%; height:100%; overflow:hidden; margin:0">
<canvas id="canvas" width="640" height="360" style="display:block"></canvas>
<script>
function server() {