Awesome List Updates on Apr 09, 2015
5 awesome lists updated today.
🏠 Home · 🔍 Search · 🔥 Feed · 📮 Subscribe · ❤️ Sponsor
1. Awesome Ruby
Static Site Generation
- webgen - webgen is a fast, powerful and extensible static website generator.
2. Awesome Machine Learning
JavaScript / Misc
- regression-js (⭐939) - A javascript library containing a collection of least squares fitting methods for finding a trend in a set of data.
Python / Misc Scripts / iPython Notebooks / Codebases
- GreatCircle (⭐79) - Library for calculating great circle distance.
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]
5. Awesome Lua
Resources / Scriptable by Lua
- KoReader (⭐12k) - An ebook reader application supports PDF, DJVU, EPUB, FB2 and much more, running on Kindle, Kobo, PocketBook and Android devices.
- Prev: Apr 10, 2015
- Next: Apr 08, 2015