Skip to content

Instantly share code, notes, and snippets.

View Makio64's full-sized avatar
💭
enjoying coding Meshlines

Makio64 Makio64

💭
enjoying coding Meshlines
View GitHub Profile
@mseeley
mseeley / webworker-preloader.html
Created March 3, 2014 09:29
WebWorker Image preloader proof of concept (Tested in Mobile Safari 6.0/IOS 6.1.3 and Chrome 33)
<!DOCTYPE html>
<html>
<head>
<title>WebWorker image preloading</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no" />
</head>
<body>
<div id="output"></div>
<script id="imgloader" type="javascript/worker">
// Not race proof or robust. Proof of concept.
@mushutehk
mushutehk / CopyInspector.cs
Last active June 21, 2016 14:25 — forked from AngryAnt/CopyInspector.cs
Remove "copy paste" bar once paste has been clicked.
/// <summary>
/// Copy inspector.
///
/// Original by: AngryAnt on November 4th, 2009
/// ------------
/// https://gist.github.com/AngryAnt/3806123#file-copyinspector-cs
/// http://web.archive.org/web/20120521131717/http://eej.dk/angryant/general/tipsandtricks/copyinspector/
///
/// IMPLEMENTATION:
/// --------------