Skip to content

Instantly share code, notes, and snippets.

@yaoduren123
yaoduren123 / LICENSE.txt
Created May 18, 2012 07:15 — forked from jed/LICENSE.txt
convert RGB to HEX
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
Version 2, December 2004
Copyright (C) 2011 Jed Schmidt <http://jed.is>
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
@yaoduren123
yaoduren123 / LICENSE.txt
Created May 17, 2012 04:47 — forked from 140bytes/LICENSE.txt
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
@yaoduren123
yaoduren123 / Example1.js
Created March 14, 2012 07:39 — forked from tolmasky/Example1.js
Building a Better JavaScript Profiler with WebKit
document.addEventListener("click", function() { /*...*/ }, false);