Skip to content

Instantly share code, notes, and snippets.

View bclinkinbeard's full-sized avatar

Ben Clinkinbeard bclinkinbeard

View GitHub Profile
@bclinkinbeard
bclinkinbeard / 2168745_1.json
Last active December 3, 2015 17:30
Student Growth Plot Slide
{
"1" : {
"Grade" : "3",
"Scale_Score" : 415,
"Plotting_Scale_Score" : null,
"Achievement_Level" : "Partially Proficient",
"SGP" : null,
"SGP_Level" : null,
"Content_Area" : "MATHEMATICS",
"Year" : "2008_2009",
@bclinkinbeard
bclinkinbeard / .gitignore
Last active January 21, 2016 14:05
Markdown insanity
# Logs
logs
*.log
npm-debug.log*
# Runtime data
pids
*.pid
*.seed
@bclinkinbeard
bclinkinbeard / .gitignore
Last active August 29, 2015 14:27
Styling Experiments
# Logs
logs
*.log
npm-debug.log*
# Runtime data
pids
*.pid
*.seed
@bclinkinbeard
bclinkinbeard / index.html
Last active August 29, 2015 14:25
d3-maximize demo
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</title>
<style>
.overlay {
background-color: pink;
opacity: 0.5;
}
@bclinkinbeard
bclinkinbeard / index.html
Last active August 29, 2015 14:24
Image tests
<!DOCTYPE html>
<html>
<head lang="en">
<meta charset="UTF-8">
<title>My Gists</title>
</head>
<body>
<h1>My Gists</h1>
<img src="pic.png"></img>
@bclinkinbeard
bclinkinbeard / __data__.json
Last active October 16, 2015 18:45
Holy wow
{
"url": "https://api.github.com/gists/bdba0145af07d5afeb92",
"forks_url": "https://api.github.com/gists/bdba0145af07d5afeb92/forks",
"commits_url": "https://api.github.com/gists/bdba0145af07d5afeb92/commits",
"id": "bdba0145af07d5afeb92",
"git_pull_url": "https://gist.github.com/bdba0145af07d5afeb92.git",
"git_push_url": "https://gist.github.com/bdba0145af07d5afeb92.git",
"html_url": "https://gist.github.com/bdba0145af07d5afeb92",
"files": {
"app.js": {
@bclinkinbeard
bclinkinbeard / data.tsv
Created July 6, 2015 18:23
Markdown support tests
letter frequency
A .18167
B .21492
C .32782
D .44253
E .52702
F .62288
G .72015
H .86094
I .46966
//
// BVTouchable.js
// ExplorableExplanations
//
// Created by Bret Victor on 3/10/11.
// (c) 2011 Bret Victor. MIT open-source license.
//
(function () {
@bclinkinbeard
bclinkinbeard / README.md
Last active August 29, 2015 14:23 — forked from mbostock/.block
@bclinkinbeard
bclinkinbeard / README.md
Last active August 29, 2015 14:23 — forked from mbostock/.block