Skip to content

Instantly share code, notes, and snippets.

library("RCurl")
library("jsonlite")
library("ggplot2")
library("RColorBrewer")
library("scales")
library("gridExtra")
api.key <- "yourAPIkey"
rt <- getURI(paste0("http://api.rottentomatoes.com/api/public/v1.0/lists/dvds/top_rentals.json?apikey=", api.key, "&limit=50"))
@hardingnj
hardingnj / gist:aa5a1c8b757e5e467c21
Created November 24, 2014 13:38
Port forward command I always forget...
ssh -N -f -L localhost:XXXX:${REMOTESERVER}:{IP} USER@{REMOTESERVER}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.