Skip to content

Instantly share code, notes, and snippets.

@zmeers
zmeers / .block
Created September 15, 2017 01:15 — forked from alandunning/.block
Line Chart with Circle Tooltip D3 V4
license: gpl-3.0
@zmeers
zmeers / index.html
Created October 19, 2017 03:12 — forked from jadiehm/index.html
Responsive US state choropleth
<!DOCTYPE html>
<meta charset="utf-8">
<style>
body {
font-family: 'Proxima Nova', sans-serif;
}
.g-hed {
text-align: left;
@zmeers
zmeers / .block
Created October 20, 2017 01:48 — forked from mbostock/.block
Choropleth
license: gpl-3.0
height: 600
border: no
@zmeers
zmeers / install-rstudio-daily.sh
Created July 10, 2018 23:39 — forked from aronatkins/install-rstudio-daily.sh
Install RStudio daily build on OSX/macOS or Ubuntu Linux
#!/bin/bash
#
# Installs the latest RStudio daily desktop build for OSX/macOS and Ubuntu(amd64)
#
# https://support.rstudio.com/hc/en-us/articles/203842428-Getting-the-newest-RStudio-builds
set -e
install_macos_daily() {
REDIRECT_URL="https://www.rstudio.org/download/latest/daily/desktop/mac/RStudio-latest.dmg"