Ports 搜索

共有19,819项符合%22HTTP Server%22的查询结果,以下是第10,14110,150项(搜索用时0.01秒)
textproc/xlrd-1.0.0 (Score: 0.0010835839)
Reading data and formatting information from Excel files
Library for developers to extract data from Microsoft Excel (tm) spreadsheet files Extract data from Excel spreadsheets (.xls and .xlsx, versions 2.0 onwards) on any platform. Pure Python (2.6, 2.7, 3.2+). Strong support for Excel dates. Unicode-aware.
textproc/xlutils-1.7.0 (Score: 0.0010835839)
Utilities for working with Excel files that require both xlrd and xlwt
Collection of utilities for working with Excel files. Since these utilities may require either or both of the xlrd and xlwt packages, they are collected together here, separate from either package.
textproc/re_graph-0.2 (Score: 0.0010835839)
Regular Expression Graphing Program
The re_graph.pl program graphs regular expressions. The guts of the regular expression engine is a simple state machine. The various states and operations in the regular expression parser can be displayed using a surprisingly simple diagram. A few notes on what you are looking at: * The nodes Start and Stop denote the beginning and end of the regular expression. * The solid squares denote atoms. Lines indicate the next state. When a line splits, the state machine will take the top line first. If it's path is blocked it will backup and take the next lower line. This is repeated until it finds a path to the end or all paths are exhausted. * Brown boxes indicate a grouping operation, i.e. (). * Green boxes indicate a zero with test. The state machine will perform the test inside the box before moving ahead.
textproc/resume-extensions-0.5 (Score: 0.0010835839)
Extends the XML Resume library
Extend the XML Resume library.
textproc/db2latex-0.8p1 (Score: 0.0010835839)
DocBook to LaTeX XSL stylesheets
DB2LaTeX are a set of XSLT stylesheets which generate high level LaTeX2e from your docbook document. They do not perform any FO transformation, the only thing they do is to map DocBook tags into more or less standard LaTeX (a recent installation of LaTeX 2e is required, with most common packages. However, in more stable releases, package dependencies will be completely managed with xsl parameters, making it virtually compatible with basic LaTeX 2e installations). All the "styling" has to be done by modifying available xsl:params, overriding and customizing templates, and in the last, by adding your "sty" files.
textproc/creole-0.5.0 (Score: 0.0010835839)
Creole-to-HTML converter
Ruby implementation of a Creole-to-HTML converter for Creole, a lightweight markup language.
textproc/fast_xs-0.8.0 (Score: 0.0010835839)
Systems integration framework. Expander
fast_xs provides C extensions for escaping text. The original String#fast_xs method is based on the xchar code by Sam Ruby: o intertwingly.net/stories/2005/09/28/xchar.rb o intertwingly.net/blog/2005/09/28/XML-Cleansing _why also packages an older version with Hpricot (patches submitted). The version here should be compatible with the latest version of Hpricot code. Ruby on Rails will automatically use String#fast_xs from either Hpricot or this gem version with the bundled Builder package. String#fast_xs is an almost exact translation of Sam Ruby's original implementation (String#to_xs), but it does escape """ (which is an optional, but all parsers are able ot handle it. XML::Builder as packaged in Rails 2.0 will be automatically use String#fast_xs instead of String#to_xs available.
textproc/fast_xs-0.7.3 (Score: 0.0010835839)
Systems integration framework. Expander
fast_xs provides C extensions for escaping text. The original String#fast_xs method is based on the xchar code by Sam Ruby: o intertwingly.net/stories/2005/09/28/xchar.rb o intertwingly.net/blog/2005/09/28/XML-Cleansing _why also packages an older version with Hpricot (patches submitted). The version here should be compatible with the latest version of Hpricot code. Ruby on Rails will automatically use String#fast_xs from either Hpricot or this gem version with the bundled Builder package. String#fast_xs is an almost exact translation of Sam Ruby's original implementation (String#to_xs), but it does escape """ (which is an optional, but all parsers are able ot handle it. XML::Builder as packaged in Rails 2.0 will be automatically use String#fast_xs instead of String#to_xs available.
textproc/ferret-0.11.8.6 (Score: 0.0010835839)
Ferret is a ruby port of Lucene
Ferret is a high-performance, full-featured text search engine library written for Ruby. It is a full port of the Apache Lucene Java project. There is a pure Ruby version included.
textproc/htmlentities-4.3.4 (Score: 0.0010835839)
HTML entity encoding and decoding for Ruby
HTMLEntities is a simple library to facilitate encoding and decoding of named (ý and so on) or numerical ({ or Ī) entities in HTML and XHTML documents.