Awesome List Updates on Feb 23 - Mar 01, 2015
11 awesome lists updated this week.
🏠 Home · 🔍 Search · 🔥 Feed · 📮 Subscribe · ❤️ Sponsor
1. Awesome Gametalks
GDC Talks / Table of Contents
- [2014] Hearthstone: 10 Bits of Design Wisdom: Eric Dodds (Blizzard)
- [2014] Level Design in a Day: Decisions That Matter - Meaningful Choice in Game and Level Design: Matthias Worch (2K Games)
- [2014] There and Dad Again - The Octodad: Dadliest Catch Postmortem: John Murphy, Phil Tibitoski (Young Horses)
2. Js Must Watch
2014
2015
3. Typography
Articles
Web Fonts & Web Performance
4. Awesome Computer Vision
OpenCV Programming
- Practical Python and OpenCV - Adrian Rosebrock
Machine Learning
- Bayesian Reasoning and Machine Learning - David Barber, Cambridge University Press, 2012
Machine Learning and Statistical Learning
- Methods for Applied Statistics: Unsupervised Learning - Lester Mackey (Stanford)
- Machine Learning - Andrew Zisserman (University of Oxford)
Feature Detection and Extraction
Visual Tracking / Nearest Neighbor Field Estimation
Intrinsic Images / Image Super-resolutions
5. Es6 Tools
Transpilers
- Babel (⭐42k) - Turn ES6+ code into vanilla ES5 with no runtime
- babelify (⭐1.7k) - Babel transpiler wrapped as a Browserify transform
Build-time transpilation / Gulp Plugins
- Babel: gulp-babel (⭐1.3k)
Build-time transpilation / Broccoli Plugins
Build-time transpilation / Brunch Plugins
- Babel: babel-brunch (⭐68)
Webpack plugins / Brunch Plugins
- Babel: babel-loader (⭐4.7k)
Duo plugins / Brunch Plugins
- Babel: duo-babel (⭐13)
Connect plugins / Brunch Plugins
- Babel: babel-connect (⭐26)
Gobble plugins / Brunch Plugins
- Babel: gobble-babel (⭐8)
Jade plugins / Brunch Plugins
- Babel: jade-babel (⭐39)
Jest plugins / Brunch Plugins
- Babel: babel-jest (⭐139)
Karma plugins / Brunch Plugins
Sprockets plugins / Brunch Plugins
- Babel: sprockets-es6
Polyfills / Brunch Plugins
- core-js (⭐18k) - Modular and compact polyfills for ES6 including Symbols, Map, Set, Iterators, Promises, setImmediate, Array generics, etc. The standard library used by Babel (⭐42k).
6. Awesome Dotnet
Machine Learning and Data Science
- Accord.NET Extensions (⭐342) - Advanced image processing and computer vision algorithms made as fluent extensions.
7. Awesome Ruby
Queues and Messaging
- Backburner (⭐428) - Backburner is a beanstalkd-powered job queue that can handle a very high volume of jobs.
Rails Application Generators
- Bootstrappers (⭐313) - Bootstrappers generates a base Rails app using Bootstrap template and other goodies.
- Hobo (⭐102) - The web app builder for Rails.
- orats (⭐665) - Opinionated rails application templates.
- Rails Composer (⭐3.4k) - The Rails generator on steroids for starter apps.
- Raygun (⭐211) - Builds applications with the common customization stuff already done.
- Suspenders (⭐4k) - Suspenders is the base Rails application used at thoughtbot.
Spreadsheets and Documents
- Roo (⭐2.8k) - Implements read access for all spreadsheet types and read/write access for Google spreadsheets.
Third-party APIs
- gmail (⭐393) - A Rubyesque interface to Gmail, with all the tools you'll need.
8. Awesome Courses
Courses / Programming Languages / Compilers
- CSE P 501 Compiler Construction University of Washington
- Teaches understanding of how a modern compiler is structured and the major algorithms that are used to translate code from high-level to machine language. The best way to do this is to actually build a working compiler, so there will be a significant project to implement one that translates programs written in a core subset of Java into executable x86 assembly language. The compilers themselves will use scanner and parser generator tools and the default implementation language is Java.
- Lectures
- Assignments, Tests, and Solutions
9. Awesome Dojo
Packages, libraries and scripts
- delite (⭐68) - HTML Custom Element / Widget infrastructure
- deliteful (⭐69) - Multichannel (desktop/mobile) UI Custom Elements Library
- dojo-smore (⭐29) - package with Dojo/Store implementation
- Leadfoot (⭐170) - A JavaScript client library that brings cross-platform consistency to the Selenium WebDriver API
Applications / Dojo 2
- Dig Dug (⭐45) - A JavaScript library for launching WebDriver service tunnels
Themes / Dojo 2
- dijit-claro-stylus (⭐24) - A straight conversion of Dijit's Claro theme from LESS to Stylus.
10. Htaccess
Miscellaneous / Disable Internet Explorer Compatibility View
Disable Internet Explorer Compatibility View
Compatibility View in IE may affect how some websites are displayed. The following snippet should force IE to use the Edge Rendering Engine and disable the Compatibility View.
<IfModule mod_headers.c>
BrowserMatch MSIE is-msie
Header set X-UA-Compatible IE=edge env=is-msie
</IfModule>
11. Awesome Android Ui
Button
Name: LabelView (⭐1.9k)
License: Apache License V2
Demo:
Other
Name: Material Shadow 9-Patch (⭐485)
License: Apache License V2
Demo:
- Prev: Mar 02 - Mar 08, 2015
- Next: Feb 16 - Feb 22, 2015