Skip to content

Instantly share code, notes, and snippets.

Avatar

David Taylor Prooffreader

View GitHub Profile
@danasilver
danasilver / README.md
Last active August 29, 2015 13:59
Last Letter of First Names
View README.md

A D3 recreation of David Taylor's visualization The meteoric rise of boys' names ending in 'n'.

The chart shows the number of children born with names ending in each letter. Adjust the slider to change the year. Toggle the checkboxes to show boys, girls, or both.

@mbarkhau
mbarkhau / pretty_json.py
Last active February 8, 2017 11:17
pretty_json.py
View pretty_json.py
# -*- coding: utf-8 -*-
"""Prettify JSON
Usage:
pjson --help
pjson --test
cat my.json | pjson
"""
@julionc
julionc / 00.howto_install_phantomjs.md
Last active May 16, 2023 01:09
How to install PhantomJS on Debian/Ubuntu
View 00.howto_install_phantomjs.md

How to install PhantomJS on Ubuntu

Version: 1.9.8

Platform: x86_64

First, install or update to the latest system software.

sudo apt-get update
sudo apt-get install build-essential chrpath libssl-dev libxft-dev