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 generateUUID() { | |
var date = new Date().getTime(); | |
if (typeof performance !== 'undefined' && typeof performance.now === 'function') { | |
date += performance.now(); | |
} | |
return 'xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx'.replace(/[xy]/g, function (c) { | |
var random = (date + Math.random() * 16) % 16 | 0; | |
date = Math.floor(date / 16); | |
return (c === 'x' ? random : (random & 0x3 | 0x8)).toString(16); | |
}); |
This file has been truncated, but you can view the full file.
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
AA | |
AAA | |
Aachen | |
Aachener | |
Aachenerin | |
Aachenerinnen | |
Aachenern | |
Aacheners | |
Aachens | |
Aal |
This file has been truncated, but you can view the full file.
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
&c | |
'd | |
'em | |
'll | |
'm | |
'mid | |
'midst | |
'mongst | |
'prentice | |
're |
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 colors = ['#000000', '#080808', '#0F0F0F', '#171717', '#1F1F1F', '#262626 ', '#2E2E2E']; | |
var colors_length = colors.filter(function () { return true; }).length -1; | |
var currentColor = 0; | |
var forwards = true; | |
setInterval(function() { | |
if(forwards) | |
{ | |
$("meta[name='theme-color']").attr("content", colors[currentColor]); | |
currentColor++; |
This file has been truncated, but you can view the full file.
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
A | |
A- prefix (also an- before a vowel sound) not, without (amoral). [greek] | |
Aa abbr. 1 automobile association. 2 alcoholics anonymous. 3 anti-aircraft. | |
Aardvark n. Mammal with a tubular snout and a long tongue, feeding on termites. [afrikaans] |
NewerOlder