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
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.
# -*- coding: utf-8 -*- | |
"""Prettify JSON | |
Usage: | |
pjson --help | |
pjson --test | |
cat my.json | pjson | |
""" |