Ports 搜索

共有17,754项符合%E6%8E%A7%E5%88%B6%E5%8F%B0的查询结果,以下是第11,17111,180项(搜索用时0.01秒)
textproc/xmlppm-0.98.3 (Score: 7.3261835E-5)
XML-Conscious PPM Compression
XMLPPM is a data compression program that compresses XML files from 5 to 30% better than any existing text or XML-specific compressors. It is a combination of the well-known Prediction by Partial Match (PPM) algorithm for text compression, first described by Cleary and Witten in 1984, and an approach to modeling tree-structured data called Multiplexed Hierarchical Modeling (MHM) that I have developed.
textproc/yelp-tools-3.18.0 (Score: 7.3261835E-5)
Utilities to help manage documentation for Yelp and the web
yelp-tools is a collection of scripts and build utilities to help create, manage, and publish documentation for Yelp and the web. Most of the heavy lifting is done by packages like yelp-xsl and itstool. This package just wraps things up in a developer-friendly way.
textproc/rttool-1.0.3 (Score: 7.3261835E-5)
RT into HTML and plain text converter
RT is a simple and human-readable table format. RTtool is a converter from RT into various formats. RT can be incorporated into RD. At this time, RTtool can convert RT into HTML and plain text. To convert into plain text, you need w3m.
www/bluefish-2.2.9 (Score: 7.3261835E-5)
HTML editor designed for the experienced web designer
Bluefish is a powerful editor targeted towards programmers and web developers, with many options to write websites, scripts and programming code. Bluefish supports many programming and markup languages and has many features, but is still a very fast and lightweight application.
www/cgihtml-1.69 (Score: 7.3261835E-5)
Library that simplifies the task of writing CGI programs in C
Cgihtml is a C library that simplifies the task of parsing World Wide Web (WWW) Common Gateway Interface (CGI) input and outputting HyperText Markup Language (HTML). Tasks which would normally require many lines of C can be reduced to just a few.
www/formalchemy-1.3.3 (Score: 7.3261835E-5)
Toolkit for creating HTML form elements
FormAlchemy greatly speeds development with SQLAlchemy mapped classes (models) in a HTML forms environment. FormAlchemy eliminates boilerplate by autogenerating HTML input fields from a given model. FormAlchemy will try to figure out what kind of HTML code should be returned by introspecting the model's properties and generate ready-to-use HTML code that will fit the developer's application.
www/CKEditor-4.0 (Score: 7.3261835E-5)
WYSIWYG editor to be used inside web page
CKEditor is a text editor to be used inside web pages. It's a WYSIWYG editor, which means that the text being edited on it looks as similar as possible to the results users have when publishing it. It brings to the web common editing features found on desktop editing applications like Microsoft Word and OpenOffice.
www/mod_wsgi-4.5.4 (Score: 7.3261835E-5)
Python WSGI adapter module for Apache
The mod_wsgi adapter is an Apache module that provides a WSGI compliant interface for hosting Python based web applications within Apache. The adapter is written completely in C code against the Apache C runtime and for hosting WSGI applications within Apache has a lower overhead than using existing WSGI adapters for mod_python or CGI.
www/cowboy-1.0.4 (Score: 7.3261835E-5)
Small, fast and modular HTTP server written in Erlang
Cowboy aims to provide a complete HTTP stack in a small code base. It is optimized for low latency and low memory usage, in parts because it uses binary strings. Cowboy provides routing capabilities, selectively dispatching requests to handlers written in Erlang. Because it uses Ranch for managing connections, Cowboy can easily be embedded in any other application.
www/DFileServer-1.1.3 (Score: 7.3261835E-5)
Compact webserver designed to make sharing files easy
A small and simple webserver programmed in C++ that was designed to make sharing files easy. By default, it shares whatever folder it was executed from on port 2000. While simple, a good deal of flexibility is exposed when you read the documentation and look at the optional configuration files.