代码搜索:Python
找到约 10,000 项符合「Python」的源代码
代码结果 10,000
www.eeworm.com/read/373367/2764826
py xlate.py
#!/usr/bin/env /usr/bin/python
#
# Copyright 2004 Free Software Foundation, Inc.
#
# This file is part of GNU Radio
#
# GNU Radio is free software; you can redistribute it and/or modify
# it under t
www.eeworm.com/read/373367/2764827
py fpll.py
#!/usr/bin/env python
#
# Copyright 2004,2005 Free Software Foundation, Inc.
#
# This file is part of GNU Radio
#
# GNU Radio is free software; you can redistribute it and/or modify
# it under the t
www.eeworm.com/read/373367/2764828
py viterbi-out.py
#!/usr/bin/env python
#
# Copyright 2004,2006 Free Software Foundation, Inc.
#
# This file is part of GNU Radio
#
# GNU Radio is free software; you can redistribute it and/or modify
# it under the t
www.eeworm.com/read/368348/2822662
py create_languages_js.py
#!/usr/bin/env python
import sys, os, re
try:
import chardet
except ImportError:
print "You need universal encoding detector for this script"
print " http://chardet.feedparser.org or apt
www.eeworm.com/read/363486/2917947
py docmaker.py
#!/usr/bin/env python
#
# DocMaker 0.1 (c) 2000-2001 David Turner
#
# DocMaker is a very simple program used to generate the API Reference
# of programs by extracting comments
www.eeworm.com/read/353547/3085009
js shbrushpython.js
/*
* JsMin
* Javascript Compressor
* http://www.crockford.com/
* http://www.smallsharptools.com/
*/
dp.sh.Brushes.Python=function()
{var keywords='and assert break class continue def del
www.eeworm.com/read/351636/3101284
py extras.py
#!/usr/bin/env python
# also test the import callback feature
def custom_callback(name, progress):
if progress == 0:
print >> sys.stderr, "Loading %s..." % name,
if progress == 1:
www.eeworm.com/read/350980/3112907
py create_languages_js.py
#!/usr/bin/env python
import sys, os, re
try:
import chardet
except ImportError:
print "You need universal encoding detector for this script"
print " http://chardet.feedparser.org or apt
www.eeworm.com/read/262948/4307460
py radiusd_test.py
#
# Python module test
# Miguel A.L. Paraz
import radiusd
def instantiate(p):
print "*** instantiate ***"
print p
def authorize(p):
print "*** authorize ***"
print
rad
www.eeworm.com/read/261925/4319190
py hammiebulk.py
#! /usr/bin/env python
"""Usage: %(program)s [-D|-d] [options]
Where:
-h
show usage and exit
-d FILE
use the DBM store. A DBM file is larger than the pickle and
crea