Skip to content

Instantly share code, notes, and snippets.

@kaezarrex
kaezarrex / README.md
Last active August 29, 2015 14:00
GTFS Shapes
@kaezarrex
kaezarrex / index.html
Last active August 29, 2015 14:00
GTFS Shapes and Stops
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
</head>
<body>
<script src='http://d3js.org/d3.v3.min.js'></script>
<script src='http://d3js.org/topojson.v1.min.js'></script>
<script src='main.js'></script>
</body>
@kaezarrex
kaezarrex / keybase.md
Created May 1, 2014 00:53
Keybase Proof

Keybase proof

I hereby claim:

  • I am kaezarrex on github.
  • I am kaezarrex (https://keybase.io/kaezarrex) on keybase.
  • I have a public key whose fingerprint is 9CC4 5C65 D3D2 1AE5 A2FB B998 29DD A6EB 4275 E5A7

To claim this, I am signing this object:

@kaezarrex
kaezarrex / index.html
Last active September 28, 2015 20:02
Leaflet+D3 Route Shapes
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.7.2/leaflet.css">
<style>
body { padding: 0; margin: 0; }
html, body, #map { height: 100%; }
</style>
@kaezarrex
kaezarrex / SaS.js
Last active August 29, 2015 14:02
Sanford And Son Theme Song
// http://wavepot.com/
var b = makeNote(987.77);
var a = makeNote(880);
var fSharp = makeNote(739.99);
var f = makeNote(698.46);
var d = makeNote(587.33);
var _ = makeNote(0);
var rate = 4;
@kaezarrex
kaezarrex / index.html
Last active August 29, 2015 14:02
Chart and Table
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>D3 Chart and Table</title>
<link rel="stylesheet/less" type="text/css" href="style.less">
<script src="http://cdnjs.cloudflare.com/ajax/libs/less.js/1.7.1/less.min.js" type="text/javascript"></script>
</head>
<body>
<svg class="chart"></svg>
@kaezarrex
kaezarrex / README.md
Last active June 2, 2019 03:39
GTFS Viewer

Upload a GTFS file that contains shapes.txt. Example GTFS files can be found at TransitFeeds.

@kaezarrex
kaezarrex / index.html
Last active August 29, 2015 14:14
sunburst
<html>
<head>
<title>Sketch1</title>
<style>
body {
margin: 0;
background-color: #000;
}
line {
stroke: #333;
@kaezarrex
kaezarrex / designer.html
Last active August 29, 2015 14:22
designer
<link rel="import" href="../core-icon-button/core-icon-button.html">
<link rel="import" href="../core-toolbar/core-toolbar.html">
<link rel="import" href="../core-header-panel/core-header-panel.html">
<link rel="import" href="../notification-elements/notification-alert.html">
<polymer-element name="my-element">
<template>
<style>
:host {