Skip to content

Instantly share code, notes, and snippets.

View elipousson's full-sized avatar

Eli Pousson elipousson

View GitHub Profile
@elipousson
elipousson / 0_reuse_code.js
Created May 29, 2014 02:21
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
@elipousson
elipousson / Script to display an RSS feed in an Omeka Simple Page
Created August 25, 2014 17:20
Script to embed RSS feed on Omeka Simple Page via @ebellempire
<div id="feed-container"></div>
<script type="text/javascript" src="https://www.google.com/jsapi"></script>
<script type="text/javascript">google.load("feeds", "1");</script>
<script>
function stripHTML(dirtyString) {
var container = document.createElement('div');
container.innerHTML = dirtyString;
return container.textContent || container.innerText;
}
jQuery(jQuery(window)).load(function(){
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
<script src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/1.3.0/anchor.min.js"></script>
<script>
anchors.options = {
placement: 'left'
};
anchors.add('h2,h3');
</script>
@elipousson
elipousson / ure-streetcars-1929.geojson
Last active October 17, 2015 14:42
1929 map of the United Railways & Electric Company streetcar service in Baltimore, Maryland.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@elipousson
elipousson / baltimore-fire-stations.geojson
Last active October 22, 2015 18:29
Locations of Baltimore Fire Stations. [Open Baltimore Data Catalog](https://data.baltimorecity.gov/Public-Safety/Fire-Stations-KMZ/pa64-r9nv) Data updated April 3, 2014.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@elipousson
elipousson / baltimore-civil-war-memory.geojson
Last active October 27, 2015 16:07
A map created to supplement the Baltimore Heritage research and documentation about Baltimore's public Confederate monuments.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@elipousson
elipousson / index.html
Last active October 28, 2015 00:51 — forked from d3noob/.block
Property Demolition Decision Tree (Simple vertical d3.js tree diagram)
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Collapsible Tree Example</title>
<style>
.node circle {
@elipousson
elipousson / README.md
Created November 10, 2015 02:09
Manufacturing Firm Moves Within the Baltimore SMSA, 1955-1965

README is empty