Skip to content

Instantly share code, notes, and snippets.

@alwayscoding
alwayscoding / bootstrap.html
Created March 5, 2013 08:08
HTML: BOOTSTRAP SDK LOAD
<!-- Twitter Bootstrap SDK Load -->
<script src="http://code.jquery.com/jquery.min.js"></script>
<link href="http://twitter.github.com/bootstrap/assets/css/bootstrap.css" rel="stylesheet" type="text/css" />
<link href="http://twitter.github.com/bootstrap/assets/css/bootstrap-responsive.css" rel="stylesheet" type="text/css" />
<script src="http://twitter.github.com/bootstrap/assets/js/bootstrap.js"></script>
<!-- End of Twitter Bootstrap SDK Load -->
@alwayscoding
alwayscoding / gist:5141622
Created March 12, 2013 09:47 — forked from sjwilliams/gist:3903157
SHORTCUT: SUBLIMETEXT2

Sublime Text 2 – Useful Shortcuts (Mac OS X)

General

⌘T go to file
⌘⌃P go to project
⌘KB toggle side bar
⌘⇧P command prompt
⌃ ` python console
⌘⇧N new window (useful for new project)