Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View jtauber's full-sized avatar

James Tauber jtauber

View GitHub Profile
@jtauber
jtauber / .block
Last active November 2, 2018 05:16 — forked from Stroked/.block
Cartesian Distortion (Fisheye)
license: mit
@jtauber
jtauber / pmarca.yml
Last active August 29, 2015 14:05 — forked from paltman/pmarca.yml
-
title: "Voter Participation"
screen_name: "pmarca"
first_id: 488428182282858498
first_timestamp: "2014-07-13T16:02:07-05:00"
tweets:
- "2014-07-13T16:02:07-05:00 Common thing one hears in US is \"Political system broken; Founding Fathers never intended politics to be dominated by moneyed interests.\""
- "2014-07-13T16:03:08-05:00 But in 1776, voting \"restricted to property owners—most of whom are white male Protestants over the age of 21\". http://t.co/x2AVaTBaEa"
- "2014-07-13T16:03:51-05:00 In 1789, George Washington was elected President. \"Only 6% of the population can vote.\" http://t.co/PpX4aLQcM8"
- "2014-07-13T16:04:38-05:00 Not until 1856 was voting expanded even to all white men (eliminating property ownership requirement) -- http://t.co/PpX4aLQcM8"
# Bash snippet to open new shells in most recently visited dir.
# Useful if you want to open a new terminal tab at the present
# tab's location.
#
# Put this in your .bashrc or whatever.
pathed_cd () {
if [ "$1" == "" ]; then
cd
else