Linux websever 5.15.0-153-generic #163-Ubuntu SMP Thu Aug 7 16:37:18 UTC 2025 x86_64
Apache/2.4.52 (Ubuntu)
: 192.168.3.70 | : 192.168.1.99
Cant Read [ /etc/named.conf ]
8.1.2-1ubuntu2.23
urlab
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
var /
www /
html /
cqt /
node_modules /
d3-format /
src /
[ HOME SHELL ]
Name
Size
Permission
Action
defaultLocale.js
348
B
-rw-r--r--
exponent.js
149
B
-rw-r--r--
formatDecimal.js
822
B
-rw-r--r--
formatGroup.js
475
B
-rw-r--r--
formatNumerals.js
154
B
-rw-r--r--
formatPrefixAuto.js
631
B
-rw-r--r--
formatRounded.js
473
B
-rw-r--r--
formatSpecifier.js
1.68
KB
-rw-r--r--
formatTrim.js
399
B
-rw-r--r--
formatTypes.js
627
B
-rw-r--r--
identity.js
43
B
-rw-r--r--
index.js
415
B
-rw-r--r--
locale.js
6.03
KB
-rw-r--r--
precisionFixed.js
122
B
-rw-r--r--
precisionPrefix.js
193
B
-rw-r--r--
precisionRound.js
189
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : formatGroup.js
export default function(grouping, thousands) { return function(value, width) { var i = value.length, t = [], j = 0, g = grouping[0], length = 0; while (i > 0 && g > 0) { if (length + g + 1 > width) g = Math.max(1, width - length); t.push(value.substring(i -= g, i + g)); if ((length += g + 1) > width) break; g = grouping[j = (j + 1) % grouping.length]; } return t.reverse().join(thousands); }; }
Close