Skip to content

Instantly share code, notes, and snippets.

@Kcnarf
Kcnarf / .block
Last active April 11, 2017 13:58
d3-beeswarm plugin
license: gpl-3.0
@kirjavascript
kirjavascript / index.html
Last active May 20, 2020 04:56
d3 webGL force graph with PIXI.js
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8">
<title>d3 webGL force graph with PIXI.js</title>
<meta name="description" content="">
<meta name="theme-color" content="#000000">
</head>
<body>
<script src="https://cdn.polyfill.io/v2/polyfill.min.js?features=default"></script>
@treysp
treysp / glimpse-labels_gist.md
Created February 22, 2017 21:19
tibble::glimpse() with variable labels!
title glimpse_labels() -- glimpse() with variable labels!
author Trey Spiller
date February 22, 2017
output html_document

glimpse_labels() -- glimpse() with variable labels!

@stephenturner
stephenturner / keybindings.json
Created May 31, 2017 21:04
VSCode keybindings to replicate my most commonly used RStudio shortcuts (Mac)
// Place your key bindings in this file to overwrite the defaults
[
// RStudio: Copy lines up/down with alt+cmd+up/down
{
"key": "alt+cmd+down",
"command": "editor.action.copyLinesDownAction",
"when": "editorTextFocus && !editorReadonly"
},
{
"key": "shift+alt+down",