代码搜索结果

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

readme.txt

To run the main demo in this directory, execute demo.py. In other words, one of the following commands should do it: demo.py python demo.py pythonw demo.py

readme.txt

1. sign with sha1 python2.4 sign.py -k pvkey.pem -o signx.dat toSvr.dat related openssl cmd: openssl dgst -sha -sign pvkey.pem -out signx.dat toSvr.dat 2. sign with sha256 python2.4 sign256.py -k

build.windows.txt

install Python, version 2.3 or later - http://python.org/ install a GTK 2.4 runtime - http://gladewin32.sourceforge.net/ install pygtk 2.4 - http://www.pcpm.ucl.ac.be/~gustin/win32_ports/

install.unix.txt

Before installing BitTorrent 4.0.1, remove any older versions of the BitTorrent client that may be installed. Most of the following instructions require root privileges. How to install BitTorrent on

simplepy.h

#ifndef _SIMPLEPY_H_ #define _SIMPLEPY_H_ // simplepy.h v1.0 // Purpose: facilities for Embedded Python. // by hujinshan @2005年9月2日9:13:02 #include using std::string; #include

pymoduletest.py

#! /usr/bin/python # MiniUPnP project # Author : Thomas Bernard # This Sample code is public domain. # website : http://miniupnp.tuxfamily.org/ # import the python miniupnpc module import miniupnpc

poem.txt

Programming is fun When the work is done if you wanna make your work also fun: use Python!end add

readme

After saying `make refdoc' this directory contains the FreeType API reference. You need python to make this target.

__init__.py

"__init__ file for python version of bplusdotnet project" # nothing special needed

class.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 CL