Ports Search

Results 12,39112,400 of 18,669 for descr.zh_CN%3A%E9%81%8F%E5%88%B6%E5%9E%83%E5%9C%BE.(0.023 seconds)
textproc/Text-Aligner-0.13 (Score: 4.638079E-5)
Align text in columns
Text::Aligner exports a single function, align(), which is used to justify strings to various alignment styles.
textproc/Text-Emoticon-MSN-0.04 (Score: 4.638079E-5)
Emoticon filter of MSN Messenger
Text::Emoticon::MSN is a text filter that replaces text emoticons like ":-)", ";-P", etc. to the icons of MSN Messenger.
Unbreak XML with Doubly-Encoded Entities
This module is a tiny shim to unbreak XML files that have had their entities doubly-encoded.
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: 4.638079E-5)
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/xdiff-1.5.2 (Score: 4.638079E-5)
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/pocketreader-1.0 (Score: 4.638079E-5)
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: 4.638079E-5)
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: 4.638079E-5)
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.
textproc/diff-match-patch-20121119 (Score: 4.638079E-5)
Algorithms for converting plain text
The Diff Match and Patch libraries offer robust algorithms to perform the operations required for synchronizing plain text. Diff: Compare two blocks of plain text and efficiently return a list of differences. Match: Given a search string, find its best fuzzy match in a block of plain text. Weighted for both accuracy and location. Patch: Apply a list of patches onto plain text. Use best-effort to apply patch even when the underlying text doesn't match.