Skip to content

Instantly share code, notes, and snippets.

Verifying my Blockstack ID is secured with the address 1HjktKg7DR23M71AWshmCY3WEZAtoH4AUV https://explorer.blockstack.org/address/1HjktKg7DR23M71AWshmCY3WEZAtoH4AUV
@kylelundstedt
kylelundstedt / keybase.md
Created September 13, 2017 18:18
Keybase proof

Keybase proof

I hereby claim:

  • I am kylelundstedt on github.
  • I am kylelundstedt (https://keybase.io/kylelundstedt) on keybase.
  • I have a public key ASDlH8zSRY1U3eJoDkb49Pdnpqjk56-zMPRrXNmp23qSigo

To claim this, I am signing this object:

Verifying that "kylelundstedt.id" is my Blockstack ID. https://onename.com/kylelundstedt
Verifying that +kylelundstedt is my blockchain ID. https://onename.com/kylelundstedt
@kylelundstedt
kylelundstedt / presidents.r
Created October 23, 2015 00:11 — forked from hrbrmstr/presidents.r
examples of visualizing distribution in R
library(ggplot2)
library(dplyr)
library(gridExtra)
pres <- structure(list(last_name = c("Washington", "Adams", "Jefferson",
"Madison", "Monroe", "Adams", "Jackson", "VanBuren", "Harrison",
"Tyler", "Polk", "Taylor", "Filmore", "Pierce", "Buchanan", "Lincoln",
"Johnson", "Grant", "Hayes", "Garfield", "Arthur", "Cleveland",
"Harrison", "Cleveland", "McKinley", "Roosevelt", "Taft", "Wilson",
"Harding", "Coolidge", "Hoover", "Roosevelt", "Truman", "Eisenhower",
@kylelundstedt
kylelundstedt / multi_language_rmd.Rmd
Created October 23, 2015 00:11 — forked from hrbrmstr/multi_language_rmd.Rmd
Multi-language Machinations in [R] Markdown
---
title: "Multi-language Machinations in [R] Markdown"
author: "Bob Rudis (@hrbrmstr)"
date: "October 22, 2015"
output: html_document
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
```
@kylelundstedt
kylelundstedt / update_github.R
Created October 23, 2015 00:10 — forked from leeper/update_github.R
Update packages if a newer version is available from GitHub
library('devtools')
library('utils')
library('httr')
update_github <-
function(ask = TRUE, ...){
installed <- installed.packages()
oldVersion <- installed[,'Version']
urls <- sapply(names(oldVersion), function(x){
d <- packageDescription(x)
@kylelundstedt
kylelundstedt / map.R
Created October 23, 2015 00:10 — forked from braintreeps/map.R
This is the R code to go along with the blog post "Mapping 35 Million Credit Cards On Top of Census Data With R".
library(data.table);
library(maps);
library(maptools);
library(spatstat);
library(zipcode);
library(GISTools)
#load the zipcode dataset
data(zipcode);
@kylelundstedt
kylelundstedt / testing123
Created February 21, 2015 21:00
testing Sublime Text Gist package
this is a test