Awesome List Updates on Feb 11, 2015

3 awesome lists updated today.

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

1. Awesome Swift

Events

2. Awesome Groovy

Language Utilities

3. Htaccess

Miscellaneous / Force Downloading

Force Downloading

Sometimes you want to force the browser to download some content instead of displaying it.

<Files *.md>
    ForceType application/octet-stream
    Header set Content-Disposition attachment
</Files>

Now there is a yang to this yin: