Skip to content

Instantly share code, notes, and snippets.

@hotzeplotz
hotzeplotz / secure-logged-in-cookie-override.php
Created October 11, 2014 22:18
Secure Logged In Cookie override
@hotzeplotz
hotzeplotz / index.html
Last active August 29, 2015 14:08
Future of large cities
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8 />
<title>Loading markers from CSV</title>
<meta name='viewport' content='initial-scale=1,maximum-scale=1,user-scalable=no' />
<script src='https://api.tiles.mapbox.com/mapbox.js/v2.1.4/mapbox.js'></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/leaflet-dvf/0.2/leaflet-dvf.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/leaflet-dvf/0.2/leaflet-dvf.markers.js"></script>
@hotzeplotz
hotzeplotz / index.html
Last active August 29, 2015 14:08
Future of large cities d3+leaflet
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8 />
<title>Future of large cities</title>
<meta name='viewport' content='initial-scale=1,maximum-scale=1,user-scalable=no' />
<script src='https://api.tiles.mapbox.com/mapbox.js/v2.1.4/mapbox.js'></script>
<script src="http://d3js.org/d3.v3.min.js"></script>
@hotzeplotz
hotzeplotz / cities.json
Last active August 29, 2015 14:08
Future of large cities - t3
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@hotzeplotz
hotzeplotz / index.html
Last active October 13, 2015 12:14
Future of large cities - GDP
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8 />
<title>Future of large cities - GDP</title>
<meta name='viewport' content='initial-scale=1,maximum-scale=1,user-scalable=no' />
<script src='https://api.tiles.mapbox.com/mapbox.js/v2.1.4/mapbox.js'></script>
<link href='https://api.tiles.mapbox.com/mapbox.js/v2.1.4/mapbox.css' rel='stylesheet' />
<link href='style.css' rel='stylesheet' />
</head>
@hotzeplotz
hotzeplotz / tokyo_city-boundary.topojson
Last active August 29, 2015 14:09
Tokyo - public transport infrastructure
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@hotzeplotz
hotzeplotz / index.html
Last active October 13, 2015 12:23
Future of large cities - Population
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8 />
<title>Future of large cities - Population</title>
<meta name='viewport' content='initial-scale=1,maximum-scale=1,user-scalable=no' />
<script src='https://api.tiles.mapbox.com/mapbox.js/v2.1.4/mapbox.js'></script>
<link href='https://api.tiles.mapbox.com/mapbox.js/v2.1.4/mapbox.css' rel='stylesheet' />
<link href='//blocks.lsecities.net/hotzeplotz/raw/8f64b9a8bd98042a712c/style.css' rel='stylesheet' />
</head>
@hotzeplotz
hotzeplotz / index.html
Last active August 29, 2015 14:09
London - Governance
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8 />
<title>London - Governance</title>
<meta name='viewport' content='initial-scale=1,maximum-scale=1,user-scalable=no' />
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<script src="jquery.panzoom.min.js"></script>
</head>
<body>
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8 />
<title>Governance structures - London</title>
<meta name='viewport' content='initial-scale=1,maximum-scale=1,user-scalable=no' />
<script src='https://api.tiles.mapbox.com/mapbox.js/v2.1.4/mapbox.js'></script>
<link href='https://api.tiles.mapbox.com/mapbox.js/v2.1.4/mapbox.css' rel='stylesheet' />
<style>
#map {
@hotzeplotz
hotzeplotz / bogota.geojson
Last active August 29, 2015 14:09
Bogotá - public transport
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.