- Fork it.
- Create a branch (git checkout -b my_markup)
- Commit your changes (git commit -am "Added Snarkdown")
- Push to the branch (git push origin my_markup)
- Create an Issue with a link to your branch
- Enjoy a refreshing Diet Coke and wait
This file contains hidden or 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
library(ggplot2) | |
library(RJSONIO) | |
library(foreign) | |
input_dir = "~/data/twitter-workshop/input/" | |
snow = read.csv(paste0(input_dir, "snow_pot.csv")) | |
props = read.dbf(paste0(input_dir, "SecondAuctionProperties.dbf")) | |
# Note: Need to remove a leading '\' from the MenByTract file before it will load |
This file contains hidden or 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 sh | |
## | |
# This is script with usefull tips taken from: | |
# https://github.com/mathiasbynens/dotfiles/blob/master/.osx | |
# | |
# install it: | |
# curl -sL https://raw.github.com/gist/2108403/hack.sh | sh | |
# |
NewerOlder