Awesome List Updates on Jun 13, 2016

8 awesome lists updated today.

🏠 Home · 🔍 Search · 🔥 Feed · 📮 Subscribe · ❤️ Sponsor

1. Frontend Dev Bookmarks

Compatibility

Languages, Protocols, Browser APIs

2. Awesome Unicode

One-To-Many Case Mappings / Wait a second... what did I just read?

Recursive HTML Tag Renaming Script / Wait a second... what did I just read?

3. Awesome Deep Vision

Object Detection

Object Tracking

Low-Level Vision / Super-Resolution

Low-Level Vision / Other Applications

Edge Detection / Other Applications

Semantic Segmentation / Other Applications

Visual Attention and Saliency / Other Applications

Object Recognition / Other Applications

Understanding CNN / Other Applications

Other Topics / Question Answering

Courses / Question Answering

Books / Question Answering

Videos / Question Answering

Applications / Question Answering

4. Tips

Changes staged for commit

git diff --cached

Alternatives:

git diff --staged

Remove branches that have already been merged with master

git branch --merged master | grep -v '^\*' | xargs -n 1 git branch -d

Alternatives:

git branch --merged master | grep -v '^\*\|  master' | xargs -n 1 git branch -d # will not delete master if master is not checked out

See commit history for just the current branch

git cherry -v master

Turn off git colored terminal output

git config --global color.ui false

Specific color settings

git config --global <specific command e.g branch, diff> <true, false or always>

5. Engineering Blogs

Companies / S companies

6. Awesome Android

More lists of libraries / Custom Dialog

7. Awesome AutoHotkey

GUI / Combobox

8. Awesome Streaming

Table of Contents / Readings