Ports 搜索

共有17,754项符合%E6%8E%A7%E5%88%B6%E5%8F%B0的查询结果,以下是第11,11111,120项(搜索用时0.011秒)
textproc/libwps-0.4.3 (Score: 7.3261835E-5)
Microsoft file word processor format import filter library
Libwps is a library (for use by word procesors, for example) for importing the Microsoft Works word processor file format. It imports Works format versions 2, 3, 4, 5 (aka 2000), and 8 with some formatting. The scope of this project is just a Works word processor import filter, so there are no plans for supporting an export filter, spreadsheets, or databases.
textproc/libwps-0.3.1 (Score: 7.3261835E-5)
Microsoft file word processor format import filter library
Libwps is a library (for use by word procesors, for example) for importing the Microsoft Works word processor file format. It imports Works format versions 2, 3, 4, 5 (aka 2000), and 8 with some formatting. The scope of this project is just a Works word processor import filter, so there are no plans for supporting an export filter, spreadsheets, or databases.
textproc/libcsv-3.0.3 (Score: 7.3261835E-5)
Small, simple and fast CSV library
libcsv is a small, simple and fast CSV library written in pure ANSI C89 that can read and write CSV data. It provides a straight-forward interface using callback functions to handle parsed fields and rows and can parse improperly formatted CSV files.
textproc/URI-Find-20160806 (Score: 7.3261835E-5)
Perl module to find URIs in arbitrary text
This module does one thing: finds URIs and URLs in plain text. It finds them quickly and it finds them all (or what URI::URL considers a URI to be). It employs a series of heuristics too: - Find schemeless URIs (ie. www.foo.com) - Avoid picking up trailing characters from the text - Avoid picking up URL-like things such as Perl module names.
textproc/Data-SpreadPagination-0.1.2 (Score: 7.3261835E-5)
Page numbering and spread pagination
Perl module for page numbering and spread pagination. The object produced by Data::SpreadPagination can be used to create an easy to use spread pagination navigator. It inherits from Data::Page, and in addition provides methods to create a pagination spread, keeping pagenumbers displayed within a sensible limit.
textproc/sort-20120716 (Score: 7.3261835E-5)
BSD-licensed version of sort
This a BSD-licensed version of the well-known sort utility that has been rewritten from scratch by Gabor Kovesdan <gabor@FreeBSD.org> and later developed by Oleg Moskalenko <oleg.moskalenko@citrix.com>. This implementation is meant to be a replacement of GNU sort for FreeBSD. Currently, it seems to be quite feature-complete but performance needs some improvements.
textproc/apache-solr-6.2.0 (Score: 7.3261835E-5)
基于 Lucene Java 的高性能搜索服务器
Solr 是一个基于 Lucene Java 搜索库的开源企业搜索服务器, 提供了 XML/HTTP 和 JSON API、高亮查询结果、分面搜索、缓存、集群、 和一个 web 管理界面等功能。它运行于 Java servlet 容器中,如 Tomcat。
textproc/Games-Dissociate-0.19 (Score: 7.3261835E-5)
Dissociated Press algorithm and filter
This module provides the function dissociate, which implements a Dissociated Press algorithm, well known to Emacs users as "meta-x dissociate". The algorithm here is by no means a straight port of Emacs's dissociate.el, but is instead merely inspired by it.
textproc/Getopt-Lucid-1.06 (Score: 7.3261835E-5)
Clear, readable syntax for command line processing
The goal of this module is providing good code readability and clarity of intent for command-line option processing. While readability is a subjective standard, Getopt::Lucid relies on a more verbose, plain-English option specification as compared against the more symbolic approach of Getopt::Long.
textproc/Data-Phrasebook-0.35 (Score: 7.3261835E-5)
Accessing phrasebooks from various data sources
Data::Phrasebook is a collection of modules for accessing phrasebooks from various data sources. Common uses of phrasebooks are in handling error codes, accessing databases via SQL queries and written language phrases. Examples are the mime.types file and the hosts file, both of which use a simple phrasebook design.