Skip to content

Instantly share code, notes, and snippets.

View Prooffreader's full-sized avatar

David Taylor Prooffreader

View GitHub Profile
@mbarkhau
mbarkhau / pretty_json.py
Last active February 8, 2017 11:17
pretty_json.py
# -*- coding: utf-8 -*-
"""Prettify JSON
Usage:
pjson --help
pjson --test
cat my.json | pjson
"""
@danasilver
danasilver / README.md
Last active August 29, 2015 13:59
Last Letter of First Names

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.

@julionc
julionc / 00.howto_install_phantomjs.md
Last active April 26, 2024 09:13
How to install PhantomJS on Debian/Ubuntu

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