Ports 搜索

共有17,660项符合descr%3A%22spam filter%22的查询结果,以下是第781790项(搜索用时0.009秒)
databases/levigo-20150216 (Score: 0.0021245733)
Levigo is a Go wrapper for LevelDB
levigo is a Go wrapper for LevelDB. The API has been godoc'ed and is available on the web. Questions answered at golang-nuts@googlegroups.com.
databases/DBD-Google-0.51 (Score: 0.0021245733)
Treat Google as a datasource for DBI
DBD::Google allows you to use Google as a datasource; Google can be queried using SQL SELECT statements, and iterated over using standard DBI conventions.
databases/DBIx-Sequence-1.5 (Score: 0.0021245733)
DBIx::Sequence - A simple SQL92 ID generator
DBIx::Sequence - A simple SQL92 ID generator his module is intended to give easier portability to Perl database application by providing a database independant unique ID generator. This way, an application developer is not bound to use his database's SEQUENCE or auto_increment thus making his application portable on multiple database environnements. This module implements a simple Spin Locker mechanism and is garanteed to return a unique value every time it is called, even with concurrent processes. It uses your database for its state storage with ANSI SQL92 compliant SQL. All SQL queries inside DBIx::Sequence are pre cached and very efficient especially under mod_perl.
devel/Devel-Refcount-0.10 (Score: 0.0021245733)
Obtain the REFCNT value of a referent
This module provides a single function, refcount(), which obtains the reference count of the object being pointed to by the passed reference value.
devel/Git-Repository-Plugin-Log-1.314 (Score: 0.0021245733)
Add a log() method to Git::Repository
Git::Repository::Plugin::Log adds a log() method to Git::Repository, which will return Git::Repository::Log objects representing the commit information provided by `git log`.
devel/Module-Setup-0.09 (Score: 0.0021245733)
Perl extension for a simple module maker
Module::Setup is very simply module start kit. When the module-setup command is executed first, a necessary template for ~/.module-setup directory is copied.
devel/UNIVERSAL-require-0.18 (Score: 0.0021245733)
Perl module to require() from a variable
UNIVERSAL::require - require() modules from a variable. If you've ever had to do this... eval "require $module"; to get around the bareword caveats on require(), this module is for you. It creates a universal require() class method that will work with every Perl module and its secure. So instead of doing some arcane eval() work, you can do this: $module->require; It doesn't save you much typing, but it'll make a lot more sense to someone who's not a ninth level Perl acolyte.
devel/kitchen-1.2.4 (Score: 0.0021245733)
Kitchen contains a cornucopia of useful code
Kitchen aims to pull these small snippets of code into a few python modules which you can import and use within your project.
devel/pyvisa-py-0.2 (Score: 0.0021245733)
PyVISA backend in a pure Python
PyVISA-py is a backend for PyVISA. It implements most of the methods for Message Based communication (Serial/USB/GPIB/Ethernet) using Python and some cross platform libraries.
finance/openhbci-0.9.17.2 (Score: 0.0021245733)
HBCI is a bank-independent homebanking standard
OpenHBCI -- the first free client-side implementation of the HBCI specification. HBCI is a bank-independent homebanking standard used by many German banks. This publicly available protocol describes communication, authentification, encryption, and business transactions taking place between a homebanking applications and a bank's server. OpenHBCI provides an object oriented library implementing the current client-side HBCI specification. The library is written in C++, with C wrappers also available. OpenHBCI provides the application programmer with a high-level abstraction of almost all business transactions, so that all HBCI details are totally encapsulated and do not need to be bothered with.