Ports 搜索

共有19,819项符合%22HTTP Server%22的查询结果,以下是第2,6512,660项(搜索用时0.008秒)
textproc/teckit-2.5.1 (Score: 0.002879256)
Toolkit for converting data between 8-bit legacy encodings and Unicode
TECkit (Text Encoding Conversion toolkit) is a toolkit for converting data between 8-bit legacy encodings and Unicode. It can also be used for transliteration of Unicode between different scripts. TECkit uses a mapping description language (mapping byte encodings to Unicode). Mapping rules can be extended by (1) the use of character sequences rather than single characters on either side; (2) by the addition of contextual constraints (environments) determining when a rule should apply; (3) and by the use of character classes, optional and repeatable elements, grouping and alternation to express more complex patterns to be matched and processed. TECkit is particularly useful with XeTeX (Unicode-aware derivate of TeX). The following binaries are provided: teckit_compile mapping compiler that allows binary mapping tables (.tec) to be built from TECkit description files (.map) sfconv a tool for converting Standard Format (SF) files txtconv a utility to apply TECkit mappings to plain-text files http://scripts.sil.org/TECkitDownloads#5b6cf869
audio/fcplay-0.0.1 (Score: 0.0028730754)
Future Composer Reference Player
A player for those memorable Future Composer tunes from the Amiga. The author says it was implemented because hardly any FC player available on PC (and not even on AMIGA) manages to play back all modules without flaws -- if at all. Tunes: http://exotica.fix.no/
devel/File-BasicFlock-98.1202 (Score: 0.0028730754)
Perl5 module for file locking with flock
File::Flock is a wrapper around the flock() call. The only thing it does that is special is that it creates the lock file if the lock file does not already exist. It will also try to remove the lock file. This makes it a bit complicated. http://search.cpan.org/dist/File-BasicFlock
devel/raven-5.13.0 (Score: 0.0028730754)
Client for Sentry
Raven is a Python client for Sentry (http://getsentry.com/). It provides full out-of-the-box support for many of the popular frameworks, including Django, Flask, and Pylons. Raven also includes drop-in support for any WSGI-compatible web application.
devel/weblib-0.1.20 (Score: 0.0028730754)
Set of tools for web scraping projects
Weblib provides tools to solve typical tasks in web scraping: * processing HTML * handling text encodings * controling repeating and parallel tasks * parsing RSS/ATOM feeds * preparing data for HTTP requests * working with DOM tree * working with text and numeral data * list of common user agents * cross-platform file locking * operations with files and directories
devel/zope.publisher-3.13.1 (Score: 0.0028730754)
Publishes Python objects on the web
zope.publisher allows you to publish Python objects on the web. It has support for plain HTTP/WebDAV clients, web browsers as well as XML-RPC and FTP clients. Input and output streams are represented by request and response objects which allow for easy client interaction from Python. The behaviour of the publisher is geared towards WSGI compatibility.
devel/stringencoders-3.10.3 (Score: 0.0028730754)
Collection of high performance C-string transformations
A collection of high performance c-string transformations, frequently 2x faster than standard implementations. including * base64, standard * base64, web/url safe, with configurable alphabet * base85 (good for http cookies) * base16 (hex) * base2 (ascii binary) * url escaping * javascript string escaping * fast number to string conversion, 4-22x faster than sprintf! * fast ascii upper/lower case conversion, 2-66x faster than stdlib!
devel/delayed_job-4.1.2 (Score: 0.0028730754)
Asynchronously executing longer tasks in the background
Delayed_job (or DJ) encapsulates the common pattern of asynchronously executing longer tasks in the background. It is a direct extraction from Shopify where the job table is responsible for a multitude of core tasks. This gem is collectiveidea's fork (http://github.com/collectiveidea/delayed_job).
devel/GeoRuby-1.3.4 (Score: 0.0028730754)
Holder for data returned from PostGIS and the Spatial Extensions of MySql
It is intended as a holder for data returned from PostGIS and the Spatial Extensions of MySql. The data model roughly follows the OGC "Simple i Features for SQL" specification (see http://www.opengis.org/docs/99-049.pdf), although without any kind of advanced functionalities (such as geometric operators or reprojections). It also supports various output and input formats (GeoRSS, KML, Shapefile).
devel/rgl-0.5.2 (Score: 0.0028730754)
Framework for graph datastructures and algorithms implemented in Ruby
RGL is a framework for graph data structures and algorithms. The design of the library is much influenced by the Boost Graph Library (BGL) which is written in C++ heavily using its template mechanism. Refer to http://www.boost.org/libs/graph/doc for further links and documentation on graph data structures and algorithms and the design rationales of BGL.