代码搜索结果

找到约 11,834 项符合 Python 的代码

setup.py

#!/usr/bin/env python from distutils.core import setup, Extension import sys if sys.platform == "win32": ext = Extension("cryptlib_py", sources=["python.c"],

1

What is your favourite scripting language?|987442734|1006727028|0|0|1|1 PHP|66|red Perl|34|orange ASP|17|green JSP|21|purple Python|7|gold other|16|aqua

node4.html

2. 使用Python的直译器

1350.txt

Rule: -- Sid: 1350 -- Summary: Attempted python access via web -- Impact: Attempt to execute a python script on a host. -- Detailed Information: This is an attempt to execute a python script on a

1349.txt

Rule: -- Sid: 1349 -- Summary: Attempted /bin/python access via web -- Impact: Attempt to execute a python script on a host. -- Detailed Information: This is an attempt to execute a python script

readme

Python-to-libsvm interface Table of Contents ================= - Introduction - Installation - Usage - Examples Introduction ============ Python (http://www.python.org/) is a programming language

call_thread.c

// A sample of python embedding (calling python functions from within C code) // #include #include #include #include #include #ifdef WIN32 // Win

setup.py

#!/usr/bin/env python # Setup script for the libgmail package # Usage: # To create a source package; python setup.py sdist # To install to your system; python setup.py install import libgmail from d

simpcont.htm

Thinking in Python, Revision 0.1.2 (12/31/01) -- Incomplete and Unfinished - Contents