Ports 搜索

共有18,669项符合descr.zh_CN%3A%E9%81%8F%E5%88%B6%E5%9E%83%E5%9C%BE的查询结果,以下是第3,2113,220项(搜索用时0.019秒)
www/HTTP_FloodControl-0.1.1 (Score: 5.7115755E-4)
PEAR classes to detect and protect from attempts to flood a site
The HTTP_FloodControl package can be used to detect and protect a Web site from attempts to flood it with too many requests. It also allows to protect the site from automatic downloading many pages or files from the same IP address, session ID or other unique identifier. The detection of flood is determine according to a set of parameters indicating the maximal allowed number of requests for the certain time interval. It is possible to set several parameters at once in order to perform more effective protection. The package uses various storage containers (regular files, DB, MDB, MDB2) to handle counter logs.
lang/v8-3.18.5 (Score: 5.684643E-4)
Open source JavaScript engine by Google
V8 is Google's open source JavaScript engine. V8 is written in C++ and is used in Google Chrome, the open source browser from Google. V8 implements ECMAScript as specified in ECMA-262, 5th edition, and runs on Windows (XP or newer), Mac OS X (10.5 or newer), and Linux systems that use IA-32, x64, or ARM processors. V8 can run standalone, or can be embedded into any C++ application. Git repository at https://github.com/v8/v8
lang/v8-3.27.7 (Score: 5.684643E-4)
Open source JavaScript engine by Google
V8 is Google's open source JavaScript engine. V8 is written in C++ and is used in Google Chrome, the open source browser from Google. V8 implements ECMAScript as specified in ECMA-262, 5th edition, and runs on Windows (XP or newer), Mac OS X (10.5 or newer), and Linux systems that use IA-32, x64, or ARM processors. V8 can run standalone, or can be embedded into any C++ application. Git repository at https://github.com/v8/v8
graphics/ilmbase-2.2.0 (Score: 5.67491E-4)
ILM Base libraries a.k.a. Half, IlmThread, Imath, and Iex
ABOUT THE ILMBASE LIBRARIES ---------------------------- Half is a class that encapsulates our 16-bit floating-point format. IlmThread is a thread abstraction library for use with OpenEXR and other software packages. It currently supports pthreads and Windows threads. Imath implements 2D and 3D vectors, 3x3 and 4x4 matrices, quaternions and other useful 2D and 3D math functions. Iex is an exception-handling library. If you have questions about using the IlmBase libraries, you may want to join our developer mailing list.
audio/fpc-3.0.0 (Score: 5.671295E-4)
Free Pascal interface to a52 library
audio/CDDB-File-1.05 (Score: 5.671295E-4)
Parse a CDDB/freedb data file
This module provides an interface for extracting data from CDDB-format data files, as used by freedb. It does not read data from your CD, or submit information to freedb.
databases/MySQLdb-1.2.5 (Score: 5.671295E-4)
Access a MySQL database through Python
databases/MySQLdb-1.2.5 (Score: 5.671295E-4)
Access a MySQL database through Python
devel/libdombey-5.32 (Score: 5.671295E-4)
SCGI application server in a library
Libdombey provides multi-process and multi-threaded TCP or UNIX-domain SCGI application servers. The libraries handle network and concurrency tasks. You write code to service connections.
devel/File-Cache-0.16 (Score: 5.671295E-4)
Perl module implementing a persistent object store
File::Cache implements an object store where data is persistent across processes in the filesystem. It was written to complement IPC::Cache. Where IPC::Cache is faster for small numbers of simple objects, File::Cache tends towards being more performant when caching large numbers of complex objects.