Skip to content

Instantly share code, notes, and snippets.

Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@roblivian
roblivian / postcards.json
Last active January 3, 2016 14:59
postcards.json
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@roblivian
roblivian / nfl-stadiums.json
Created November 24, 2013 05:00
geojson for NFL stadiums
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@roblivian
roblivian / nhl-stadiums.json
Created November 24, 2013 04:02
geojson for NHL stadiums
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@roblivian
roblivian / mlb-stadiums.json
Created November 24, 2013 03:27
geojson of MLB stadiums
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@roblivian
roblivian / blah.php
Created October 16, 2013 17:57
bad first attempts at getting MARC records out of sierra's postgres tables.....and no, we shouldn't have to do this. iii--
<?php
// first pass at generating a MARC record from III's postgres tables
// very ugly
$start = time();
header("Content-type: text/plain; charset=utf8");
require_once("File/MARC.php");