I hate wintertime / but my rear is never cold / ooh baby got back!
6
   
Utmerkelse
Favoritt
Favoritter
Fjern som favoritt
Last ned
"################################################################################

try_big_fortune_array = () => {
var big_fortune = try_big_fortune(400)
, big_fortune_array = [];
for (var i = 0; i < 9; i++) {
var points = 0
, line = '';
while (true) {
if (!big_fortune.length) {
return try_big_fortune_array();
}
var character = big_fortune[0];
big_fortune = big_fortune.substr(1);
points += (character.match(/[a-zA-Z0-9]/) != null) ? 4 : 2;
line += character;
if (points >= (42*4)) {
break;
}
}
line = split_words(font(line.trim(), 4));
big_fortune_array = " ♡║ YYY " + line[0] + " YYY " + line[1] + " YYY";
}
return big_fortune_array.map((line) => insert_emojis(line));
},

generate_fortune = (file, count = 1, fortune = '') => (
(!(file in fortune_files)) ?
fortune_files[file] = fs.readFileSync('./fortunes/' + file, 'utf8').split('\n%') : null,
[...Array(count).keys()].forEach((i) =>
fortune += pool(fortune_files[file]).trim() + '\n\n'),
fortune.trim()),
try_big_fortune = (l) => {
var big_fortune = generate_fortune('all').replace(/\n/g, ' ').replace(/\s+/g, ' ').trim();
return (big_fortune.length < l ? try_big_fortune(l) : big_fortune);
},

for (var i = 0; i < 9; i++) {
while (true) {
if (big_fortune_array.indexOf('YYY') > -1) {
big_fortune_array = big_fortune_array.replace('YYY', pool(pool(decoration.emojis, 1, null)[0]));
} else {
break;
}
}
}
decoration.emojis.index = 0;
return big_fortune_array;
while (true) { // could functionilze this for the other emojis index reset>sd
if (big_fortune_headline.indexOf('YYY') == -1) {
decoration.emojis.index = 0;
return big_fortune_headline;
}
big_fortune_headline = big_fortune_headline.replace("YYY", pool(pool(decoration.emojis, 1, null)[0]));
}

################################################################################
"
2 kommentarer
Soulji 17. des. 2021 kl. 3.24 
:steamhappy::steamhappy:
Reviøs! 25. jan. 2018 kl. 0.52 
:rockon: