代码搜索:Python
找到约 10,000 项符合「Python」的源代码
代码结果 10,000
www.eeworm.com/read/109478/15556225
py 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'
www.eeworm.com/read/107689/15603294
py 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
www.eeworm.com/read/105394/15668578
authors
Mark Lillywhite
-------------------------------------------
Originator, mailing list maintainer, bug fixing, viewer development
Michael Nordstr鰉
--------
www.eeworm.com/read/102552/15773753
htm 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.安装
www.eeworm.com/read/101790/15809922
htm 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.安装
www.eeworm.com/read/100265/15879316
in configure.in
dnl mcl - Mud Client for Unix
dnl process this file with autoconf to produce a configure script.
AC_REVISION($Revision: 1.7 $)
AC_INIT(main.cc)
AC_CONFIG_AUX_DIR(admin)
mcl_major=0
mcl_minor=52
mcl_
www.eeworm.com/read/139332/5802482
hpp api_placeholder.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 BO
www.eeworm.com/read/139332/5802650
hpp manage_new_object.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 MA
www.eeworm.com/read/168845/5432091
hpp api_placeholder.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)
#ifnde
www.eeworm.com/read/139332/5802467
hpp copy_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