Skip to content

Instantly share code, notes, and snippets.

@aufula
aufula / ssh_client_config
Created May 8, 2017 16:54
speed up ssh tunneling
Host *
# GSSAPIAuthentication no
Compression yes
CompressionLevel 9
ServerAliveInterval 20
TCPKeepAlive yes
ServerAliveCountMax 1000
# super fast
@aufula
aufula / index.html
Last active February 21, 2017 06:39
test worker
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title></title>
</head>
<body>
<img id="pic" src="https://nolanlawson.github.io/async-json/kirby.gif">
<script src="./index.js"></script>
@aufula
aufula / ie67891011-css-hacks.txt
Created February 14, 2017 06:35 — forked from ricardozea/ie67891011-css-hacks.txt
IE CSS hacks - IE6, 7, 8, 9, 10, 11
IE6 Only
==================
_selector {...}
IE6 & IE7
==================
*html or { _property: }
IE7 Only
==================