Skip to content

Instantly share code, notes, and snippets.

View tmcw's full-sized avatar
💭
merging your prs

Tom MacWright tmcw

💭
merging your prs
View GitHub Profile
@tmcw
tmcw / README.md
Last active November 9, 2021 04:55 — forked from anonymous/README.md
Jenks Natural Breaks with simple-statistics and d3
@tmcw
tmcw / README.md
Last active July 12, 2018 22:22 — forked from mbostock/.block
Line Chart
@tmcw
tmcw / buurten.json
Last active March 15, 2018 22:18 — forked from Digital-Banana/buurten.json
Heerlen Choropleth
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@tmcw
tmcw / core.clj
Created May 8, 2017 22:05 — forked from anonymous/core.clj
Find all repositories owned by a user, generate redirects from their gh-pages branches on a custom domain to a bare pages domain.
(ns gh-finder.core
(:require [tentacles.repos :as repos])
(:require [clojure.java.io :as io])
(:require [clj-yaml.core :as yaml])
(:gen-class))
(defn auth
"get an authentication token from the environment"
[]
{:auth (System/getenv "GITHUB_TOKEN")})
@tmcw
tmcw / data.csv
Created September 6, 2017 22:24 — forked from qhfgva/areachart.html
Date Nissan Leaf Smart ED Mitsubishi I EV BMW Active E Ford Focus Honda Fit EV Tesla Model S Toyota RAV4 EV Chevrolet Spark
2010-12 19 0
2011-01 87 16
2011-02 67 16
2011-03 298 0
2011-04 573 0
2011-05 1142 8
2011-06 1708 0
2011-07 931 1
2011-08 1362 1
<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0" xml:base="/blog.rss" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:mapbox="http://mapbox.com/">
<channel>
<title>Blog - Mapbox</title>
<link>https://www.mapbox.com/blog</link>
<description>Updates from the Mapbox team.</description>
<language>en</language>
<item>
<title>Kevin joins Mapbox!</title>
@tmcw
tmcw / index.html
Created December 24, 2016 21:19 — forked from anonymous/index.html
<!doctype html>
<html>
<head>
<meta charset='utf-8' />
<title>tokenizer.js documentation</title>
<meta name='viewport' content='width=device-width,initial-scale=1'>
<link href='assets/tachyons.min.css' type='text/css' rel='stylesheet' />
<link href='assets/github.css' type='text/css' rel='stylesheet' />
<style>
.navigation {
@tmcw
tmcw / index.html
Created November 22, 2012 15:55 — forked from mourner/index.html
SVG points and 3d transforms
<!DOCTYPE html>
<meta charset="utf-8">
<title>SVG Swarm</title>
<style>
svg {
position: absolute;
top: 0;
}
@tmcw
tmcw / coffee.geojson
Created September 4, 2013 21:02 — forked from mikemorris/coffee.geojson
via:geojson.io
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.