Skip to content

Instantly share code, notes, and snippets.

@tcrammond
tcrammond / target-metro.scss
Last active October 2, 2020 13:50
A sass mixin to write css that targets only IE 10 and IE 11
// 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) {
" Make IE Better Compatible "
<!--[if IE]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
======================================================
IE6 Only
==================
_selector {...}
@ericelliott
ericelliott / essential-javascript-links.md
Last active April 22, 2024 10:15
Essential JavaScript Links
@jukka
jukka / gist:078bd524aa0ba36b184b
Last active August 29, 2015 14:03
Jackrabbit Oak 1.0.1 benchmarks, EC2 m3.large
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