Linux server.edchosting.com 4.18.0-553.79.1.lve.el7h.x86_64 #1 SMP Wed Oct 15 16:34:46 UTC 2025 x86_64
LiteSpeed
Server IP : 75.98.162.185 & Your IP : 216.73.216.163
Domains :
Cant Read [ /etc/named.conf ]
User : goons4good
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
lib64 /
python2.7 /
site-packages /
numpy /
Delete
Unzip
Name
Size
Permission
Date
Action
compat
[ DIR ]
drwxr-xr-x
2021-09-16 10:54
core
[ DIR ]
drwxr-xr-x
2021-09-16 10:54
distutils
[ DIR ]
drwxr-xr-x
2021-09-16 10:54
doc
[ DIR ]
drwxr-xr-x
2021-09-16 10:54
fft
[ DIR ]
drwxr-xr-x
2021-09-16 10:54
lib
[ DIR ]
drwxr-xr-x
2021-09-16 10:54
linalg
[ DIR ]
drwxr-xr-x
2021-09-16 10:54
ma
[ DIR ]
drwxr-xr-x
2021-09-16 10:54
matrixlib
[ DIR ]
drwxr-xr-x
2021-09-16 10:54
numarray
[ DIR ]
drwxr-xr-x
2021-09-16 10:54
oldnumeric
[ DIR ]
drwxr-xr-x
2021-09-16 10:54
polynomial
[ DIR ]
drwxr-xr-x
2021-09-16 10:54
random
[ DIR ]
drwxr-xr-x
2021-09-16 10:54
testing
[ DIR ]
drwxr-xr-x
2021-09-16 10:54
tests
[ DIR ]
drwxr-xr-x
2021-09-16 10:54
__config__.py
1.55
KB
-rw-r--r--
2018-04-10 19:40
__config__.pyc
1.67
KB
-rw-r--r--
2018-04-10 19:40
__config__.pyo
1.67
KB
-rw-r--r--
2018-04-10 19:40
__init__.py
5.12
KB
-rw-r--r--
2013-04-07 01:04
__init__.pyc
5.27
KB
-rw-r--r--
2018-04-10 19:40
__init__.pyo
5.27
KB
-rw-r--r--
2018-04-10 19:40
_import_tools.py
12.59
KB
-rw-r--r--
2013-04-07 01:04
_import_tools.pyc
10.84
KB
-rw-r--r--
2018-04-10 19:40
_import_tools.pyo
10.84
KB
-rw-r--r--
2018-04-10 19:40
add_newdocs.py
206.73
KB
-rw-r--r--
2013-04-07 01:04
add_newdocs.pyc
266.8
KB
-rw-r--r--
2018-04-10 19:40
add_newdocs.pyo
266.8
KB
-rw-r--r--
2018-04-10 19:40
ctypeslib.py
13.55
KB
-rw-r--r--
2013-04-07 01:04
ctypeslib.pyc
12.86
KB
-rw-r--r--
2018-04-10 19:40
ctypeslib.pyo
12.86
KB
-rw-r--r--
2018-04-10 19:40
dual.py
1.74
KB
-rw-r--r--
2013-04-07 01:04
dual.pyc
2.12
KB
-rw-r--r--
2018-04-10 19:40
dual.pyo
2.12
KB
-rw-r--r--
2018-04-10 19:40
matlib.py
9.27
KB
-rw-r--r--
2013-04-07 01:04
matlib.pyc
10.37
KB
-rw-r--r--
2018-04-10 19:40
matlib.pyo
10.37
KB
-rw-r--r--
2018-04-10 19:40
setup.py
946
B
-rw-r--r--
2013-04-07 01:04
setup.pyc
1.03
KB
-rw-r--r--
2018-04-10 19:40
setup.pyo
1.03
KB
-rw-r--r--
2018-04-10 19:40
setupscons.py
1.45
KB
-rw-r--r--
2013-04-07 01:04
setupscons.pyc
1.59
KB
-rw-r--r--
2018-04-10 19:40
setupscons.pyo
1.59
KB
-rw-r--r--
2018-04-10 19:40
version.py
228
B
-rw-r--r--
2018-04-10 19:40
version.pyc
335
B
-rw-r--r--
2018-04-10 19:40
version.pyo
335
B
-rw-r--r--
2018-04-10 19:40
Save
Rename
# This file is generated by /builddir/build/BUILD/numpy-1.7.1/setup.py # It contains system_info results at the time of building this package. __all__ = ["get_info","show"] lapack_info={'libraries': ['lapack'], 'library_dirs': ['/usr/lib64'], 'language': 'f77'} atlas_threads_info={'libraries': ['tatlas'], 'library_dirs': ['/usr/lib64/atlas'], 'language': 'c', 'define_macros': [('ATLAS_WITHOUT_LAPACK', None)], 'include_dirs': ['/usr/include']} blas_opt_info={'libraries': ['tatlas'], 'library_dirs': ['/usr/lib64/atlas'], 'language': 'c', 'define_macros': [('ATLAS_INFO', '"\\"3.10.1\\""')], 'include_dirs': ['/usr/include']} atlas_blas_threads_info={'libraries': ['tatlas'], 'library_dirs': ['/usr/lib64/atlas'], 'language': 'c', 'define_macros': [('ATLAS_INFO', '"\\"3.10.1\\""')], 'include_dirs': ['/usr/include']} lapack_opt_info={'libraries': ['tatlas', 'lapack'], 'library_dirs': ['/usr/lib64/atlas', '/usr/lib64'], 'language': 'f77', 'define_macros': [('ATLAS_WITHOUT_LAPACK', None)], 'include_dirs': ['/usr/include']} lapack_mkl_info={} blas_mkl_info={} mkl_info={} 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))