Skip to content

Instantly share code, notes, and snippets.

View jeffparsons's full-sized avatar

Jeff Parsons jeffparsons

  • Melbourne, Australia
View GitHub Profile

Keybase proof

I hereby claim:

  • I am jeffparsons on github.
  • I am jeffparsons (https://keybase.io/jeffparsons) on keybase.
  • I have a public key ASCxKjUCrw3h9HC6T-nWKATwvsUJClTRcsnAksgaN5UO3Qo

To claim this, I am signing this object:

@jeffparsons
jeffparsons / .gitignore
Last active January 17, 2018 05:21
Unwanted repeated key events in Piston
target/
<!DOCTYPE html>
<html>
<head>
<script>
window.onfocus = function(event) {
var el = document.createElement("div");
el.innerHTML = "PARENT window onfocus";
document.body.appendChild(el);
};
</script>
<!DOCTYPE html>
<html>
<head>
<script>
window.onfocus = function(event) {
console.log('>>>');
console.log('PARENT window onfocus');
console.log(event);
console.trace();
console.log('<<<');
@jeffparsons
jeffparsons / whee.txt
Created February 3, 2011 09:38
Public gist test.
Hello. Just testing.
=)