Awesome List Updates on Jan 04 - Jan 10, 2016
23 awesome lists updated this week.
🏠 Home · 🔍 Search · 🔥 Feed · 📮 Subscribe · ❤️ Sponsor
1. Awesome Tech Videos
Functional Programming / Scala
- Functional Programming; What? Why? When? By Robert C. Martin
- Learn Functional Programming with PureScript By John A. De Goes
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
- OpenLilyLib (⭐115) - LilyPond tools - snippets, templates, and extensions.
5. 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]
6. 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.
Python / General-Purpose Machine Learning
- pgmpy (⭐2.7k) A python library for working with Probabilistic Graphical Models.
7. Awesome Artificial Intelligence
Videos
8. Awesome D3
Charts
- EventDrops (⭐1.2k) - A time based/event series interactive visualization
9. Awesome Promises
Resources, Blogs, and Books / References
- Promisees - Promise visualization playground for the adventurous.
10. Awesome Nodejs
Packages / Command-line utilities
- omelette (⭐1.4k) - Shell autocompletion helper.
11. Awesome Microservices
C
- Libasyncd (⭐174) - Embeddable event-based asynchronous HTTP server library for C.
- Onion (⭐2k) - C library to create simple HTTP servers and web applications.
Messaging / Scala
- Malamute (⭐322) - ZeroMQ enterprise messaging broker.
12. Awesome Shell
System Utilities / Directory Navigation
- mtr (⭐2.5k) - The functionality of the 'traceroute' and 'ping' programs in a single network diagnostic tool.
13. Awesome Purescript
Asynchronicity and Parallelism
- purescript-aff (⭐271) - An asynchronous effect monad for PureScript.
- purescript-affjax (⭐271) - An asynchronous AJAX library built using Aff.
14. Toolsforactivism
Open-source host-it-yourself:
- Countdown (⭐38) - A quick & simple tool for making your own webpage with a countdown to your upcoming event.
Software as a service:
- Loomio - Tool for collaborative decision-making in groups. Note: Loomio's code is also open source (⭐2.1k), but it's generally used as a hosted service.
- ControlShift - Distributed petitions, events and local groups for progressive advocacy organizations. Tools to help make campaigns more participatory.
Projects to keep an eye on (ie projects in development)
- Day of Action (⭐8) - very rough tool used to coordinate a day of action for high school students. the starting point for a more generalized tool to run a day of action campaign
15. Awesome Elixir
Applications
- Sprint Poker (⭐174) - Online estimation tool for Agile teams, written using Elixir Lang, Phoenix Framework and React.
Images
- elixir_exif (⭐13) - Parse exif tags and thumbnail data from jpeg files.
16. Creative Commons Media
Graphics
- GameIcons - SVG icons for board and video games.
17. Awesome Javascript
Testing Frameworks / Frameworks
- Protractor (⭐8.8k) - Protractor is an end-to-end test framework for AngularJS applications.
18. Awesome Vue
Resources / Podcasts
19. Awesome Laravel
Community / Local User Groups
Hosted Development Tools / Meetups
- Laravel Shift - Automated upgrade tool for Laravel projects
20. Awesome Cpp
Frameworks
- BDE (⭐1.7k) - The BDE Development Environment from Bloomberg Labs. [Apache2]
Game Engine
- Oxygine - A cross-platform 2D C++ game engine. [MIT]
21. Awesome Malware Analysis
Malware Collection / Honeypots
- Honeyd - Create a virtual honeynet.
Open Source Threat Intelligence / Tools
- IOC Editor - A free editor for XML IOC files.
- PyIOCe (⭐16) - A Python OpenIOC editor.
- ThreatTracker (⭐64) - A Python script to monitor and generate alerts based on IOCs indexed by a set of Google Custom Search Engines.
Open Source Threat Intelligence / Other Resources
- STIX - Structured Threat Information eXpression - Standardized language to represent and share cyber threat information. Related efforts from MITRE:
Deobfuscation / Other Resources
- PackerAttacker (⭐263) - A generic hidden code extractor for Windows malware.
- VirtualDeobfuscator (⭐128) - Reverse engineering tool for virtualization wrappers.
Debugging and Reverse Engineering / Other Resources
- angr (⭐7.3k) - Platform-agnostic binary analysis framework developed at UCSB's Seclab.
- BARF (⭐1.4k) - Multiplatform, open source Binary Analysis and Reverse engineering Framework.
- binnavi (⭐2.9k) - Binary analysis IDE for reverse engineering based on graph visualization.
- Capstone (⭐7.2k) - Disassembly framework for binary analysis and reversing, with support for many architectures and bindings in several languages.
- GEF (⭐6.7k) - GDB Enhanced Features, for exploiters and reverse engineers.
- PEDA (⭐5.8k) - Python Exploit Development Assistance for GDB, an enhanced display with added commands.
- SMRT (⭐64) - Sublime Malware Research Tool, a plugin for Sublime 3 to aid with malware analyis.
Network / Other Resources
- BroYara (⭐31) - Use Yara rules from Bro.
22. Engineering Blogs
Individuals/Group Contributors / P individuals
- Pamela Fox http://blog.pamelafox.org/
Individuals/Group Contributors / R individuals
- Robin Wilson http://blog.rtwilson.com/
23. Android Security Awesome
Tools / Fuzz Testing
- Prev: Mar 07 - Mar 13, 2016
- Next: Dec 28 - Jan 03, 2015