Awesome List Updates on Feb 12, 2016

11 awesome lists updated today.

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

1. Awesome Php

Table of Contents / Queue

Configuration / Development Environment

2. Tips

Grab a single file from a stash

git checkout <stash@{n}> -- <file_path>

Alternatives:

git checkout stash@{0} -- <file_path>

Untrack files without deleting

git rm --cached <file_path>

Alternatives:

git rm --cached -r <directory_path>

Restore file to a specific commit-hash

git checkout <commit-ish> -- <file_path>

3. Awesome Text Editing

Heuristic for contenteditable rich-text editors

4. Sublime Bookmarks

Fun stuff / Themes

5. Awesome Groovy

Concurrency

6. Awesome Android

Other / Custom Dialog

7. Awesome Ocaml

Developer Tools

8. Awesome Computer History

Videos / Talks & Lectures

9. Awesome Elixir

Email

10. Awesome Laravel

Books / Videos

11. Awesome Haskell

Tutorials