I no longer mantain this list. There are lots of other very comprehensive JavaScript link lists out there. Please see those, instead (Google "awesome JavaScript" for a start).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Thanks http://philipnewcomer.net/2014/04/target-internet-explorer-10-11-css/ | |
/* | |
Usage: | |
@include target-metro { | |
color: cyan; | |
} | |
*/ | |
@mixin target-metro { | |
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" Make IE Better Compatible " | |
<!--[if IE]> | |
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> | |
<![endif]--> | |
====================================================== | |
IE6 Only | |
================== | |
_selector {...} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Apache Jackrabbit Oak 1.0.1 | |
for background, see benchmark section in https://github.com/apache/jackrabbit-oak/blob/trunk/oak-run/README.md | |
Summary (90%, lower is better): | |
Benchmark Jackrabbit Oak-Mongo Oak-Tar | |
------------------------------------------------------------- | |
ReadPropertyTest 45 4 4 | |
SetPropertyTest 1179 2398 119 | |
SmallFileReadTest 47 9 7 |