Skip to content

Instantly share code, notes, and snippets.

View sayanee's full-sized avatar
🎯
Focusing

Sayanee Basu sayanee

🎯
Focusing
View GitHub Profile
@sayanee
sayanee / gitio
Created January 30, 2013 06:52 — forked from defunkt/gitio
#!/usr/bin/env ruby
# Usage: gitio URL [CODE]
#
# Turns a github.com URL
# into a git.io URL
#
# Copies the git.io URL to your clipboard.
url = ARGV[0]
code = ARGV[1]
@sayanee
sayanee / dabblet.css
Created January 25, 2012 03:18 — forked from chriscoyier/dabblet.css
Triangle with Shadow
/*
Triangle with Shadow
*/
body {
padding: 100px;
}
.triangle-with-shadow {
width: 100px;
@sayanee
sayanee / dabblet.css
Created January 18, 2012 04:27
Untitled
background: #789897;
min-height:100%;