Awesome List Updates on Aug 24 - Aug 30, 2015

26 awesome lists updated this week.

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

1. Awesome Nodejs

Packages / Command-line apps

Packages / Command-line utilities

Packages / Filesystem

Packages / Streams

Packages / Text

Packages / Number

Packages / Math

Packages / Date

Packages / Parsing

Packages / Compression

Packages / Testing

Packages / Static site generators

Packages / Miscellaneous

2. Rbooks

Beginner Books

Learning R [Amazon]

Learn how to perform data analysis with the R language and software environment, even if you have little or no programming experience. With the tutorials in this hands-on guide, you’ll learn how to use the essential R tools you need to know to analyze data, including data types and programming concepts.

Hands-On Programming with R [Amazon]

Learn how to program by diving into the R language, and then use your newfound skills to solve practical data science problems. With this book, you' ll learn how to load data, assemble and disassemble data objects, navigate R's environment system, write your own functions, and use all of R's programming tools.

R Cookbook [Amazon]

With more than 200 practical recipes, this book helps you perform data analysis with R quickly and efficiently. The R language provides everything you need to do statistical work, but its structure can be difficult to master. This collection of concise, task-oriented recipes makes you productive with R immediately, with solutions ranging from basic tasks to input and output, general statistics, graphics, and linear regression.

Advanced Books

Advanced R [Online] [Amazon] Free

Advanced R presents useful tools and techniques for attacking many types of R programming problems, helping you avoid mistakes and dead ends. With more than ten years of experience programming in R, the author illustrates the elegance, beauty, and flexibility at the heart of R.

Reports

Dynamic Documents with R and knitr, Second Edition [Amazon]

Suitable for both beginners and advanced users, Dynamic Documents with R and knitr, Second Edition makes writing statistical reports easier by integrating computing directly with reporting. Reports range from homework, projects, exams, books, blogs, and web pages to virtually any documents related to statistical graphics, computing, and data analysis. The book covers basic applications for beginners while guiding power users in understanding the extensibility of the knitr package.

Visualization

Report Writing for Data Science in R [Leanpub] Free

This book teaches the fundamental concepts and tools behind reporting modern data analyses in a reproducible manner. As data analyses become increasingly complex, the need for clear and reproducible report writing is greater than ever. The material for this book was developed as part of the industry-leading Johns Hopkins Data Science Specialization.

3. Awesome Shell

Shell Script Development / Directory Navigation

4. Awesome Machine Learning

Python / Natural Language Processing

5. Engineering Blogs

Companies / P companies

Individuals/Group Contributors / I individuals

6. Awesome Microservices

API Gateways / Edge Services / Scala

Data Formats / Scala

Sites & Organizations / Scala

7. Awesome Db

JAVA

8. Awesome Groovy

Database

9. Awesome Deep Vision

Image and Language / Video Captioning

10. Htaccess

Rewrite and Redirection / Redirect an Entire Site

Redirect an Entire Site

Redirect 301 / http://newsite.com/

This way does it with links intact. That is www.oldsite.com/some/crazy/link.html will become www.newsite.com/some/crazy/link.html. This is extremely helpful when you are just “moving” a site to a new domain. Source

Rewrite and Redirection / Redirect Using RedirectMatch

Redirect Using RedirectMatch

RedirectMatch 301 /subdirectory(.*) http://www.newsite.com/newfolder/$1
RedirectMatch 301 ^/(.*).htm$ /$1.html
RedirectMatch 301 ^/200([0-9])/([^01])(.*)$ /$2$3
RedirectMatch 301 ^/category/(.*)$ /$1
RedirectMatch 301 ^/(.*)/htaccesselite-ultimate-htaccess-article.html(.*) /htaccess/htaccess.html
RedirectMatch 301 ^/(.*).html/1/(.*) /$1.html$2
RedirectMatch 301 ^/manual/(.*)$ http://www.php.net/manual/$1
RedirectMatch 301 ^/dreamweaver/(.*)$ /tools/$1
RedirectMatch 301 ^/z/(.*)$ http://static.askapache.com/$1

Source

Rewrite and Redirection / Alias Paths to Script

Alias Paths to Script

FallbackResource /index.fcgi

This example has an index.fcgi file in some directory, and any requests within that directory that fail to resolve a filename/directory will be sent to the index.fcgi script. It’s good if you want baz.foo/some/cool/path to be handled by baz.foo/index.fcgi (which also supports requests to baz.foo) while maintaining baz.foo/css/style.css and the like. Get access to the original path from the PATH_INFO environment variable, as exposed to your scripting environment.

RewriteEngine On
RewriteRule ^$ index.fcgi/ [QSA,L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.fcgi/$1 [QSA,L]

This is a less efficient version of the FallbackResource directive (because using mod_rewrite is more complex than just handling the FallbackResource directive), but it’s also more flexible.

11. Awesome Transit

Native Apps (open source)

Native Apps (closed source)

12. Awesome Salesforce

Table of Contents / Plugins for Salesforce

Table of Contents / Packages and Libraries supporting salesforce

Table of Contents / Developer Utilities

Salesforce Browser Extensions / Open Source Projects Repositories from Salesforce

Troubleshooting and queries / Learning Salesforce Platform

Troubleshooting and queries / Salesforce Certification Program

Troubleshooting and queries / Salesforce University

13. Tips

Rename a branch

git branch -m <new-branch-name>

Alternatives:

git branch -m [<old-branch-name>] <new-branch-name>

Rebases 'feature' to 'master' and merges it in to master

git rebase master feature && git checkout master && git merge -

Archive the master branch

git archive master --format=zip --output=master.zip

Modify previous commit without modifying the commit message

git add --all && git commit --amend --no-edit

14. Awesome Elixir

Cloud Infrastructure and Management

Logging

Editors

15. Awesome Emails

Frameworks / Misc

Templates / Misc

Tools / Misc

Articles / Misc

Resources / Misc

Inspirations / Misc

Testing / Misc

Learning / Misc

16. Awesome Android

GUI

17. Awesome Dotnet

Compilers, Transpilers and Languages

Testing

18. Awesome Ruby

Caching

Core Extensions

Documentation

Git Tools

Scientific

19. Awesome Php

Table of Contents / Markup and CSS

Table of Contents / Notifications

20. Awesome Security

Network / Scanning / Pentesting

Network / Monitoring / Logging

Network / IDS / IPS / Host IDS / Host IPS

Network / Honey Pot / Honey Net

Network / Full Packet Capture / Forensic

Network / Sniffer

Network / Security Information & Event Management

Endpoint / Configuration Management

Endpoint / Mobile / Android / iOS

Endpoint / Forensics

Threat Intelligence / Forensics

Web / Organization

Web / Scanning / Pentesting

Big Data / Development

Other Awesome Lists / Other Common Awesome Lists

21. Awesome Ocaml

Questions

Testing

22. Awesome Deep Learning

Researchers / Tutorials

23. Awesome Cpp

Frameworks

Database

Miscellaneous

Articles

24. Awesome Jvm

Profilers

Runtimes

Virtual Machines

25. Awesome Android Ui

Layout

Progress

26. Awesome Javascript

Templating Engines / Runner

RegExp / Runner

Tours And Guides / Runner