Skip to content

Instantly share code, notes, and snippets.

View ungoldman's full-sized avatar
🤔
💭

Nate Goldman ungoldman

🤔
💭
View GitHub Profile
@ungoldman
ungoldman / rad_tricks.md
Created February 21, 2014 08:52
Rad tricks from a past life

rad tricks

MySQL

Raddest db since like forever (not)

just dump it

@ungoldman
ungoldman / index.js
Created February 28, 2014 21:31
requirebin sketch
var Terraformer = require('terraformer')
var point = new Terraformer.Point({
type: 'Point',
coordinates: [-122.677425, 45.521637]
})
var res = point.toMercator()
document.documentElement.innerHTML = res.coordinates
@ungoldman
ungoldman / bootlet.html
Last active August 29, 2015 13:58
Bootlet Leafstap 3.0
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Leafstrap</title>
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css">
<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.7.2/leaflet.css">
<style>
#map {
height: 400px;
@ungoldman
ungoldman / mutlnomah.json
Last active August 29, 2015 14:00
Multnomah County Voting Precincts (2013)
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@ungoldman
ungoldman / valueFromPath.js
Last active August 29, 2015 14:00
Get value in object from path as array of keys
var obj = {
a: {
b: {
c: 'yay'
}
}
};
var path = ['a','b','c'];
@ungoldman
ungoldman / index.html
Created August 7, 2014 01:22
Source of 8/6/2014 http://fdlp.gov hack
<body style="background-attachment: fixed;" vlink="red" alink="#ff0000" background="http://www.alfran.es/images/sowa.jpg" bgcolor="black" lang="EN-US" link="#646464"><p align="center">&nbsp;</p>
</object>
<html>
<head>
<SCRIPT language=JavaScript>
<!--
function clickhandler() {
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@ungoldman
ungoldman / burgerweek-data-2014.geojson
Last active August 29, 2015 14:05
PDX Burger Week Data 2014
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.