Skip to content

Instantly share code, notes, and snippets.

View marks's full-sized avatar

Mark Silverberg marks

View GitHub Profile
@marks
marks / glass.html
Created March 30, 2014 02:02 — forked from bwhite/glass.html
[wearscript] Scan a QR code with Glass and have links open in tabs on your phone/laptop
<html style="width:100%; height:100%; overflow:hidden">
<body style="width:100%; height:100%; overflow:hidden; margin:0">
<script>
function qr(data, format) {
WS.publish('urlopen', atob(data));
}
function server() {
WS.say('Scan a QR Code');
WS.qr('qr');
}
@marks
marks / glass.html
Created March 30, 2014 02:06 — forked from drGrove/glass.html
[wearscript] Wearscript is Awesome!
<html style="width:100%; height:100%; overflow:hidden" data-test>
<head>
<!--<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>
WS.log('Welcome to WearScript');
WS.say('Wearscript is awesome');
@marks
marks / README.md
Created April 7, 2014 20:03
sample - README is empty

README is empty

@marks
marks / gist:10654576
Last active August 29, 2015 13:59
SQL question
GOAL: return only the rows with the latest dates, for each param
EXAMPLE: return ids 6243, 6242, 8814, 8813, 8815
date | id | site_id | param
----------------------------------------
2014-04-14 6243 180890022 OZONE-8HR
2014-04-14 6242 180890022 OZONE-1HR
2014-04-12 8811 180890022 OZONE-8HR
2014-04-12 8814 180890022 PM2.5-24hr
var clip_selector = "img[alt='Clip this Coupon']"
var next_selector = "div.next-button"
while ( jQuery(clip_selector).size() > 0 ){
// click each "clip this coupon" button
jQuery(clip_selector).each(function(i,x){x.click()})
// click the next page of coupons buttons
jQuery(next_selector).each(function(i,x){x.click()})
}
@marks
marks / README.md
Created May 19, 2014 17:08
7c0608e3 fb4d-4fb3-928c-5351e5b9b122

README is empty

@marks
marks / README.md
Created May 19, 2014 17:09
7c0608e3 fb4d-4fb3-928c-5351e5b9b122

README is empty

@marks
marks / README.md
Created May 20, 2014 16:07
7c0608e3 fb4d-4fb3-928c-5351e5b9b122 (1)

README is empty

@marks
marks / README.md
Created May 20, 2014 16:07
7c0608e3 fb4d-4fb3-928c-5351e5b9b122 (1)

README is empty

@marks
marks / README.md
Created May 20, 2014 16:07
7c0608e3 fb4d-4fb3-928c-5351e5b9b122 (1)

README is empty