Ports 搜索

共有17,773项符合comment.zh_CN%3A%E6%8E%A7%E5%88%B6%E5%8F%B0的查询结果,以下是第951960项(搜索用时0.008秒)
net/zope.proxy-4.1.3 (Score: 0.0051303403)
Generic Transparent Proxies
Proxies are special objects which serve as mostly-transparent wrappers around another object, intervening in the apparent behavior of the wrapped object only when necessary to apply the policy (e.g., access checking, location brokering, etc.) for which the proxy is responsible.
print/html2latex-0.9c (Score: 0.0051303403)
Convert HTML document into LaTeX
This is an HTML to LaTeX translator. CREDITS Nathan Torkington adapted the HTML parser from NCSA's Xmosaic package (file://ncsa.uiuc.edu/Web/xmosaic) and wrote the conversion code. The HTML parser code is subject to the NCSA restrictions. The conversion code is subject to the VUW restrictions. Enquiries should be sent via e-mail to Nathan.Torkington@vuw.ac.nz.
textproc/Lingua-EN-Numbers-2.03 (Score: 0.0051303403)
Converts numeric values into their English string equivalents
Lingua::EN::Numbers converts arbitrary numbers into human-oriented English text. Limited support is included for parsing standardly formatted numbers (i.e. '3,213.23'). But no attempt has been made to handle any complex formats. Support for multiple variants of English are supported. Currently only "American" formatting is supported.
www/otrs-5.0.10 (Score: 0.0051303403)
Open Ticket Request System
OTRS is an Open source Ticket Request System (also well known as trouble ticket system) with many features to manage customer telephone calls and e-mails. The system is built to allow your support, sales, pre-sales, billing, internal IT, helpdesk, etc. department to react quickly to inbound inquiries.
www/noscript-2.6.6.1 (Score: 0.0051303403)
Security-enhancing Java/JS filtering extension
NoScript provides extra protection for your Mozilla/Firefox or Flock browser: this extension allows JavaScript and Java execution only for trusted domains of your choice (e.g. your home-banking web site). This whitelist based pre-emptive script blocking approach prevents exploitation of security vulnerabilities (known and even not known yet!) with no loss of functionality...
x11/X11-GUITest-0.28 (Score: 0.0051303403)
Provides GUI testing/interaction facilities
This Perl package is intended to facilitate the testing of GUI applications by means of user emulation. It can be used to test/interact with GUI applications; which have been built upon the X library or toolkits (i.e., GTK+, Xt, Qt, Motif, etc.) that "wrap" the X library's functionality.
databases/DBD-PgLite-0.11 (Score: 0.0051280675)
PostgreSQL emulation mode for SQLite
The module automatically and transparently transforms a broad range of SQL statements typical of PostgreSQL into a form suitable for use in SQLite. This involves both (a) parsing and filtering of the SQL; and (b) the addition of several PostgreSQL-compatible functions to SQLite.
devel/Math_Fraction-0.4.1 (Score: 0.0051280675)
Classes that represent and manipulate fractions
Classes that represent and manipulate fractions (x = a/b). The Math_FractionOp static class contains definitions for: - basic arithmetic operations - comparing fractions - greatest common divisor (gcd) and least common multiple (lcm) of two integers - simplifying (reducing) and getting the reciprocal of a fraction - converting a float to fraction.
net/Net-ParseWhois-0.70 (Score: 0.0051280675)
Extendable perl5 module for parsing whois information
Based on Net::Whois, Net::ParseWhois was written with the intent to provide a replacement for the (broken) Net::Whois module. It is otherwise different to Net::Whois in that it a) is easily extendable b) has a work-around approach rather than wanting/expecting/wishing registrars to standardize their output.
math/quadprog-1.5.5 (Score: 0.00508398)
Functions to solve Quadratic Programming Problems
This routine implements the dual method of Goldfarb and Idnani (1982, 1983) for solving quadratic programming problems of the form min(?dT b + 1/2bT Db) with the constraints AT b >= b0.