代码搜索:Python

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

代码结果 10,000
www.eeworm.com/read/261925/4319256

py pycksum.py

#!/usr/bin/env python """ A fuzzy checksum program based on a message posted to the spambayes list a long time ago from Justin Mason of the SpamAssassin gang. The basic idea is that you dump stuff t
www.eeworm.com/read/261925/4319264

py weaktest.py

#! /usr/bin/env python # A test driver using "the standard" test directory structure. # This simulates a user that gets E-mail, and only trains on fp, # fn and unsure messages. It starts by training
www.eeworm.com/read/261925/4319265

py mksets.py

#! /usr/bin/env python # Redistribute messages among the classic Data/{Ham,Spam}/Set* directories, # based on desired set count. # Will use the TestDriver directory options. """Usage: %(program)s [O
www.eeworm.com/read/261925/4319272

py es2hs.py

#! /usr/bin/env python ### Set up the classic Data/Ham/reservior and Data/Spam/reservior ### directories based from MH mailboxes ~/Mail/everything and ### ~/Mail/spam. """Usage: %(program)s [OPTIONS
www.eeworm.com/read/261925/4319279

py mkreversemap.py

#!/usr/bin/env python """ Create mapping from features to message ids usage %(prog)s [ options ] mailbox ... -d mapfile - identify file which will hold mapping information (required) -t ham|spam -
www.eeworm.com/read/261925/4319287

py which_database.py

#!/usr/bin/env python """which_database This little script checks which database is used to save your data, and also prints out information about which database systems are available. It will check
www.eeworm.com/read/261925/4319291

py split.py

#! /usr/bin/env python """Split an mbox into two files based on a given percentage. This script will troll through a Unix mbox file randomly assigning each message to one of two bins. The split is
www.eeworm.com/read/261925/4319296

py mboxcount.py

#! /usr/bin/env python """Count the number of messages in Unix mboxes. Usage: %(programs)s [-g] [-h] path1 ... Options: -h Print this help message and exit -g Do globbing on
www.eeworm.com/read/261925/4319315

py sb_xmlrpcserver.py

#! /usr/bin/env python # A server version of hammie.py """Usage: %(program)s [options] IP:PORT Where: -h show usage and exit -p FILE use pickle FILE as the persistent store
www.eeworm.com/read/261925/4319316

py sb_client.py

#! /usr/bin/env python """A client for sb_xmlrpcserver.py. Just feed it your mail on stdin, and it spits out the same message with the spambayes score in a new X-Spambayes-Disposition header. """