代码搜索:Python
找到约 10,000 项符合「Python」的源代码
代码结果 10,000
www.eeworm.com/read/367736/9734920
py soundex2b.py
"""Soundex algorithm
This program is part of "Dive Into Python", a free Python book for
experienced programmers. Visit http://diveintopython.org/ for the
latest version.
"""
__author__ = "Mark Pilg
www.eeworm.com/read/270213/11045145
js shbrushpython.js
/*
* JsMin
* Javascript Compressor
* http://www.crockford.com/
* http://www.smallsharptools.com/
*/
dp.sh.Brushes.Python=function()
{var keywords='and assert break class continue def del
www.eeworm.com/read/270213/11045168
js shbrushpython.js
/* Python 2.3 syntax contributed by Gheorghe Milas */
dp.sh.Brushes.Python = function()
{
var keywords = 'and assert break class continue def del elif else ' +
'except exe
www.eeworm.com/read/249774/12475318
in makefile.pre.in
# Universal Unix Makefile for Python extensions
# =============================================
# Short Instructions
# ------------------
# 1. Build and install Python (1.5 or newer).
# 2. "make -f
www.eeworm.com/read/107689/15603322
cgi viewcvs.cgi
#!/usr/bin/python
# -*-python-*-
#
# Copyright (C) 1999-2001 The ViewCVS Group. All Rights Reserved.
#
# By using this file, you agree to the terms and conditions set forth in
# the LICENSE.html file
www.eeworm.com/read/107689/15603324
cgi query.cgi
#!/usr/bin/python
# -*-python-*-
#
# Copyright (C) 1999-2001 The ViewCVS Group. All Rights Reserved.
#
# By using this file, you agree to the terms and conditions set forth in
# the LICENSE.html file
www.eeworm.com/read/105943/15653090
url source access via cvs - source code.url
[InternetShortcut]
URL=http://www.python.org/download/cvs.html
Modified=A0A20233E351BF016B
www.eeworm.com/read/388423/8610223
cfg setup.cfg
[bdist_rpm]
vendor = MySQL-python SourceForge Project
doc_files = README MANIFEST doc/*.txt
distribution-name = Red Stains Linux
packager = Andy Dustman
requires = pyt
www.eeworm.com/read/139332/5802594
hpp copy_non_const_reference.hpp
// Copyright David Abrahams 2002.
// Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
#ifndef CO
www.eeworm.com/read/388611/8597180
win makefile.win
#You must ensure nmake.exe, cl.exe, link.exe are in system path.
#VCVARS32.bat
#Under dosbox prompt
#nmake -f Makefile.win
PYTHON_INC = c:\python23\include
PYTHON_LIB = c:\python23\libs\python23.lib