Awesome List Updates on Feb 11, 2015
4 awesome lists updated today.
🏠 Home · 🔍 Search · 🔥 Feed · 📮 Subscribe · ❤️ Sponsor
1. Free Programming Books (English, By Programming Language)
Arduino
- Introduction to Arduino : A piece of cake! - Alan G. Smith
2. Awesome Swift
Events
- SwiftEventBus (⭐1.1k) - A publish/subscribe event bus optimized for iOS.
3. Awesome Groovy
Language Utilities
- groovy-common-extensions (⭐71) - Lets you add things commonly useful to the Groovy language via the extension system
4. 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:
- Prev: Feb 12, 2015
- Next: Feb 10, 2015