Skip to content

Instantly share code, notes, and snippets.

View mattayes's full-sized avatar

Matt Braymer-Hayes mattayes

View GitHub Profile
@mattayes
mattayes / _seizures.R
Last active August 29, 2015 14:10 — forked from hrbrmstr/_seizures.R
library(data.table)
library(dplyr)
library(tidyr)
library(ggplot2)
library(scales)
library(grid)
library(statebins)
library(gridExtra)
# http://www.washingtonpost.com/wp-srv/special/investigative/asset-seizures/data/all.json
@mattayes
mattayes / my-pretty-mac.sh
Last active August 29, 2015 14:07 — forked from brandonb927/osx-for-hackers.sh
Making this script my own
#!/bin/sh
# Some things taken from here
# https://github.com/mathiasbynens/dotfiles/blob/master/.osx
# Set the colours you can use
black='\033[0;30m'
white='\033[0;37m'
red='\033[0;31m'
green='\033[0;32m'