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-interpolate /
src /
[ HOME SHELL ]
Name
Size
Permission
Action
transform
[ DIR ]
drwxr-xr-x
array.js
540
B
-rw-r--r--
basis.js
600
B
-rw-r--r--
basisClosed.js
363
B
-rw-r--r--
color.js
700
B
-rw-r--r--
constant.js
29
B
-rw-r--r--
cubehelix.js
763
B
-rw-r--r--
date.js
144
B
-rw-r--r--
discrete.js
154
B
-rw-r--r--
hcl.js
550
B
-rw-r--r--
hsl.js
550
B
-rw-r--r--
hue.js
178
B
-rw-r--r--
index.js
1.36
KB
-rw-r--r--
lab.js
450
B
-rw-r--r--
number.js
110
B
-rw-r--r--
numberArray.js
332
B
-rw-r--r--
object.js
393
B
-rw-r--r--
piecewise.js
427
B
-rw-r--r--
quantize.js
163
B
-rw-r--r--
rgb.js
1.27
KB
-rw-r--r--
round.js
122
B
-rw-r--r--
string.js
1.72
KB
-rw-r--r--
value.js
806
B
-rw-r--r--
zoom.js
1.61
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : value.js
import {color} from "d3-color"; import rgb from "./rgb.js"; import {genericArray} from "./array.js"; import date from "./date.js"; import number from "./number.js"; import object from "./object.js"; import string from "./string.js"; import constant from "./constant.js"; import numberArray, {isNumberArray} from "./numberArray.js"; export default function(a, b) { var t = typeof b, c; return b == null || t === "boolean" ? constant(b) : (t === "number" ? number : t === "string" ? ((c = color(b)) ? (b = c, rgb) : string) : b instanceof color ? rgb : b instanceof Date ? date : isNumberArray(b) ? numberArray : Array.isArray(b) ? genericArray : typeof b.valueOf !== "function" && typeof b.toString !== "function" || isNaN(b) ? object : number)(a, b); }
Close