Skip to content

Instantly share code, notes, and snippets.

@atstp
atstp / ORIGINAL-no-exif.jpg
Last active January 7, 2016 08:00
Images, Exif, Bitmaps, and Binary
ORIGINAL-no-exif.jpg
@atstp
atstp / ChromeOnAndroid.png
Last active August 29, 2015 14:05
link to me
ChromeOnAndroid.png
@atstp
atstp / energy.js
Last active August 29, 2015 14:04
leaflet ajax + jquery
var requestUrl = makeQuery( 'nearest', 'json', '' );
// instead of the line above, you could just
// var requestUrl = '/api/alt-fuel-stations/v1/nearest.json?api_key=DEMO_KEY&location=1617+Cole+Blvd+Golden+CO&fuel_type=ELEC&limit=1'
/* // vanilla js
request = new XMLHttpRequest();
request.open('GET', requestUrl, true);