Awesome List Updates on Jan 04 - Jan 10, 2016

24 awesome lists updated this week.

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

1. Awesome Tech Videos

Functional Programming / Scala

2. Awesome Katas

Others

3. 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

4. Awesome Music

Music Notation

5. Awesome Talks

Software Development

Web Development

6. Awesome Machine Learning

C++ / Gesture Detection

Python / General-Purpose Machine Learning

7. Awesome Artificial Intelligence

Videos

8. Awesome D3

Charts

9. Awesome Promises

Resources, Blogs, and Books / References

10. Awesome Nodejs

Packages / Command-line utilities

11. Awesome Microservices

C

Messaging / Scala

12. Awesome Shell

System Utilities / Directory Navigation

13. Awesome Purescript

Asynchronicity and Parallelism

14. Awesome Angular

Google Developer Experts

15. Toolsforactivism

Open-source host-it-yourself:

Software as a service:

Projects to keep an eye on (ie projects in development)

16. Awesome Elixir

Applications

Images

17. Creative Commons Media

Graphics

18. Awesome Javascript

Testing Frameworks / Frameworks

19. Awesome Vue

Resources / Podcasts

20. Awesome Laravel

Community / Local User Groups

Hosted Development Tools / Meetups

21. Awesome Cpp

Frameworks

Game Engine

22. Awesome Malware Analysis

Malware Collection / Honeypots

Open Source Threat Intelligence / Tools

Open Source Threat Intelligence / Other Resources

Deobfuscation / Other Resources

Debugging and Reverse Engineering / Other Resources

Network / Other Resources

23. Engineering Blogs

Individuals/Group Contributors / P individuals

Individuals/Group Contributors / R individuals

24. Android Security Awesome

Tools / Fuzz Testing