Skip to content

Instantly share code, notes, and snippets.

View enjoylife's full-sized avatar
📖

Matthew Clemens enjoylife

📖
View GitHub Profile
@enjoylife
enjoylife / .block
Created November 5, 2016 19:14 — forked from mbostock/.block
Stacked-to-Multiples
license: gpl-3.0
@enjoylife
enjoylife / .block
Created November 5, 2016 19:09 — forked from mbostock/.block
Inline Labels
license: gpl-3.0
@enjoylife
enjoylife / README.md
Created November 5, 2016 18:49 — forked from zenorocha/README.md
A template for Github READMEs (Markdown) + Sublime Snippet

Project Name

TODO: Write a project description

Installation

TODO: Describe the installation process

Usage

@enjoylife
enjoylife / .block
Created October 29, 2016 08:28 — forked from nbremer/.block
Brushable Horizontal Bar Chart - V
height: 540
@mixin arrow_helper($arrowSize, $arrowColor, $margin, $side, $align) {
@if $side == "top" {
border-bottom-color: $arrowColor;
top: -2 * $arrowSize;
}
@if $side == "bottom" {
border-top-color: $arrowColor;
bottom: -2 * $arrowSize;
}
@if $side == "left" {
layout title description tags
default
SQL Style Guide
A guide to writing clean, clear, and consistent SQL.
data
process

Purpose

@enjoylife
enjoylife / ladder.md
Created September 8, 2016 05:39 — forked from jamtur01/ladder.md
Kickstarter Engineering Ladder
@enjoylife
enjoylife / README.md
Created August 31, 2016 17:44 — forked from veltman/README.md
Pencil/watercolor map style

Trying for a pencil/watercolor sort of effect. Each state is blurred and clipped to itself to create a stroke that bleeds inward. Turbulence and displacement filters muss the borders a little, and some line interpolation rounds the corners.

Chrome, Firefox, and Safari each apply the filters very differently!

See also: Pencil sketch, Colorized atlas style

US TopoJSON via Mike Bostock

@enjoylife
enjoylife / README.md
Created August 31, 2016 17:35 — forked from veltman/README.md
Mahalanobis distance
@enjoylife
enjoylife / README.md
Created August 31, 2016 17:35 — forked from veltman/README.md
Duotoning

Using SVG filters to apply a duotone effect.