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
xor = function (a, b) { return (a && !b || !a && b);} | |
not = function (a) { return !a; } | |
and = function (a, b) { return (a && b); } | |
or = function (a,b){ return (a || b); } | |
nand = function (a,b){ return !(a && b); } | |
nor = function (a,b) { return !( a || b ); } | |
xnor = function (a,b) { return !(a && !b || !a && b); } |
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
<div class="wrapper"> | |
<div class="tower"> | |
<div class="signal"> | |
<div class="rings circle animated"></div> | |
</div> | |
<div class="dot circle"></div> | |
<div class="triangle"></div> | |
</div> |
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 b; | |
if (!(b = t)) { | |
var w = Math, | |
y = {}, B = y.p = {}, aa = function () {}, C = B.A = { | |
extend: function (a) { | |
aa.prototype = this; | |
var c = new aa; | |
a && c.u(a); | |
c.z = this; | |
return c |
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
console.reset = function () { | |
return process.stdout.write('\033c'); | |
} |
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 j = void 0, | |
k = require("crypto"); | |
function m(a) { | |
for (var b = a.length, c = Array(b), f = 0; f < b; f++) c[f] = a.charCodeAt(f); | |
return c | |
} | |
var p, q, s; | |
function t() { |
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
/* | |
_date | |
by Kenan Sulayman in 2013. | |
-is-browser-compatible- | |
*/ | |
log = console.log; |
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 immediate data control format | |
l = console.log; | |
dcf = { | |
// settings: | |
reverse: false, | |
stringify: function ( a, b ) { | |
return (!(a instanceof Array) && (a=[a])), | |
(b && ("$"+(dcf.reverse?a.reverse():a).map(function(v){ |
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
try {delete e;e;}catch(e){v8=e.stack!=void 0}finally{v8=v8||0} | |
var _$ = require; | |
require = function(k) { | |
try { | |
return _$(k); | |
} catch (e) { | |
if (v8) { | |
(_ = e.stack.split("\n"), __ = ""); |
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
fib = function (c) { | |
var b, a = [0, 1]; | |
for (b = 0; b < c; ++b) a.push(a[0] + a[1]), a.shift(); | |
return a[0] | |
}; |
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
/* | |
Data from https://www.google.de/publicdata/query?session=nHLTBH5CFeM&jsq={"apiVersion":"1.0",+"queries":[{"qt":"conceptQuery",+"dsid":"d5bncppjof8f9_",+"id":"country",+"v":1181,+"locale":"de",+"filters":[{"pid":"region",+"v":"ECA"}]}]} | |
Generator: | |
v = data["results"][0].data; | |
for ( a in v ) p[v[a].displayName] = (function(v){ z = {}; z.id = v.id; v = v.pvals; z.location = { latitude: v.latitude, longitude: v.longitude }; z.region = v.region; if ( v.lending_type ) z.lending = v.lending_type; z.income = v.income_level; return z; })(v[a]) | |
*/ | |
{ | |
Albanien: { |