Ports 搜索

共有19,819项符合%22HTTP Server%22的查询结果,以下是第12,10112,110项(搜索用时0.014秒)
devel/Git-PurePerl-0.52 (Score: 9.2878623E-4)
Pure Perl interface to Git repositories
Git::PurePerl - A Pure Perl interface to Git repositories
devel/IO-BufferedSelect-1.0 (Score: 9.2878623E-4)
Line-buffered select interface
IO::BufferedSelect - Line-buffered select interface The purpose of this module is to implement a buffered version of the select interface that operates on lines, rather than characters. Given a set of filehandles, it will block until a full line is available on one or more of them.
devel/Git-Repository-1.320 (Score: 9.2878623E-4)
Perl interface to Git repositories
Git::Repository is a Perl interface to Git, for scripted interactions with repositories. It's a low-level interface that allows calling any Git command, whether porcelain or plumbing, including bidirectional commands such as git commit-tree. A Git::Repository object simply provides context to the git commands being run. Is it possible to call the command()and run() methods against the class itself, and the context (typically current working directory) will be obtained from the options and environment.
devel/cityhash-1.1.1 (Score: 9.2878623E-4)
Family of hash functions
CityHash provides hash functions for strings. The functions mix the input bits thoroughly but are not suitable for cryptography. See "Hash Quality," below, for details on how CityHash was tested and so on. Functions by CityHash: - CityHash32() returns a 32-bit hash. - CityHash64() and similar return a 64-bit hash. - CityHash128() and similar return a 128-bit hash and are tuned for strings of at least a few hundred bytes. Depending on your compiler and hardware, it's likely faster than CityHash64() on sufficiently long strings. It's slower than necessary on shorter strings, but we expect that case to be relatively unimportant. - CityHashCrc128() and similar are variants of CityHash128() that depend on _mm_crc32_u64(), an intrinsic that compiles to a CRC32 instruction on some CPUs. However, none of the functions we provide are CRCs. - CityHashCrc256() is a variant of CityHashCrc128() that also depends on _mm_crc32_u64(). It returns a 256-bit hash. All members of the CityHash family were designed with heavy reliance on previous work by Austin Appleby, Bob Jenkins, and others. For example, CityHash32 has many similarities with Murmur3a.
devel/IO-CaptureOutput-1.11.02 (Score: 9.2878623E-4)
Capture STDOUT/STDERR from subprocesses and XS/C modules
This module provides routines for capturing STDOUT and STDERR from forked system calls (e.g. system(), fork()) and from XS/C modules.
devel/Git-Wrapper-0.045 (Score: 9.2878623E-4)
Wrap git(7) command-line interface
Git::Wrapper provides an API for git(7) that uses Perl data structures for argument passing, instead of CLI-style --options as Git does.
devel/IO-HTML-1.001 (Score: 9.2878623E-4)
Open an HTML file with automatic charset detection
IO::HTML provides an easy way to open a file containing HTML while automatically determining its encoding. It uses the HTML5 encoding sniffing algorithm specified in section 8.2.2.1 of the draft standard.
devel/Gnome2-GConf-1.044 (Score: 9.2878623E-4)
Perl bindings for the GConf2 configuration engine
This module allows you to use the GConf configuration system in order to store/retrieve the configuration of an application. The GConf system is a powerful configuration manager based on a user daemon that handles a set of key and value pairs, and notifies any changes of the value to every program that monitors those keys. GConf is used by GNOME 2.x.
devel/Goo-Canvas-0.06 (Score: 9.2878623E-4)
Perl interface to the GooCanvas
Perl interface to the GooCanvas
devel/IO-KQueue-0.34 (Score: 9.2878623E-4)
Perl interface to the BSD kqueue system call
IO::KQueue - perl interface to the BSD kqueue system call.