Ports 搜索

共有17,754项符合%E6%8E%A7%E5%88%B6%E5%8F%B0的查询结果,以下是第9,0619,070项(搜索用时0.017秒)
devel/PHP_UML-1.6.2 (Score: 7.770591E-5)
PEAR Class to Create UML Representation of PHP Code
PHP_UML is a reverse-engineering package that scans PHP files and directories, and delivers an UML/XMI representation of the classes and packages found.
devel/System_Command-1.0.8 (Score: 7.770591E-5)
PEAR command line execution interface
System_Command is a command line execution interface. Running functions from the command line can be risky if the proper precautions are not taken to escape the shell arguments and reaping the exit status properly. This class provides a formal interface to both, so that you can run a system command as comfortably as you would run a php function, with full pear error handling as results on failure. It is important to note that this class, unlike other implementations, distinguishes between output to stderr and output to stdout. It also reports the exit status of the command. So in every sense of the word, it gives php shell capabilities.
devel/Validate_AU-0.1.4 (Score: 7.770591E-5)
PEAR data validation class for Australia
A PEAR data validation class for Australia. The package includes phone number, postal code, tax file number, Australian business number, Australian company number and Australian regional codes validation.
devel/memoise-1.0.0 (Score: 7.770591E-5)
Memoise functions for R
Cache the results of a function so that when you call it again with the same arguments it returns the pre-computed value.
devel/tzfile-0.1 (Score: 7.770591E-5)
TZFile handling library for Ruby
Ruby/TZFile is a TZFile handling library for Ruby. It generates classes like Time class for timezones other than localtime nor UTC.
devel/funcsigs-1.0.2 (Score: 7.770591E-5)
Python function signatures from PEP362
funcsigs is a backport of the PEP 362 function signature features from Python 3.3's inspect module. The backport is compatible with Python 2.7 as well as 3.2 and up.
devel/ZopeUndo-2.12.0 (Score: 7.770591E-5)
ZODB undo support for Zope2
This package is used to support the Prefix object that Zope 2 uses for the undo log. It is a separate package only to aid configuration management.
devel/akismet-0.2.0 (Score: 7.770591E-5)
Python interface to the Akismet API
Akismet is a web service for recognising spam comments. It promises to be almost 100% effective at catching comment spam. They say that currently 81% of all comments submitted to them are spam. It's designed to work with the Wordpress Blog Tool, but it's not restricted to that - so this is a Python interface to the Akismet API. You'll need a Wordpress Key to use it. This script will allow you to plug akismet into any CGI script or web application, and there are full docs in the code. It's extremely easy to use, because the folks at akismet have implemented a nice and straightforward REST API.
devel/pructl-0.2 (Score: 7.770591E-5)
Utilities to interface with PRUs
pructl is a tool to interface with libpru. It allows the user to reset the PRU, enable/disable the PRU and to upload programs to the PRU.
devel/argh-0.26.1 (Score: 7.770591E-5)
Simple (Python) argparse wrapper
Argh provides a very simple wrapper for argparse with support for hierarchical commands that can be bound to modules or classes.