Skip to content

Instantly share code, notes, and snippets.

View mistryrn's full-sized avatar

Rakesh Mistry mistryrn

View GitHub Profile
@mistryrn
mistryrn / ImmatureMediaQueries.css
Created June 9, 2016 17:37
Media queries that make you giggle! (If you're as immature as me.)
.sixty-nine {
@media screen and (min-width: 69px) and (max-width: 69px) {
// nice.
}
}
.blaze-it {
@media screen and (min-width: 420px) and (max-width: 420px) {
// ayy lmao
}
@mistryrn
mistryrn / anaconda.py
Created January 22, 2015 01:12
Python version of Nicki Minaj's hit song "Anaconda". Credits to Jamie Counsell (http://jamiecounsell.me) for the idea.
try:
import buns
except ImportError:
print "My Anaconda don't."