代码搜索结果
找到约 11,834 项符合
Python 的代码
regex.py
#!/usr/bin/python
import re
line = 'Subject: Re: happy hacking!!!'
p = re.compile('^Subject: (.*)')
m = p.match(line)
if m:
print 'The subject is: ', m.group(1)
else:
print 'No match'
compat.py
# -*- Mode: python -*-
#
# Copyright (C) 2000-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 which can
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
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
readme
Two things are provided in this directory: an automatic model selection
tool and a python binding for libsvm.
Part I: Model Selection Tools
Introduction
===============
grid.py is a model selecti
source access via cvs - source code.url
[InternetShortcut]
URL=http://www.python.org/download/cvs.html
Modified=A0A20233E351BF016B
if_pyth.cnx
*if_pyth.txt* For Vim version 6.3. 最近更新:2004年6月
VIM REFERENCE MANUAL by Paul Moore
(译者:lang2 http://vimcdoc.sf.net)
Vim 的 Python 编程界面 *python* *Python*
1. 命令 |python-commands
subject_42978.htm
序号:42978 发表者:阿志 发表日期:2003-06-07 11:42:00
主题:为什么wincvs还需要python和ActiveTcl??这是干什么用的?
内容:教程上说 1.安装wincvs136.zip (http://sourceforge.net/project/showfiles.php?group_id=10072) 2.安装
subject_42978.htm
序号:42978 发表者:阿志 发表日期:2003-06-07 11:42:00
主题:为什么wincvs还需要python和ActiveTcl??这是干什么用的?
内容:教程上说 1.安装wincvs136.zip (http://sourceforge.net/project/showfiles.php?group_id=10072) 2.安装
python.cpp
///////////////////////////////////////////////////////////////////////////
// File: python.cpp
// Version: 1.1.0.4
// Updated: 19-Jul-1998
//
// Copyright: Ferdinand Prantl, portions by