代码搜索结果

找到约 10,000 项符合 Python 的代码

sb_notesfilter.py

#! /usr/bin/env python '''sb_notesfilter.py - Lotus Notes SpamBayes interface. This module uses SpamBayes as a filter against a Lotus Notes mail database. The Notes client must be running w

pxa_reg_calcs.py

#!/usr/bin/python # (C) Copyright 2004 # BEC Systems # Cliff Brake # This program is free software; you can redistribute it and/or # modify it under

create_symbols_file.py

#!/usr/bin/python # Copyright (C) 2003,2004 Erik de Castro Lopo # # All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, a

grid.py

#!/usr/bin/env python import os, sys, traceback import Queue import getpass from threading import Thread from string import find, split, join from subprocess import * # svmtrain and gnuplot executab

grid.py

#!/usr/bin/env python import os, sys, traceback import Queue import getpass from threading import Thread from string import find, split, join from subprocess import * # svmtrain and gnuplot executab

example-1.py

#!/usr/bin/env python # This program displays a simple window and has a simple callback for # when the OK button is clicked. import gtk import gtk.glade # libglade needs some way to lookup the hand

xdelta3-test.py

#!/usr/bin/python2.5 # xdelta 3 - delta compression tools and library # Copyright (C) 2003, 2006, 2007. Joshua P. MacDonald # # This program is free software; you can redistribute it and/or modify #

lexpython.cxx

// Scintilla source code edit control /** @file LexPython.cxx ** Lexer for Python. **/ // Copyright 1998-2002 by Neil Hodgson // The License.txt file describes the conditi

reader2.py

#!/usr/bin/python -u # # this tests the DTD validation with the XmlTextReader interface # import sys import glob import string import StringIO import libxml2 # Memory debug specific libxml2.debugMemo

install.py

#!/usr/bin/env python # $Id: install.py,v 1.7 2002/01/04 11:12:33 marijn Exp $ ################# INSTALLER CODE ################## ##### Only touch if you know what your doing! ##### ## For configura