Linux unitednationsplay.com 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
nginx/1.20.1
Server IP : 188.130.139.92 & Your IP : 216.73.216.65
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
unp_probe /
node_modules /
es5-ext /
number /
Delete
Unzip
Name
Size
Permission
Date
Action
#
[ DIR ]
drwxr-xr-x
2021-02-04 21:24
epsilon
[ DIR ]
drwxr-xr-x
2021-02-04 21:24
is-finite
[ DIR ]
drwxr-xr-x
2021-02-04 21:24
is-integer
[ DIR ]
drwxr-xr-x
2021-02-04 21:24
is-nan
[ DIR ]
drwxr-xr-x
2021-02-04 21:24
is-safe-integer
[ DIR ]
drwxr-xr-x
2021-02-04 21:24
max-safe-integer
[ DIR ]
drwxr-xr-x
2021-02-04 21:24
min-safe-integer
[ DIR ]
drwxr-xr-x
2021-02-04 21:24
index.js
549
B
-rw-r--r--
1985-10-26 08:15
is-natural.js
132
B
-rw-r--r--
1985-10-26 08:15
is-number.js
264
B
-rw-r--r--
1985-10-26 08:15
to-integer.js
279
B
-rw-r--r--
1985-10-26 08:15
to-pos-integer.js
150
B
-rw-r--r--
1985-10-26 08:15
to-uint32.js
115
B
-rw-r--r--
1985-10-26 08:15
Save
Rename
"use strict"; var sign = require("../math/sign") , abs = Math.abs, floor = Math.floor; module.exports = function (value) { if (isNaN(value)) return 0; value = Number(value); if ((value === 0) || !isFinite(value)) return value; return sign(value) * floor(abs(value)); };