Ports 搜索

共有18,669项符合descr.zh_CN%3A%E9%81%8F%E5%88%B6%E5%9E%83%E5%9C%BE的查询结果,以下是第2,4812,490项(搜索用时0.01秒)
textproc/errorhandler-1.1.1 (Score: 7.5465813E-4)
Logging framework handler that tracks when messages above a certain level have been logged
A logging framework handler that tracks when messages above a certain level have been logged. This is a handler for the python standard logging framework that can be used to tell whether messages have been logged at or above a certain level. This can be useful when wanting to ensure that no errors have been logged before committing data back to a database.
devel/JSON-Schema-0.016 (Score: 7.5441273E-4)
Validate JSON against a schema
Validate JSON against a schema.
textproc/print-n-times-1.0 (Score: 7.5441273E-4)
Print a string (n) times
Print a string (n) times
www/httptunnel-3.3 (Score: 7.533545E-4)
通过一个 http/tcp/ip 连接建立一个 tcp/ip 隧道连接
httptunnel 通过 HTTP 隧道请求创建一个双向的虚拟数据路径。如果有需要的话, 请求也可以通过 HTTP 代理来发送。 这对被限制在防火墙后面的用户很有用。如果 WWW 访问允许通过一个 HTTP 代理 进行,就能使用 httptunnel,并且 say、telnet 或者 PPP 连接到防火墙外部的 计算机。 如果你还不明白这是怎么一回事,你可以从 FAQ 文件里找到一些有用的信息。 这个程序主要是面向技术型用户。他们应该知道怎么做。 httptunnel 是一个自由软件。请参阅 COPYING 里的条款。 如果你喜欢这个软件,可以发送一张明信片给我,我会很感激的,地址如下: Lars Brinkhoff Kopmansgatan 2 411 13 Goteborg Sweden
security/please-2.6 (Score: 7.5288396E-4)
Execute a command as root
Please aims to be little sudo without bells and whistles. Only pam authentication and executing command. Name please fits into Unix naming conventions. Where we have daemon instead of background process. We are killing processes, not closing processes. Now we can please to run privileged process.
print/fpdf-1.7 (Score: 7.5091375E-4)
Free PHP class to generate PDF files with pure PHP
FPDF is a PHP class which allows to generate PDF files with pure PHP, that is to say without using the PDFlib library. The advantage is that PDFlib requires a fee for a commercial usage. F from FPDF stands for Free: you may use it for any kind of usage and modify it to suit your needs. FPDF has other advantages: high level functions. Here is a list of its main features: * Choice of measure unit, page format and margins * Page header and footer management * Automatic page break * Automatic line break and text justification * Image support (JPEG and PNG) * Colors * Links * TrueType, Type1 and encoding support * Page compression Of course, the generation speed of the document is less than with PDFlib. However, the performance penalty keeps very reasonable and suits in most cases, unless your documents are particularly complex or heavy.
devel/jwasm-211a (Score: 7.502024E-4)
Fork of OpenWatcom x86 assembler with AMD64 support
JWasm is a MASM v6 compatible assembler. It's a fork of Open Watcom's WASM and released under the Sybase Open Watcom Public License, which allows free commercial and non-commercial use. JWasm is written in C, source code is open. JWasm Features: - JWasm natively supports output formats Intel OMF, MS Coff (32- and 64-bit), Elf (32- and 64-bit), Bin and DOS MZ. - precompiled JWasm binaries are available for DOS, Windows and Linux. For OS/2 and FreeBSD, makefiles are supplied. - Instructions up to SSSE3 are supported. - The JWasm source is portable and has successfully been tested with Open Watcom, MS VC, GCC and more. - As far as programming for Windows is concerned, JWasm can be used with both Win32Inc and Masm32. - C header files can be converted to include files for JWasm with h2incX.
devel/Devel-PackagePath-0.03 (Score: 7.4870244E-4)
Inspect and manipulate a Path based on a Package name
Devel::PackagePath is a Perl module to inspect and manipulate a Path based on a Package name.
devel/tinyq-3.0.6 (Score: 7.474903E-4)
Stripped down version of Qt 3 for use as a utility library
TinyQ is a stripped down version of Qt 3 that has been put together to use as a backend library. It provides all the necessary library classes to comfortably develop in a C++ environment. This includes UTF8 and ASCII strings, type optimized collections (dictionary, map, cache, vector, list), regular expressions, filesystem access, URL processing, threads, shared library handling, user settings, date and time handling, DOM & SAX XML parsers, optimized data and text streams and abstract IO devices.
www/mod_xml2enc-1.0.3 (Score: 7.4713276E-4)
Apache module for converting encoding before and/or after a filter run
mod_xml2enc is a transcoding module that can be used to extend the internationalisation support of libxml2-based filter modules by converting encoding before and/or after the filter has run. Thus an unsupported input charset can be converted to UTF-8, and output can also be converted to another charset if required.