Skip to content

Instantly share code, notes, and snippets.

@mcnees
mcnees / BlockHole.css
Last active February 6, 2016 20:03
Change "Block" to "Drop Into Black Hole" in a Twitter account's dropdown action menu.
/* Install the Stylish extension for your browser, add this code
as a new Style, and apply it to the domain 'twitter.com' */
/* You can get Stylish here: */
/* Safari - http://sobolev.us/stylish/ */
/* Chrome - https://chrome.google.com/webstore/detail/stylish/fjnbnpbmkenffdnngjfgmeleoegfcffe */
/* Tweet improvements, comments, or corrections to @mcnees. */
/* ------------------------------------------------------------- */
@jennybc
jennybc / 2015-01-12_binding-a-list-of-lists.Rmd
Created January 13, 2015 01:00
Binding a list of lists
---
title: "Binding a list of lists"
author: "Jenny Bryan"
date: "12 January, 2015"
output:
html_document:
keep_md: TRUE
---
I want to convert a list of lists into another list of lists through ... catenation or binding? Hard to describe in words -- easier to illustrate.