Awesome List Updates on Jan 02, 2016
7 awesome lists updated today.
🏠 Home · 🔍 Search · 🔥 Feed · 📮 Subscribe · ❤️ Sponsor
1. Git Cheat Sheet
Setup
Setup
Show current configuration:
$ git config --list
Show repository configuration:
$ git config --local --list
Show global configuration:
$ git config --global --list
Show system configuration:
$ git config --system --list
Set a name that is identifiable for credit when review version history:
$ git config --global user.name "[firstname lastname]"
Set an email address that will be associated with each history marker:
$ git config --global user.email "[valid-email]"
Set automatic command line coloring for Git for easy reviewing:
$ git config --global color.ui auto
Set global editor for commit
$ git config --global core.editor vi
2. Awesome Music
Music Notation
- OpenLilyLib (⭐115) - LilyPond tools - snippets, templates, and extensions.
3. Awesome Talks
Software Development
- Seven Ineffective Coding Habits of Many Programmers by Kevlin Henney [01:02:52]
Web Development
- ClojureScript for Skeptics by Derek Slager [41:08]
4. Awesome Machine Learning
C++ / Gesture Detection
- grt (⭐856) - The Gesture Recognition Toolkit (GRT) is a cross-platform, open-source, C++ machine learning library designed for real-time gesture recognition.
5. Awesome Cpp
Game Engine
- Oxygine - A cross-platform 2D C++ game engine. [MIT]
6. Awesome Artificial Intelligence
Videos
7. Awesome D3
Charts
- EventDrops (⭐1.2k) - A time based/event series interactive visualization
- Prev: Jan 03, 2016
- Next: Jan 01, 2016