Ports 搜索

共有17,660项符合descr%3A%22spam filter%22的查询结果,以下是第5,4715,480项(搜索用时0.009秒)
devel/Test-Object-0.07 (Score: 1.6401772E-4)
Thoroughly testing objects via registered handlers
A testing package designed to allow you to easily test what you believe is a valid object against the expected behaviour of all of the classes in its inheritance tree in one single call.
devel/Console_Getargs-1.3.5 (Score: 1.6401772E-4)
PEAR command-line arguments parser
PEAR::Console_Getargs implements a Command Line arguments and parameters parser for your CLI applications. It performs some basic arguments validation and automatically creates a formatted help text, based on the given configuration.
devel/Structures_LinkedList-0.2.2 (Score: 1.6401772E-4)
Implements singly and doubly-linked lists
A singly-linked list offers the ability to insert or delete nodes at any point within the list. A doubly-linked list also offers the ability to request previous nodes in the list.
devel/PPW-1.0.4 (Score: 1.6401772E-4)
PHP Project Wizard
The PHP Project Wizard (PPW) is a commandline tool that can be used to generate the scripts and configuration files necessary for the build automation of a PHP project.
devel/php-libawl-0.54 (Score: 1.6401772E-4)
Andrew.s Web Libraries - PHP Utility Libraries
Andrew's Web Libraries are a set of hopefully lightweight libraries for handling a variety of useful things for web programming, including: - Session management - User management - DB Records - Simple reporting - DB Schema Updating - iCalendar parsing
devel/hrtime-0.5.1 (Score: 1.6401772E-4)
High resolution timing for PHP
The extension implements a high resolution StopWatch class. It uses the the best possible APIs on different platforms. It also makes possible to implement a custom stopwatch using low level ticks delivered by the underlaying APIs.
devel/libgrading-0.1.2 (Score: 1.6401772E-4)
Simple library for grading C- and C++-language assignments
This is a simple library for grading C- and C++-language assignments. It runs each test case in a child process in order to capture common programming errors such as infinite loops and segmentation faults.
devel/staticReflection-1.0.0 (Score: 1.6401772E-4)
staticReflection package for PHP
The staticReflection component can be used as a drop-in replacement for PHP's internal reflection api. This component provides a generic reflection stack so that applications can switch between the internal and/or static reflection implementation.
devel/Breve-1.3.0 (Score: 1.6401772E-4)
Python s-expression style template engine
Breve is a Python template engine that is designed to be clean and elegant with minimal syntax. Unlike most Python template engines, Breve is implemented as an `internal DSL`_ rather than a parser.
devel/configparser-3.5.0 (Score: 1.6401772E-4)
INI style configuration file parser
The ancient ConfigParser module available in the standard library 2.x has seen a major update in Python 3.2. This is a backport of those changes so that they can be used directly in Python 2.6 - 2.7