Awesome List Updates on Apr 13 - Apr 19, 2015

20 awesome lists updated this week.

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

1. Awesome Backbone

Tutorials and articles

2. Awesome Erlang

ORM and Datamapping

Text and Numbers

3. Awesome D

Data serialization / JSON

4. Awesome Coldfusion

Tools

5. Awesome Machine Learning

JavaScript / Misc

Python / Misc Scripts / iPython Notebooks / Codebases

6. Awesome Polymer

General resources

Polymer Communities

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

8. Awesome Lua

Resources / Scriptable by Lua

9. Es6 Tools

Code generation / Brunch Plugins

10. Awesome Answers

Compilers

Functional Programming

Miscellaneous / Ruby

11. Free Programming Books (Chinese)

操作系统

12. Awesome Ruby

Data Visualization

Database Tools

Email

Error Handling

HTML/XML Parsing

Performance Monitoring

RSS

Static Site Generation

Third-party APIs

Web Frameworks

13. Awesome Elixir

ORM and Datamapping

Testing

14. BEM Resources

Repos, CodePens and Things / Repos

15. Awesome AutoHotkey

Interpreter / Web

16. Awesome Cpp

Image Processing

Inter-process communication

JSON

Math

Integrated Development Environment

17. Awesome Android Ui

List / Grid

Dialog

Other

18. Awesome Courses

Courses / CS Theory

19. Awesome Json

Binary Serialization

Command-line tools

Datasets

Data generation

Libraries

Online tools

Services

Supersets

Transformations

JSON Schema Tools

20. Inspire

Collaborate / Working with a team? These links are for you.

Testing / Before you launch, these are good tools to make sure your site is ready for stardom.

Good Reads / Need something to read in your spare time?