Ports 搜索

共有17,660项符合descr%3A%22spam filter%22的查询结果,以下是第5,5015,510项(搜索用时0.009秒)
devel/traitlets-4.2.2 (Score: 1.6401772E-4)
Configuration system for Python applications
Traitlets is a framework that lets Python classes have attributes with type checking, dynamically calculated default values, and 'on change' callbacks. Keeps configuration in a variety of formats, including JSON.
devel/watchdog-0.8.2 (Score: 1.6401772E-4)
Python API library to monitor file system events
Python API library and shell utilities to monitor file system events. Directory monitoring is made easy with * A cross-platform API. * A shell tool to run commands in response to directory changes.
devel/wheel-0.29.0 (Score: 1.6401772E-4)
Built-package format for Python
A built-package format for Python. A wheel is a ZIP-format archive with a specially formatted filename and the .whl extension. It is designed to contain all the files for a PEP 376 compatible install in a way that is very close to the on-disk format. Many packages will be properly installed with only the "Unpack" step (simply extracting the file onto sys.path), and the unpacked archive preserves enough information to "Spread" (copy data and scripts to their final locations) at any later time. The wheel project provides a bdist_wheel command for setuptools (requires setuptools >= 0.8.0). Wheel files can be installed with a newer pip from https://github.com/pypa/pip or with wheel's own command line utility.
devel/yunomi-0.3.0 (Score: 1.6401772E-4)
Metrics library with rate, distribution and timing information
yunomi provides insights to the internal behavior of an application, providing useful statistics and metrics on selected portions of your code. It's a Python port of the core portion of a Java Metrics library by Coda Hale.
devel/qt-maybe-0.0.20151227 (Score: 1.6401772E-4)
Implementation of sum/option types using QVariant
A set of simple(ish) C++ templates which implement sum and option types. They serve a similar purpose to boost::variant and boost::optional but are implemented on top of Qt's QVariant container.
devel/dialogs-1.1 (Score: 1.6401772E-4)
Simple Ruby interface to dialog(1)
rubyDialogs is a simple interface to dialog(1). This software is distributed under the Bluesine public license, which is a variant of the BSD license. (See: http://bluesine.com/license/)
devel/Tree-Binary-1.08 (Score: 1.6401772E-4)
Object Oriented Binary Tree for Perl
This module is a fully object oriented implementation of a binary tree. Binary trees are a specialized type of tree which has only two possible branches, a left branch and a right branch. While it is possible to use an n-ary tree, like Tree::Simple, to fill most of your binary tree needs, a true binary tree object is just easier to maintain and use. Binary Tree objects are especially useful (to me anyway) when building parse trees of things like mathematical or boolean expressions. They can also be used in games for such things as decision trees. Binary trees are a well studied data structure and there is a wealth of information on the web about them.
devel/benelux-0.6.1 (Score: 1.6401772E-4)
Mad way to time Ruby codes
rubygem-benelux provides a mad way to time Ruby codes. Features: - A replacement for Benchmark.measure - Create timers for any Ruby method - Store arbitrary messages - Granular statistics - Thread-safe
devel/childprocess-0.5.9 (Score: 1.6401772E-4)
External background process controller
This gem aims at being a simple and reliable solution for controlling external programs running in the background on any Ruby / OS combination. The code originated in the selenium-webdriver gem, but should prove useful as a standalone library.
devel/configstruct-0.1.0 (Score: 1.6401772E-4)
Lib for managing config files based on OpenStruct
This gem is a lib for managing configfile for cli applications, including: - call a setup of the config file if it does not exist - edit configuration and update the config file