Skip to content

Instantly share code, notes, and snippets.

View davidascher's full-sized avatar

David Ascher davidascher

View GitHub Profile
@davidascher
davidascher / .block
Created March 21, 2016 01:58 — forked from mbostock/.block
Cluster Dendrogram
license: gpl-3.0
@davidascher
davidascher / .block
Last active March 21, 2016 02:08 — forked from mbostock/.block
Treemap
license: gpl-3.0
@davidascher
davidascher / index.html
Created November 26, 2016 15:15 — forked from shancarter/index.html
Clustered Force Layout 4.0
<!doctype html>
<meta charset="utf-8">
<body>
<script src="//d3js.org/d3.v4.min.js"></script>
<script>
let margin = {top: 100, right: 100, bottom: 100, left: 100};
let width = 960,
height = 500,
@davidascher
davidascher / .env
Last active February 28, 2017 17:41 — forked from stasm/.env
Pontoon in Docker
SECRET_KEY=hiphopopotamus
DJANGO_DEV=True
DJANGO_DEBUG=True
DATABASE_URL=postgres://pontoon:pontoon@localhost/pontoon
SESSION_COOKIE_SECURE=False
SITE_URL=http://localhost:8000
FXA_CLIENT_ID=2651b9211a44b7b2
FXA_SECRET_KEY=a3cafccbafe39db54f2723f8a6f804c337e362950f197b5b33050d784129d570
FXA_OAUTH_ENDPOINT=https://oauth-stable.dev.lcip.org/v1
FXA_PROFILE_ENDPOINT=https://stable.dev.lcip.org/profile/v1