代码搜索结果

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

ib

: ${ARCH}=`arch` exec /ufs/guido/bin/$ARCH/python ib.py ${1+"$@"}

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

setup

#!/bin/sh python setup.py chmod +x /usr/local/bin/ctocpp

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

readme.txt

:::_aureservoir_::: unit tests NOTE: This is only a very small part of the unit tests. All the algorithm tests or done in python, see directory aureservoir/python/tests 2007, Georg Holzmann

todo.txt

vor Release auf reservoir computing liste: - bsp vom d+s paper dazutun zu examples - beschreibung wie man die library kompiliert bzw flens halt - auch wo die examples, tests usw. sind gscheit beschre

mkhdr.sh

#!/bin/sh # Create the headers/interface files for non-C languages from the cryptlib # C header file. # Create the Delphi and VB headers. perl tools/GenPas.pl perl tools/GenVB.pl mv -f crypt

fileinfo_fromdict.py

"""Framework for getting filetype-specific metadata. This is the same as fileinfo.py with one difference: instead of inheriting from UserDict, we inherit directly from dict. This capability was intro