Ports 搜索

共有19,819项符合%22HTTP Server%22的查询结果,以下是第10,15110,160项(搜索用时0.008秒)
textproc/ini-0.1.1 (Score: 0.0010835839)
Ruby INI File Parser and Writer
Ah yes, INI files. We love them. We hate them. We cannot escape them. Originally made popular by Windows, INI files are everywhere including in Samba[www.samba.org] and Trac[trac.edgewall.org]. This gem has one goal: make INI file, structure, and stream manipulation as fast, safe, and simple as possible. We take a modal approach with a pluggable parser class.
textproc/linguistics-2.1.0 (Score: 0.0010835839)
Framework for extending Ruby objects with linguistic methods
This is a generic, language-neutral framework for extending Ruby objects with linguistic methods. It includes an English-language module with inflection, pluralisation, conjunctions, indefinite articles, present participles, ordinal numbers, numbers to words, general quantification, integration with WordNet and CMU's LinkGrammar, as well as a framework for providing modules for other languages.
textproc/loggability-0.11.0 (Score: 0.0010835839)
Composable logging system built on the standard Logger library
A composable logging system built on the standard Logger library. You can add Loggability to large libraries and systems, then hook everything up later when you know where you want logs to be written, at what level of severity, and in which format.
textproc/markaby-0.8.0 (Score: 0.0010835839)
HTML Markup as Ruby
Markaby is a templating language for Ruby, with a plugin for Rails, which allows you to write HTML templates in pure-Ruby (a la Builder.)
textproc/opml-1.0.0 (Score: 0.0010835839)
Simple wrapper for parsing OPML files
A simple wrapper for parsing OPML files.
textproc/parslet-1.7.1 (Score: 0.0010835839)
Parser construction library with great error reporting in Ruby
Parslet is a small Ruby library for constructing parsers in the PEG (Parsing Expression Grammar) fashion. Parslet makes developing complex parsers easy. It does so by - providing the best error reporting possible - not generating reams of code for you to debug Parslet takes the long way around to make your job easier. It allows for incremental language construction. Often, you start out small, implementing the atoms of your language first; parslet takes pride in making this possible.
textproc/phone-1.2.3 (Score: 0.0010835839)
Phone number parsing, validation and formatting
Phone is a Ruby library for phone number parsing, validation and formatting.
textproc/rdiscount-2.1.8 (Score: 0.0010835839)
Fast Markdown converter for ruby based on discount
Ruby wrapper around David Loren Parsons' discount, a fast, BSD-licensed C implementation of John Gruber's Markdown plus some aspects of SmartyPants. Markdown is a text-to-HTML conversion language for web writers, inspired by the format of plain-text e-mail messages. Markdown allows you to write in an easy-to-read, easy-to-write plain text format, then convert it to structurally valid XHTML (or HTML).
textproc/ansifilter-1.7 (Score: 0.0010835839)
Customizable ANSI Code Converter
ansifilter is a customizable ANSI Code converter. ansifilter can output to plain text, HTML, and RTF.
textproc/tinyxml-2.6.2 (Score: 0.0010835839)
Small C++ XML parser
TinyXml is a simple, small, C++ XML parser that can be easily integrating into other programs.