Skip to content

Instantly share code, notes, and snippets.

View lizvdk's full-sized avatar
:octocat:

Liz Vanderkloot lizvdk

:octocat:
  • Ovia Health
  • Boston, MA
View GitHub Profile
@lizvdk
lizvdk / screenshots.markdown
Created June 1, 2016 13:43
How To Change Where Screenshots Are Saved

Lifehacker

defaults write com.apple.screencapture location ~/Documents/Screenshots
killall SystemUIServer
@lizvdk
lizvdk / quotable.markdown
Last active February 3, 2016 15:35
Quotable

Quotable

Russell

Stephan: "I ordered some ants online."

Russell: "I think you could have found fresher ants nearby."

@lizvdk
lizvdk / map.js
Last active November 10, 2017 12:42
Creating GeoJson
function drawIndexReportMap(){
L.mapbox.accessToken = "YOUR_TOKEN";
var map = L.mapbox.map("map", "lizvdk.knp8dn4m", { zoomControl: false }):
var featureLayer = L.mapbox.featureLayer().addTo(map);
featureLayer.on('layeradd', function (e) {
featureLayer.eachLayer(function(layer) {
var marker = e.layer,