Awesome List Updates on Feb 26, 2015
3 awesome lists updated today.
🏠 Home · 🔍 Search · 🔥 Feed · 📮 Subscribe · ❤️ Sponsor
1. Htaccess
Miscellaneous / Allow Cross-Domain Fonts
Allow Cross-Domain Fonts
CDN-served webfonts might not work in Firefox or IE due to CORS. This snippet solves the problem.
<IfModule mod_headers.c>
<FilesMatch "\.(eot|otf|ttc|ttf|woff|woff2)$">
Header set Access-Control-Allow-Origin "*"
</FilesMatch>
</IfModule>
2. Awesome Lua
Resources / Implementations, Interpreters, and Bindings
- GopherLua (⭐5.1k) - Lua 5.1 VM and compiler implemented in Go with Go APIs.
3. Awesome Computer Vision
Intrinsic Images / Edge-preserving image processing
Contour Detection and Image Segmentation / Edge-preserving image processing
Video Segmentation / Edge-preserving image processing
- Prev: Feb 27, 2015
- Next: Feb 25, 2015