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>

Source (⭐3k)

2. Awesome Lua

Resources / Implementations, Interpreters, and Bindings

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