Skip to content

Instantly share code, notes, and snippets.

@ottlngr
ottlngr / .block
Last active May 20, 2017 11:14
Tractatus Logico-Philosophicus
license: gpl-3.0
border: no
height: 3500
title Compare Versions
author Philipp Ottolinger
date 8 April 2016
output html_document
get_github_version <- function(url) {
@ottlngr
ottlngr / keystrokes.R
Last active April 5, 2016 05:36
Visualizing keystrokes using ggplot2
##### Visualizing keystrokes using ggplot2 #####
library(ggplot2)
# a character string to visualize:
string <- 'R is an integrated suite of software facilities for data manipulation, calculation and graphical display.'
# a data.frame representing the keys of a qwerty keyboard
qwerty <- data.frame(
id = 1:53,