Awesome List Updates on Apr 09, 2015

6 awesome lists updated today.

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

1. Awesome Ruby

Static Site Generation

2. Awesome Machine Learning

JavaScript / Misc

Python / Misc Scripts / iPython Notebooks / Codebases

3. Awesome Polymer

General resources

Polymer Communities

4. Htaccess

Rewrite and Redirection / Remove Trailing Slash

Remove Trailing Slash

This snippet will redirect paths ending in slashes to their non-slash-terminated counterparts (except for actual directories), e.g. http://www.example.com/blog/ to http://www.example.com/blog. This is important for SEO, since it’s recommended to have a canonical URL for every page.

RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} (.+)/$
RewriteRule ^ %1 [R=301,L]

Source

5. Awesome Lua

Resources / Scriptable by Lua

6. Awesome Json

Datasets

Transformations