Ports 搜索

共有17,754项符合%E6%8E%A7%E5%88%B6%E5%8F%B0的查询结果,以下是第6,5216,530项(搜索用时0.01秒)
textproc/Text-Diff-Parser-0.1001 (Score: 9.15773E-5)
Parse patch files containing unified and standard diffs
Text::Diff::Parser parses diff files and patches. It allows you to access the changes to a file in a standardized way, even if multiple patch formats are used.
textproc/ml1-4.11 (Score: 9.15773E-5)
Original general purpose macro processor
This is a port of ML/I (Macro Language I) which is the grand-daddy of nearly all macro processors. It is still maintained and ported to a large number of systems.
Efficient search for many strings
This module allows you to search for any of a list of substrings ("keys") in a larger string. It is particularly efficient when the set of keys is large.
textproc/coccigrep-1.16 (Score: 9.15773E-5)
Semantic grep for the C language
coccigrep is a semantic grep for the C language based on coccinelle. It can be used to find where a given structure is used in code files. coccigrep depends on the spatch program which comes with coccinelle.
Base Class for SAX Filters parsing WellBallanced Chunks
XML::Filter::GenericChunk is a base class for SAX filters that are able to parse wellballanced chunks from SAX events and transforms this chunk into a sequence of SAX events.
textproc/XML-Filter-Reindent-0.03 (Score: 9.15773E-5)
Reformats whitespace for pretty printing XML
XML::Filter::Reindent can be used as a PerlSAX filter to reformat an XML document before sending it to a PerlSAX handler that prints it (like XML::Handler::Composer.)
textproc/XML-Generator-1.04 (Score: 9.15773E-5)
Simple Perl module for generating XML documents
XML::Generator is a simple perl module to help in the generation of XML. Basically, you create an XML::Generator object and then call a method for each tag, supplying the contents of that tag as parameters.
textproc/XML-STX-0.43 (Score: 9.15773E-5)
Pure Perl STX processor
XML::STX is a pure Perl implementation of STX processor. Streaming Transformations for XML (STX) is a one-pass transformation language for XML documents that builds on the Simple API for XML (SAX).
textproc/excelerator-0.6.4.1 (Score: 9.15773E-5)
生成 Excel 97/2000/XP/2003 文件的 Python 库
pyExcelerator 是一个 Python 库,能生成 Excel 97+ 文件和导入 Excel 95+ 文件。 在 Excel 文件中支持 Unicode 并能使用多种格式化功能和打印选项。可以导出 Excel 和 OLE2 复合文件。
textproc/markdown-2.6.5 (Score: 9.15773E-5)
Python implementation of Markdown
This is a Python implementation of John Gruber's Markdown. It is almost completely compliant with the reference implementation, though there are a few very minor differences. Features: * International Input * Extensions * Output Formats * "Safe Modes" * Command Line Interface