Ports 搜索

共有17,773项符合comment.zh_CN%3A%E6%8E%A7%E5%88%B6%E5%8F%B0的查询结果,以下是第7,3617,370项(搜索用时0.019秒)
textproc/XML-DoubleEncodedEntities-1.1 (Score: 2.1808068E-4)
Unbreak XML with Doubly-Encoded Entities
This module is a tiny shim to unbreak XML files that have had their entities doubly-encoded.
textproc/XML-DTDParser-2.01 (Score: 2.1808068E-4)
Perl module for parsing XML DTD strings
This module parses a DTD file and creates a data structure containing info about all tags, their allowed parameters, children, parents, optionality etc. etc. etc. Note: Parse a DTD you need and print the result to a file using Data::Dumper. The datastructure should be selfevident. Note: The module should be able to parse just about anything, but it intentional y looses some information. Jenda@Krynicky.cz http://Jenda.Krynicky.cz
Parse XML chunks via LibXML SAX
XML::LibXML::SAX::ChunkParser's purpose is to simply keep parsing possibly incomplete XML fragments, for example, from a socket.
textproc/YAML-LibYAML-0.59 (Score: 2.1808068E-4)
Perl YAML Serialization using XS and libyaml
This module is a Perl XS binding to libyaml which offers Perl the best YAML support to date.
textproc/cmark-0.26.1 (Score: 2.1808068E-4)
CommonMark parsing and rendering library and program in C
cmark is the C reference implementation of CommonMark, a rationalized version of Markdown syntax with a spec. It provides a shared library (libcmark) with functions for parsing CommonMark documents to an abstract syntax tree (AST), manipulating the AST, and rendering the document to HTML, groff man, LaTeX, CommonMark, or an XML representation of the AST. It also provides a command-line program (cmark) for parsing and rendering CommonMark documents.
textproc/xdiff-1.5.2 (Score: 2.1808068E-4)
PECL extension to create/apply binary and text patches
pecl-xdiff is a php extension that creates and applies patches to both text and binary files.
textproc/uchardet-0.0.1 (Score: 2.1808068E-4)
Universal charset detection library by Mozilla
uchardet is a C language binding of the original C++ implementation of the universal charset detection library by Mozilla.
textproc/pocketreader-1.0 (Score: 2.1808068E-4)
Siemens PocketReader
The Siemens PocketReader is a handheld OCR scanner, this is the Linux software which can download text from it.
textproc/pure-csv-1.6 (Score: 2.1808068E-4)
CSV reading and writing module for the Pure language
pure-csv is a module for reading and writing Comma Separated Value (CSV) files from within Pure.
textproc/permute-1.0 (Score: 2.1808068E-4)
Generate all permutations of lines from stdin
Permute is a simple program to read lines from standard input and generate all possible permutations of those lines.