代码搜索:Python
找到约 10,000 项符合「Python」的源代码
代码结果 10,000
www.eeworm.com/read/100127/6274153
py vinfo.py
#! /usr/bin/env python
# Print some info about a CMIF movie file
# Usage:
#
# Vinfo [-d] [-q] [-s] [-t] [file] ...
# Options:
#
# -d : print deltas between frames instead of frame times
# -
www.eeworm.com/read/100127/6274171
py vplay.py
#! /usr/bin/env python
# Play CMIF movie files
# Help function
def help():
print 'Usage: Vplay [options] [file] ...'
print
print 'Options:'
print '-M magnify : magnify the image by the given f
www.eeworm.com/read/490010/6465651
py allhead.py
#!/usr/bin/env python
"""
Build list of all headers
C to C++ tools (c) 2001-2005 by D.G. Sureau
Modified: August 30, 2005
by Georg Wittenburg
Contructs the
www.eeworm.com/read/265261/11271775
py ss1.py
#!/usr/bin/python
#Filename:wendinghunpei.py
def test(nm, nw): # nm and nw stand for new_man and new_woman
stable = 1
if result != []:
for (m, w) in result:
if ((MW
www.eeworm.com/read/410249/11295616
ini explorer.ini
[Explorer]
LastPath=C:\Python25\
SplitterPos=120
SplitterPosHor=200
SortAsc=1
SortPos=0
ColPosName=150
ColPosExt=50
ColPosSize=70
ColPosDate=100
ShowHiddenData=0
ShowBraces=1
ShowLongInfo=
www.eeworm.com/read/408031/11406376
py setup.py
#!/usr/bin/env python
# vim: ts=4:sw=4:expandtab
## BleachBit
## Copyright (C) 2009 Andrew Ziem
## http://bleachbit.sourceforge.net
##
## This program is free software: you can redistribute it and/or
www.eeworm.com/read/408031/11406378
py gui.py
#!/usr/bin/env python
# vim: ts=4:sw=4:expandtab
## BleachBit
## Copyright (C) 2009 Andrew Ziem
## http://bleachbit.sourceforge.net
##
## This program is free software: you can redistribute it and/or
www.eeworm.com/read/261194/11660074
i ming.i
%module mingc
%include typemaps.i
%{
#include "ming.h"
%}
%typemap(python,in) FILE * {
if (!PyFile_Check($input)) {
PyErr_SetString(PyExc_TypeError, "Need a file!");
return NULL;
}
$
www.eeworm.com/read/261194/11660902
readme
a Ruby module for the Ming library based on Python module.
Kazuki Sakamoto
compile:
ruby extconf.rb --with-ming-include=.. --with-ming-lib=..
make
test:
www.eeworm.com/read/344239/11895774
py eclipse.py
#!/usr/bin/python
"""
Eclipse.py by Bruce Eckel, for Thinking in Java 4e
Modify or insert package statments so that Eclipse is happy with the code tree.
Run this with no arguments from the root of