Skip to content

Instantly share code, notes, and snippets.

View matthewbuchanan's full-sized avatar

Matthew Buchanan matthewbuchanan

View GitHub Profile
@matthewbuchanan
matthewbuchanan / lbxd-most-fans.txt
Created March 8, 2016 20:28
Top 30 most favorited films on Letterboxd as at March 9, 2016.
Pulp Fiction
Fight Club
2001: A Space Odyssey
Star Wars: Episode V — The Empire Strikes Back
The Dark Knight
Eternal Sunshine of the Spotless Mind
The Godfather
Blade Runner
Inception
Back to the Future
// Timelapse CSS functions by Karl von Randow, May 2008
var timelapseCss = function() {
var interval = 100;
function removeARule(attributes, state) {
if (state.k < attributes.length) {
var attribute = attributes[attributes.length - 1 - state.k];
var r = attributes.removeProperty(attribute);
if (!r) {