Ports 搜索

共有19,819项符合%22HTTP Server%22的查询结果,以下是第7,1417,150项(搜索用时0.008秒)
textproc/translate-toolkit-2.0.0b3 (Score: 0.0012383816)
Converts between many translation formats
The Translate Toolkit is a set of software and documentation designed to help make the lives of localizers both more productive and less frustrating. The software includes programs to covert localization formats to the common PO format and programs to check and manage PO files. The documentation includes guides on using the tools, running a localization project and how to localize various projects from OpenOffice.org to Mozilla. At its core the software contains a set of classes for handling various localization storage formats: DTD, properties, OpenOffice.org GSI/SDF, CSV and of course PO and XLIFF. It also provides scripts to convert between these formats. Also part of the Toolkit are Python programs to create word counts, merge translations and perform various checks on PO and XLIFF files.
textproc/uncrustify-0.63 (Score: 0.0012383816)
Highly configurable source code beautifier
The goals of this project are simple: Create a highly configurable, easily modifiable source code beautifier. What it does: * Ident code, aligning on parens, assignments, etc * Align on '=' and variable definitions * Align structure initializers * Align #define stuff * Align backslash-newline stuff * Reformat comments (a little bit) * Fix inter-character spacing * Add or remove parens on return statements * Add or remove braces on single-statement if/do/while/for statements * Supports embedded SQL 'EXEC SQL' stuff * Highly configurable - 168 configurable options as of version 0.30
textproc/xmlwrapp-0.7.0 (Score: 0.0012383816)
Modern style C++ library for working with XML data
xmlwrapp is a modern style C++ library for working with XML data. It provides a simple and easy to use interface for the very powerful libxml2 XML parser. Features: * Tree parsing. XML data is parsed and a tree of xml::node objects is created. Similar to the DOM. * Event parsing. XML data is parsed as protected member functions of an event class are called. Similar to SAX. * It is easy to construct an XML tree using xml::node objects. Any xml::node may be inserted into an IOStream causing translation to XML text data. * Complete isolation from the backend parser due to the private implementation (pimpl) idiom. https://github.com/vslavik/xmlwrapp
textproc/libxml2-2.9.4 (Score: 0.0012383816)
Python interface for XML parser library for GNOME
Python interface for XML parser library for GNOME
textproc/popup-1.0 (Score: 0.0012383816)
Stacks for use with Popup
User Contributed Cardstacks for Popup * English-German (3910 cards) * German-French (4006 cards) LICENSE: GPL2 or later
textproc/libxml2-2.9.4 (Score: 0.0012383816)
Python interface for XML parser library for GNOME
Python interface for XML parser library for GNOME
textproc/soothsayer-0.6.3 (Score: 0.0012383816)
Intelligent predictive text entry platform
Soothsayer is an intelligent predictive text entry platform. Soothsayer exploits redundant information embedded in natural languages to generate predictions. Soothsayer's modular and pluggable architecture allows its language model to be extended and customized to utilize statistical, syntactic, and semantic information sources. A predictive text entry system attempts to improve ease and speed of textual input. Word prediction consists in computing which word tokens or word completions are most likely to be entered next. The system analyses the text already entered and combines the information thus extracted with other information sources to calculate a set of most probable tokens.
textproc/plover-2.2.0 (Score: 0.0012383816)
Open source solution for stenography
Plover is a free open source program intended to bring real-time stenographic technology not just to stenographers, but also to hackers, hobbyists, accessibility mavens, and all-around speed demons.
textproc/popup-0.5 (Score: 0.0012383816)
Interactive learning aid for pairs of words
Popup is an interactive learning aid for pairs of words. It behaves much like a stack of flashcards, but handles one-to-many and many-to-one word relationships better, and includes an integrated scheduler for efficient use of your 'cards'. Popup was written by Bjorn Ghola and Rob Burns. Features: * An editor for cardstack files with support for copying and pasting groups of words, as well as drag and drop. * Three quiz styles: multiple choice, spelling, and flashcard. * Supports quizes and practice * Graduated time interval scheduler. * Localized for Thai and German. LICENSE: GPL2 or later
textproc/pugixml-1.7 (Score: 0.0012383816)
Light-weight, simple and fast XML parser for C++ with XPath support
pugixml is a light-weight C++ XML processing library. It features: * DOM-like interface with rich traversal/modification capabilities * Extremely fast non-validating XML parser which constructs the DOM tree from an XML file/buffer * XPath 1.0 implementation for complex data-driven tree queries * Full Unicode support with Unicode interface variants and automatic encoding conversions