Awesome List Updates on Feb 16, 2015
4 awesome lists updated today.
🏠 Home · 🔍 Search · 🔥 Feed · 📮 Subscribe · ❤️ Sponsor
1. 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
2. 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.
3. 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>
4. Awesome Android Ui
Button
Name: LabelView (⭐1.9k)
License: Apache License V2
Demo:
- Prev: Feb 17, 2015
- Next: Feb 15, 2015