Skip to content

Instantly share code, notes, and snippets.

View markmywords's full-sized avatar
🎯
Focusing

markmywords markmywords

🎯
Focusing
View GitHub Profile
# Small collection of aliases for personal use.
# Create subdirectories automatically when necessary
alias mkdir='mkdir -vp'
# I always have to look up those flags.
alias untar='tar -zxvf '
@markmywords
markmywords / gist:921646
Created April 15, 2011 12:55
django .gitignore
*.pyc
localsettings.py
/assets/files/*
pip-log.txt
*.DS_Store
Thumbs.db
*.zip
*.log
@markmywords
markmywords / reset.css
Created May 10, 2009 09:55
css reset stylesheet
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,