Skip to content

Instantly share code, notes, and snippets.

View vibster's full-sized avatar
😀

Vibhu.Mittal vibster

😀
View GitHub Profile
@vibster
vibster / types-of-lists.md
Created September 13, 2012 04:30 — forked from shazow/types-of-lists.md
Catalogue of the different kinds of lists we compose in our day-to-day lives.

Types of lists

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).

@vibster
vibster / index.html
Created August 4, 2012 13:45 — forked from hemulin/index.html
Example of zoomable padded d3 treemap - currently without parents titles
<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;
@sido
sido / index.html
Created June 17, 2011 18:28
Flashcard UI: Part 1
<!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; }
@140bytes
140bytes / LICENSE.txt
Created May 9, 2011 16:13
140byt.es -- Click ↑↑ fork ↑↑ to play!
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