Linux lorencats.com 5.10.103-v7l+ #1529 SMP Tue Mar 8 12:24:00 GMT 2022 armv7l
Apache/2.4.59 (Raspbian)
: 10.0.0.29 | : 216.73.216.130
Cant Read [ /etc/named.conf ]
7.3.31-1~deb10u7
root
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
/
usr /
lib /
python3 /
dist-packages /
numpy /
[ HOME SHELL ]
Name
Size
Permission
Action
__pycache__
[ DIR ]
drwxr-xr-x
compat
[ DIR ]
drwxr-xr-x
core
[ DIR ]
drwxr-xr-x
distutils
[ DIR ]
drwxr-xr-x
f2py
[ DIR ]
drwxr-xr-x
fft
[ DIR ]
drwxr-xr-x
lib
[ DIR ]
drwxr-xr-x
linalg
[ DIR ]
drwxr-xr-x
ma
[ DIR ]
drwxr-xr-x
matrixlib
[ DIR ]
drwxr-xr-x
polynomial
[ DIR ]
drwxr-xr-x
random
[ DIR ]
drwxr-xr-x
testing
[ DIR ]
drwxr-xr-x
tests
[ DIR ]
drwxr-xr-x
__config__.py
1.98
KB
-rw-r--r--
__init__.py
6.94
KB
-rw-r--r--
_distributor_init.py
331
B
-rw-r--r--
_globals.py
2.32
KB
-rw-r--r--
_pytesttester.py
6.69
KB
-rw-r--r--
conftest.py
1.65
KB
-rw-r--r--
ctypeslib.py
17.12
KB
-rw-r--r--
dual.py
1.82
KB
-rw-r--r--
matlib.py
9.58
KB
-rw-r--r--
setup.py
920
B
-rw-r--r--
version.py
294
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : __config__.py
# This file is generated by numpy's setup.py # It contains system_info results at the time of building this package. __all__ = ["get_info","show"] import os import sys extra_dll_dir = os.path.join(os.path.dirname(__file__), '.libs') if sys.platform == 'win32' and os.path.isdir(extra_dll_dir): os.environ.setdefault('PATH', '') os.environ['PATH'] += os.pathsep + extra_dll_dir blas_mkl_info={} blis_info={} openblas_info={} atlas_3_10_blas_threads_info={} atlas_3_10_blas_info={} atlas_blas_threads_info={} atlas_blas_info={} accelerate_info={} blas_info={'libraries': ['blas', 'blas'], 'library_dirs': ['/usr/lib/arm-linux-gnueabihf'], 'include_dirs': ['/usr/local/include', '/usr/include'], 'language': 'c', 'define_macros': [('HAVE_CBLAS', None)]} blas_opt_info={'define_macros': [('NO_ATLAS_INFO', 1), ('HAVE_CBLAS', None)], 'libraries': ['blas', 'blas'], 'library_dirs': ['/usr/lib/arm-linux-gnueabihf'], 'include_dirs': ['/usr/local/include', '/usr/include'], 'language': 'c'} lapack_mkl_info={} openblas_lapack_info={} openblas_clapack_info={} atlas_3_10_threads_info={} atlas_3_10_info={} atlas_threads_info={} atlas_info={} lapack_info={'libraries': ['lapack', 'lapack'], 'library_dirs': ['/usr/lib/arm-linux-gnueabihf'], 'language': 'f77'} lapack_opt_info={'define_macros': [('NO_ATLAS_INFO', 1), ('HAVE_CBLAS', None)], 'libraries': ['lapack', 'lapack', 'blas', 'blas'], 'library_dirs': ['/usr/lib/arm-linux-gnueabihf'], 'language': 'c', 'include_dirs': ['/usr/local/include', '/usr/include']} def get_info(name): g = globals() return g.get(name, g.get(name + "_info", {})) def show(): for name,info_dict in globals().items(): if name[0] == "_" or type(info_dict) is not type({}): continue print(name + ":") if not info_dict: print(" NOT AVAILABLE") for k,v in info_dict.items(): v = str(v) if k == "sources" and len(v) > 200: v = v[:60] + " ...\n... " + v[-60:] print(" %s = %s" % (k,v))
Close