代码搜索结果
找到约 10,000 项符合
Python 的代码
download.cgi
#!/bin/sh
# Wrapper script around mirrors.cgi script
# (we must change to that directory in order for python to pick up the
# python includes correctly)
cd /www/www.apache.org/dyn/mirrors
/www/w
simpcont.htm
Thinking in Python, Revision 0.1.2 (12/31/01) -- Incomplete and Unfinished - Contents
readme
Module libxml2-python
=====================
This is the libxml2 python module, providing access to the
libxml2 and libxslt (if available) libraries. For general
informationss on those XML and XSL
build.bat
deltree build
deltree dist
c:\python23\python setup.py bdist_wininst
readme
This directory includes some useful codes:
1. subset selection tools.
2. parameter selection tools.
3. LIBSVM format checking tools
Part I: Subset selection tools
Introduction
============
Trainin
conll2mst.py
#! /usr/bin/python
import sys;
# Open File
f = open(sys.argv[1],'rt');
wrds = ""; pos = ""; labs = ""; par = "";
for line in f:
sent = line.split();
if len(sent) > 0:
wrds +=
warm_grey.vim
set background=light
hi clear
if exists("syntax_on")
syntax reset
endif
let colors_name = "black_on_white"
if version >= 700
hi CursorLine guibg=#e4e2e0
hi CursorColumn guibg=#e4e2e0
hi Ma
vanzan_color.vim
set background=dark
hi clear
if exists("syntax_on")
syntax reset
endif
let colors_name = "vanzan_color"
if version >= 700
hi CursorLine guibg=#1c281c
hi CursorColumn guibg=#101a2c
hi Match
listing15-1.py
from urllib import urlopen
import re
p = re.compile('(.*?)')
text = urlopen('http://python.org/community/jobs').read()
for url, name in p.findall(text):
print '%
listing10-13.txt
[name = 'Magnus Lie Hetland' ]
[email = 'magnus@foo.bar' ]
[language = 'python' ]