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 : 3.137.142.60
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
unp-musonza /
node_modules /
es6-set /
ext /
Delete
Unzip
Name
Size
Permission
Date
Action
copy.js
98
B
-rw-r--r--
2015-06-25 13:26
every.js
402
B
-rw-r--r--
2015-06-25 13:26
filter.js
491
B
-rw-r--r--
2015-06-25 13:26
get-first.js
85
B
-rw-r--r--
2015-06-25 13:26
get-last.js
199
B
-rw-r--r--
2015-06-25 13:26
some.js
401
B
-rw-r--r--
2015-06-25 13:26
Save
Rename
'use strict'; var callable = require('es5-ext/object/valid-callable') , forOf = require('es6-iterator/for-of') , isSet = require('../is-set') , Set = require('../') , call = Function.prototype.call; module.exports = function (cb/*, thisArg*/) { var thisArg = arguments[1], result; callable(cb); result = isSet(this) ? new this.constructor() : new Set(); forOf(this, function (value) { if (call.call(cb, thisArg, value)) result.add(value); }); return result; };