代码搜索结果

找到约 10,000 项符合 Python 的代码

mbox.py

#! /usr/bin/env python # Scan MH folder, display results in window import os import sys import regex import getopt import string import mhlib from Tkinter import * from dialog import dialog mailb

wish.py

# This is about all it requires to write a wish shell in Python! import _tkinter import os tk = _tkinter.create(os.environ['DISPLAY'], 'wish', 'Tk', 1) tk.call('update') cmd = '' while 1: if cmd:

vstat.py

#! /usr/bin/env python # Print the value of all video parameters import sys import sv, SV def main(): v = sv.OpenVideo() for name in dir(SV): const = getattr(SV, name) if type(const) is type(

oldvcopy.py

#! /usr/bin/env python # Copy a video file, interactively, frame-by-frame. import sys import getopt from gl import * from DEVICE import * import VFile import VGrabber import string import imageop d

ctocpp.py

#!/usr/bin/env python import sys import os # this script must be called from the ctocpp directory version = "C to C++ Converter Version: 1.3.0" """ C to C++ Converter (c) 2001-2004 b

setup.py

#!/usr/bin/env python import sys import os import string name="C to C++ Converter" version="1.3.0" description = "Converts your C files and projects into C++" author="Scriptol" author_emai

setup.py

#!/usr/bin/env python from distutils.core import setup, Extension setup(name = "LIBSVM", version = "2.88", author="Chih-Chung Chang and Chih-Jen Lin", maintainer="Chih-Jen Lin",

setup.py

#!/usr/bin/env python from distutils.core import setup, Extension setup(name = "LIBSVM", version = "2.88", author="Chih-Chung Chang and Chih-Jen Lin", maintainer="Chih-Jen Lin",

08112005.txt

F-Secure Anti-Virus and Internet Gatekeeper for Linux Local Root Exploit Date : 08/11/2005 Advisory ID : FrSIRT/ADV-2005-2331 Rated as : Moderate Risk #!/usr/bin/env python #########

filehandle.py

#!/usr/local/bin/python import os import os.path, fnmatch def listFiles(root, patterns='*', recurse=1, return_folders=0): # Expand patterns from semicolon-separated string to list pat