Awesome List Updates on Feb 10, 2015

5 awesome lists updated today.

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

1. Android Security Awesome

Tools / App Repackaging Detectors

2. Awesome Courses

Courses / Systems

Courses / Programming Languages / Compilers

Courses / CS Theory

Courses / Introduction to CS

Courses / Misc

3. Htaccess

Miscellaneous / Auto UTF-8 Encode

Auto UTF-8 Encode

Your text content should always be UTF-8 encoded, no?

# Use UTF-8 encoding for anything served text/plain or text/html
AddDefaultCharset utf-8

# Force UTF-8 for a number of file formats
AddCharset utf-8 .atom .css .js .json .rss .vtt .xml

Source (⭐3k)

Miscellaneous / Prevent Downloading

Prevent Downloading

Sometimes you want to force the browser to display some content instead of downloading it.

<FilesMatch "\.(tex|log|aux)$">
    Header set Content-Type text/plain
</FilesMatch>

4. Awesome Android Ui

ViewPager

Animation

Other

5. Awesome Machine Learning

Python / Natural Language Processing