- Swap Control and Caps Lock in System Preferences -> Keyboard -> Modifier Keys
- Google Chrome http://www.google.com/chrome/
- iTerm2 http://www.iterm2.com/
- Oh my zsh https://github.com/robbyrussell/oh-my-zsh/
- XCode (from the mac app store)
- XCode command line tools (run XCode, go to Preferences -> Downloads -> Command Line Tools)
- Homebrew https://github.com/mxcl/homebrew/wiki/installation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<h4 class="county">{{{NAMELSAD10}}}</h4> | |
<table> | |
<tr> | |
<td class="label">Certificate/Associate:</td> | |
<td class="num">{{{DSome}}}</td> | |
</tr> | |
<tr> | |
<td class="label">Bachelor's Degree:</td> | |
<td class="num">{{{DBachelor}}}</td> | |
</tr> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<h3>Poverty Rate</h3> | |
<ul class="scale"> | |
<li><span class="colorbox" style="background:#c5e0e1; color:#c5e0e1;">▉</span> 0-10%</li> | |
<li><span class="colorbox" style="background:#8BC0BF; color:#8BC0BF;">▉</span> 10-15%</li> | |
<li><span class="colorbox" style="background:#51A09E; color:#51A09E;">▉</span> 15-20%</li> | |
<li><span class="colorbox" style="background:#18817E; color:#18817E;">▉</span> 20-25%</li> | |
<li><span class="colorbox" style="background:#14615F; color:#14615F;">▉</span> > 25%</li> | |
</ul> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Map { | |
background-color: #333; | |
} | |
#countries { | |
::outline { | |
line-color: #666; | |
line-width: 2; | |
line-join: round; | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<title>Charter Schools in Washington, DC</title> | |
<link rel="stylesheet" href="leaflet.css" /> | |
<!--[if lte IE 8]><link rel="stylesheet" href="leaflet.ie.css" /><![endif]--> | |
<script src="leaflet.js"></script> | |
<script src="wax.leaf.min.js"></script> | |
<script src="charters.js"></script> | |
</head> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#commutetime [Workers > 50000] { | |
marker-width:3; | |
marker-fill:#efc635; | |
marker-line-color:#efc635; | |
marker-allow-overlap:true; | |
marker-opacity:.5; | |
[TravelMins > 0 ] { marker-width:1; } | |
[TravelMins > 20 ] { marker-width:2; } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
from mechanize import Browser | |
from BeautifulSoup import BeautifulSoup | |
import urllib | |
import urllib2 | |
import csv | |
for year in range(1936, 2012): | |
mech = Browser() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@water: #b8dee6; | |
@land: #eee; | |
@border: #85c5d3; | |
@stateborder: #666; | |
@countyborder: #fff; | |
@scale1: #e6e6e6; | |
@scale2: #c5e0e1; | |
@scale3: #8BC0BF; | |
@scale4: #51A09E; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
layout: default | |
title: NPR News Apps Blog | |
--- | |
{% for post in site.posts limit: 4 %} | |
<article> | |
<header> | |
<h2><a href="{{ post.url }}">{{ post.title }}</a></h2> |
layout | title | description | author |
---|---|---|---|
post |
Welcome To Our Nerd Blog |
Today the NPR news applications team is launching a “nerd blog,” a space for us to share and discuss our work, a la our friends at ProPublica et al. This post explains how to use Jekyll to publish a blog. |
Matt Stiles |
Today the NPR news applications team is launching a “nerd blog,” a space for us to share and discuss our work, a la our friends at ProPublica et al.
OlderNewer