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 : formatTrim.js
// Trims insignificant zeros, e.g., replaces 1.2000k with 1.2k. export default function(s) { out: for (var n = s.length, i = 1, i0 = -1, i1; i < n; ++i) { switch (s[i]) { case ".": i0 = i1 = i; break; case "0": if (i0 === 0) i0 = i; i1 = i; break; default: if (!+s[i]) break out; if (i0 > 0) i0 = 0; break; } } return i0 > 0 ? s.slice(0, i0) + s.slice(i1 + 1) : s; }
Close