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
function foo(){var str = $('.highlight').text();$("#inputfield").val(str);str=str.split('');str.push(' ');bar(str);} function bar(str){var v=str.shift().charCodeAt(0);$("#inputfield").trigger($.Event( "keyup", {keyCode: v, charCode: v,which: v}));setTimeout(str.length?bar:foo,10+((Math.random()*70)|0),str);} foo(); |
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
var x = event.pageX - screen.offsetLeft; | |
var y = event.pageY - screen.offsetTop; | |
function distance(x, y) { | |
return Math.sqrt(x * x + y * y); | |
} | |
var d = distance(x - targetX, y - targetY); | |
if (d <= tolerance) { |
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
var later = Function.bind.bind(window.setTimeout, window); | |
// Usage | |
element.addEventListener('click', later(foo, 1000)); | |
// On click, `foo` will be executed after 1 second with the usual event parameters passed along |
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
var Approx = { | |
fastlog2: (function () { | |
var a = new ArrayBuffer(4), | |
i = new Int32Array(a), | |
f = new Float32Array(a); | |
return function fasterLog2 (number) { | |
f[0] = number; | |
var t = i[0] * 1.1920928955078125e-7; | |
return t - 126.94269504; |
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
// Script# Core Runtime | |
// More information at http://projects.nikhilk.net/ScriptSharp | |
// | |
window.isUndefined=function(o){return(o===undefined);}; | |
window.isNull=function(o){return(o===null);}; | |
window.isNullOrUndefined=function(o){return(o===null)||(o===undefined);}; | |
window.__scriptsharp='0.5.5.0'; | |
document.getElementsBySelector=function(cssSelector,root){ | |
var all=root?root.getElementsByTagName('*'):document.getElementsByTagName('*'); | |
var matches=[]; |
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
var slice = Array.prototype.slice; | |
var call = Function.prototype.call; | |
var toArray = function () { return call.apply(slice, arguments); } | |
// Usage: | |
toArray(arguments); //=> make an array from all arguments | |
toArray(arguments, 1, 3); //=> make an array from arguments[1] to arguments[2] |
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
var not = function(fn){ return function(){ return !fn.apply(this, arguments); }; }; | |
var nullOrUndefined = function(e){ return this[e] == null; }; | |
var notNullOrUndefined = not(nullOrUndefined); | |
var existsIn = function(e){ return this.indexOf(e) != -1; }; | |
var doesntExistIn = not(existsIn); | |
var merge = function(dest, source){ | |
var validKeys = Object.keys(source).filter(notNullOrUndefined, source); |
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
The meadowlark and the chim-choo-ree and the sparrow | |
Set to the sky in a flying spree, for the sport of the pharaoh | |
A little while later the Pharisees dragged a comb through the meadow | |
Do you remember what they called up to you and me in our window? | |
There is a rusty light on the pines tonight | |
Sun pouring wine, lord, or marrow | |
Down into the bones of the birches | |
And the spires of the churches | |
Jutting out from the shadows |
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
var hugeNum = Math.pow(2, 51); | |
function generateArguments(numberOfArgs) { | |
var letters = []; | |
while(numberOfArgs--) letters.push("arg_" + Math.ceil(Math.random() * hugeNum)); | |
return letters; | |
} | |
Function.prototype.partial = function partial() { | |
var fn = this; |
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
redact.js>node redact.js US forces are moving into turkey on a crazy whim to find terrorist twitter users | |
US ██████ are ██████ into ██████ on a █████ whim to ██████████████ twitter users |