Catalogue of the different kinds of lists we compose in our day-to-day lives
-
Bucket list
Such as "Things to do before you die". Typically aspirational, completeable. Manual sorting (usually importance or desired completion order).
<html> | |
<head> | |
<script type="text/javascript" src="http://d3js.org/d3.v2.js"></script> | |
<script type="text/javascript" src="https://github.com/mbostock/d3/blob/master/src/layout/treemap.js"></script> | |
<script type="text/javascript" src="https://github.com/mbostock/d3/blob/master/src/layout/hierarchy.js"></script> | |
<style type="text/css"> | |
rect { | |
fill: none; | |
stroke: #fff; |
<!doctype html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<title>ui.Flashcard</title> | |
<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1/themes/pepper-grinder/jquery-ui.css"> | |
<link rel="stylesheet" href="ui.flashcard.css"> | |
<style> | |
body { font-family: sans-serif; } | |
#myFlashcard { margin: 2em auto; } |
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE | |
Version 2, December 2004 | |
Copyright (C) 2011 YOUR_NAME_HERE <YOUR_URL_HERE> | |
Everyone is permitted to copy and distribute verbatim or modified | |
copies of this license document, and changing it is allowed as long | |
as the name is changed. | |
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE |