HTML Meta Tags
HTML Meta Tags <meta charset="utf-8"> <!-- title --> <title>...</title> <meta property="og:title" content="..."> <meta name="twitter:title" content="..."> <!-- url --> <meta property="og:url"
HTML Meta Tags <meta charset="utf-8"> <!-- title --> <title>...</title> <meta property="og:title" content="..."> <meta name="twitter:title" content="..."> <!-- url --> <meta property="og:url"
HTML Character Codes So you can use these nifty characters in your HTML. Stars ✢ 4 Tear-drop asterisk : ✢
Google Learning how to search effectively is super important. This is a collection of ASOs (Advanced Search Operators) and other
GIT Basics Setup See where Git is located: which git Get the version of Git: git --version Create an alias
Find Synopsis: find [path] [expression] Quick and Easy Find the find binary: find /usr/bin -name find Put more than one
Filesystem hierarchy http://www.pathname.com/fhs/pub/fhs-2.3.html http://en.wikipedia.org/wiki/Filesystem_Hierarchy_Standard Unix Filesystem Hierarchy Standard / Root dir /bin Binaries /dev Devices /etc Host-specific system-wide config /etc/opt
ffmpeg Common switches -codecs # list codecs -c:v # video codec (-vcodec) - 'copy' to copy stream -c:a # audio
# Emoji Data for UTR #51 # # File: emoji-data.txt # Version: 1.0 # Date: 2015-08-04 # # Copyright (c)
Ember Routes App.Router.map(function() { this.resource('trips', function() { this.route('item', { path: '/:trip_id' }); }); this.route('upcoming'); this.route('about', { path: '/about' }); this.route('schedules');
Emacs Cheatsheet M-@ is mark-word, C-M-@ is mark-sexp, and C-M-h is mark-defun C-c C-b goes back in a help buffer