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.
@elipousson
elipousson / baltimore-synagogues.geojson
Last active June 8, 2019 04:22
A map of the locations of synagogues past and present based on an 2011 inventory by the Jewish Museum of Maryland.
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-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 / abandoned-property-types-triggers.json
Last active January 16, 2020 10:59 — forked from d3noob/.block
Abandoned Property Types/Triggers (D3.js tree diagram)
[
{
"name": "Property Types",
"parent": "null",
"children": [
{
"name": "Multifamily Rental Property",
"parent": "Property Types",
"children": [
{
@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.