Skip to content

Instantly share code, notes, and snippets.

View praveenvvstgy's full-sized avatar

Praveen Gowda I V praveenvvstgy

View GitHub Profile
@praveenvvstgy
praveenvvstgy / css-tricks-videos.txt
Created July 15, 2013 20:31
Links to all CSS-Tricks videos screencasts
http://vnfiles.ign.com/ects/css-tricks/VideoCast-126.mp4
http://vnfiles.ign.com/ects/css-tricks/VideoCast-125.mp4
http://vnfiles.ign.com/ects/css-tricks/VideoCast-124-cache-bust.mp4
http://vnfiles.ign.com/ects/css-tricks/VideoCast-123.mp4
http://vnfiles.ign.com/ects/css-tricks/VideoCast-122.mp4
http://vnfiles.ign.com/ects/css-tricks/VideoCast-121.mp4
http://vnfiles.ign.com/ects/css-tricks/VideoCast-120.mp4
http://vnfiles.ign.com/ects/css-tricks/VideoCast-119.mp4
http://vnfiles.ign.com/ects/css-tricks/VideoCast-118.mp4
http://vnfiles.ign.com/ects/css-tricks/VideoCast-117.mp4

Twilight Theme Terminal Colors

Based on the timeless TextMate theme.

Basic Colors

Foreground:     #FEFFD3

Background: #141414

JSON API

Top Level

The top-level of a JSON API document has the following keys:

  • Resource names (posts, comments, people, etc.)
  • A meta section

Singular Resources

Sublime Text 2 – Useful Shortcuts (PC)

Loosely ordered with the commands I use most towards the top. Sublime also offer full documentation.

Editing

Ctrl+C copy current line (if no selection)
Ctrl+X cut current line (if no selection)
Ctrl+⇧+K delete line
Ctrl+↩ insert line after