Viktor

Results 18 issues of Viktor

use `Ctrl` in Firefox to start multiple selection, second range should be later in the DOM tree (so `window.getSelection.getRangetAt(0)` always returns the first range.

squareRootModPrime(225985, 231041)

``` function legendre(a, n) { if (typeof a !== 'number' || typeof n !== 'number') { throw new TypeError(); } a = a | 0; n = n | 0;...

http://jsperf.com/sort-algorithms/38

To prevent search on the output element, so only original textarea content will be found Works in Chrome 124 and in Firefox