Linux server2.hpierson.com 3.10.0-1160.105.1.el7.x86_64 #1 SMP Thu Dec 7 15:39:45 UTC 2023 x86_64
Apache
: 162.0.216.123 | : 216.73.216.152
28 Domain
?7.4.33
yvffpqmy
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 /
doc /
python36-Cython-0.28.6 /
Tools /
[ HOME SHELL ]
Name
Size
Permission
Action
?;
site_scons
[ DIR ]
drwxr-xr-x
BUILD.bazel
0
B
-rw-r--r--
cevaltrace.py
4.84
KB
-rw-r--r--
cystdlib.py
5.38
KB
-rw-r--r--
cython-epydoc.py
1.4
KB
-rw-r--r--
cython-mode.el
11.68
KB
-rw-r--r--
cython-numpy-mode-kate.xml
43.97
KB
-rw-r--r--
cython.st
618
B
-rw-r--r--
jedityper.py
4.16
KB
-rw-r--r--
kate.diff
45.52
KB
-rw-r--r--
rules.bzl
2.5
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : cython.st
/** * Name: pyrex * Description: Pyrex - a Language for Writing Python Extension Modules * Author: Markku Rossi <mtr@iki.fi> */ state pyrex extends python { /* Additional keywords. (build-re '( NULL as cdef char ctypedef double enum extern float include int long private public short signed sizeof struct union unsigned void )) */ /\b(NULL|as|c(def|har|typedef)|double|e(num|xtern)|float|in(clude|t)\ |long|p(rivate|ublic)|s(hort|i(gned|zeof)|truct)|un(ion|signed)|void)\b/ { keyword_face(true); language_print($0); keyword_face(false); } } /* Local variables: mode: c End: */
Close