Skip to content

Instantly share code, notes, and snippets.

View cjseeger's full-sized avatar

Christopher J. Seeger cjseeger

View GitHub Profile
@cjseeger
cjseeger / hello_pen.markdown
Last active February 17, 2020 20:29
hello_Pen
@cjseeger
cjseeger / index.html
Created October 9, 2018 02:10
ISUEOGTP GitHub ISUEOGTP index page // source https://jsbin.com/gifuziz
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="ISUEOGTP index page">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>ISUEOGTP GitHub</title>
<script src="https://code.jquery.com/jquery-3.1.0.js"></script>
@cjseeger
cjseeger / index.html
Created August 22, 2018 15:31
Leaflet API: Kersten Library Map 2018b Leaflet API: Kersten Library Map 2018 // source http://jsbin.com/gigumit
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="Leaflet API: Kersten Library Map 2018">
<title>Leaflet API: Kersten Library Map 2018b</title>
<script src='https://npmcdn.com/@turf/turf/turf.min.js'></script>
@cjseeger
cjseeger / gistEmbeddTest
Created August 29, 2017 16:50
GIST embedd test
<!DOCTYPE html>
<html>
<head>
<title>Gist embedd test</title>
<style>
html, body {
/*height:100%;*/
margin:0;
padding:0;
height: 100vh;
@cjseeger
cjseeger / generalElection2016.geojson
Last active August 14, 2017 20:05
Iowa 2016 Presidential election results
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@cjseeger
cjseeger / index.html
Created March 27, 2017 03:34
JS Bin Troop 155 Calendar // source http://jsbin.com/cuwucey
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="Troop 155 Calendar">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
</head>
@cjseeger
cjseeger / index.html
Created March 1, 2015 06:32
Leaflet API: Adding a Marker and Getting ID Leaflet API - Adding a Marker // source http://jsbin.com/hepeli
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="Leaflet API - Adding a Marker" />
<title>Leaflet API: Adding a Marker and Getting ID</title>
<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.7.3/leaflet.css" />
<style>
#map {
height: 400px;
width: 400px;
@cjseeger
cjseeger / index.html
Last active August 29, 2015 14:15
JS Bind3 date chart// source http://jsbin.com/UDaXoTi
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="d3 date chart" />
<script src="http://d3js.org/d3.v3.min.js"></script>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js"></script>
<meta charset=utf-8 />
<title>JS Bin d3 test</title>
<style id="jsbin-css">
.axis path,
@cjseeger
cjseeger / index.html
Last active August 29, 2015 14:08 — forked from anonymous/index.html
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="Leaflet multiple circle markers-trash" />
<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.7.3/leaflet.css" />
<script src="http://cdn.leafletjs.com/leaflet-0.7.3/leaflet.js"></script>
<style id="jsbin-css">
// Lefalet shortcuts for common tile providers - is it worth adding such 1.5kb to Leaflet core?
L.TileLayer.Common = L.TileLayer.extend({
initialize: function (options) {
L.TileLayer.prototype.initialize.call(this, this.url, options);
}
});
(function () {