Ports 搜索

共有8,048项符合www%3Atrac的查询结果,以下是第4,8714,880项(搜索用时0.005秒)
devel/kid-0.9.6 (Score: 0.0048839888)
Simple template language for XML based written in Python
Kid is a simple template language for XML based vocabularies written in Python. It was spawned as a result of a kinky love triangle between XSLT, TAL, and PHP. We believe many of the best features of these languages live on in Kid with much of the limitations and complexity stamped out.
devel/magic-5.28 (Score: 0.0048839888)
Python module for determining file type
Python bindings for libmagic used to get a description of a file type, or a mime type for that file.
devel/TestGears-0.2 (Score: 0.0048839888)
Python module to run tests written as simple functions
TestGears provides automatic discovery of unittest.TestCases and the ability to run tests that are written as simple functions. It generates a standard unittest.TestSuite for use with any of the standard frontends, and provides a distutils command to run tests with zero configuration.
devel/babeltrace-1.4.0 (Score: 0.0048839888)
Tool and library to read, write and convert execution traces
babeltrace provides trace read and write libraries, as well as a trace converter. A plugin can be created for any trace format to allow its conversion to/from another trace format. The main format expected to be converted to/from is the Common Trace Format (CTF). The latest version of the CTF specification can be found at git://git.efficios.com/ctf.git gitweb: http://git.efficios.com/?p=ctf.git The CE Workgroup of the Linux Foundation, Ericsson, and EfficiOS have sponsored this work.
devel/avrdude-6.2 (Score: 0.0048839888)
Program for programming the on-chip memory of Atmel AVR CPUs
AVRDUDE - AVR Downloader/UploaDEr - is a program for updating the flash, eeprom, and fuse bit memories of Atmel AVR microcontrollers. It operates with several programmers including STK500 and most directly connect parallel port style programmers.
devel/pybugz-0.12.1 (Score: 0.0048839888)
Python command-line interface to bugzilla
Many find Bugzilla's web-based UI inefficient. PyBugz is a command-line based interface that was written by Alastair Tse in order to improve his interaction with Gentoo Bugzilla Features -------- * Searching bugzilla * Listing details of a bug including comments and attachments * Downloading/viewing attachments from bugzilla * Posting bugs, comments, and making changes to an existing bug. * Adding attachments to a bug. There is extensive help in `bugz --help` and `bugz <subcommand> --help` for additional options.
devel/ragel-6.9 (Score: 0.0048839888)
Compile regular languages into executable C/C++ code
Ragel compiles finite state machines from regular languages into runnable C code. Ragel state machines can not only recognize byte sequences as regular expression machines do, but can also execute code at arbitrary points in the recognition of a regular language. When you wish to write down a regular language you start with some simple regular language and build a bigger one using the regular language operators union, concatenation, kleene star, intersection and subtraction. This is precisely the way you describe to Ragel how to compile your finite state machines. Ragel also understands operators that insert function calls into machines and operators that control any non-determinism in machines.
devel/rlvm-0.14.0.20150425 (Score: 0.0048839888)
RealLive virtual machine clone
rlvm is a Free Software reimplementation of VisualArt's KK's RealLive interpreter, used in the games Kanon, Air, CLANNAD, Planetarian, Tomoyo After and Little Busters, among many others.
devel/pcsc-ada-0.7.3 (Score: 0.0048839888)
Ada binding to PC/SC middleware (Smart card interface)
PCSC/Ada provides a thick Ada binding to PC/SC-middleware. The library allows programs written in Ada to communicate with smart cards using the SCard API.
devel/oj-2.12.14 (Score: 0.0048839888)
Fast JSON parser and serializer
The fastest JSON parser and object serializer.