the moon on the water / turned a sommersault / and floated away
2
   
Award
Favorite
Favorited
Unfavorite
Download
"################################################################################
// XXX I can functionalize this, but I would like to remove the undefined check,
// this is only used in profile commenter,
// I could just use random seleciton, and kill some state?
// then I wouldnt need this function at all
// days and post free isnt doing much
// why am I saving a whole replies array?
// could I use one reply variable?
reorder_array = (array, element) => {
if (typeof element !== 'undefined') {
var index = array.indexOf(element)+1;
if (index > -1) {
var tmp = array.splice(0, index);
array = array.concat(tmp);
}
}
return array;
};
################################################################################
array_duplicates = (array) => {
var results = [], sorted_arr = array.slice().sort();
for (var i = 0; i < sorted_arr.length - 1; i++) {
if (sorted_arr[i+1] == sorted_arr) {
results.push(sorted_arr);
}
}
if (results.length > 0) {
console.dir(results);
}
};################################################################################
if I change to athf login on newton, it will
run better prolly
not mess with logins over here so much
not make alll those notifications here.
wait I cant because blah blah I need to catch main account messages
♥♥♥♥ it
"
2 Comments
Holar 25 Feb, 2024 @ 9:36am 
now... it's there ^^ --> nice cat
Holar 25 Feb, 2024 @ 9:35am 
That item does not exist. It may have been removed by the author. o.O