Skip to content

Instantly share code, notes, and snippets.

@donohoe
donohoe / gist:3206690
Created July 30, 2012 12:51 — forked from madrobby/gist:3201472
Check if the browsers supports SVG
// A minor tweak the sake of changing
function supportsSVG(){
return !!('createElementNS' in (d = document) &&
d.createElementNS('http://www.w3.org/2000/svg','svg').createSVGRect)
}
@donohoe
donohoe / LICENSE.txt
Created January 4, 2012 17:53 — forked from 140bytes/LICENSE.txt
Dynamic Anchor links in (exactly) 140 bytes
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
@donohoe
donohoe / LICENSE.txt
Created November 2, 2011 22:30 — 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