Ports 搜索

共有17,773项符合comment.zh_CN%3A%E6%8E%A7%E5%88%B6%E5%8F%B0的查询结果,以下是第3,7513,760项(搜索用时0.011秒)
misc/progressbar-2.3 (Score: 2.8038945E-4)
Text progressbar library for python
This library provides a text mode progressbar. This is typically used to display the progress of a long running operation, providing a visual clue that processing is underway. The ProgressBar class manages the progress, and the format of the line is given by a number of widgets. A widget is an object that may display diferently depending on the state of the progress. There are three types of widget: - a string, which always shows itself; - a ProgressBarWidget, which may return a diferent value every time it's update method is called; and - a ProgressBarWidgetHFill, which is like ProgressBarWidget, except it expands to fill the remaining width of the line.
misc/progressbar231-2.3.1 (Score: 2.8038945E-4)
Text progressbar library for python
This library provides a text mode progressbar. This is typically used to display the progress of a long running operation, providing a visual clue that processing is underway. The ProgressBar class manages the progress, and the format of the line is given by a number of widgets. A widget is an object that may display diferently depending on the state of the progress. There are three types of widget: - a string, which always shows itself; - a ProgressBarWidget, which may return a diferent value every time it's update method is called; and - a ProgressBarWidgetHFill, which is like ProgressBarWidget, except it expands to fill the remaining width of the line.
www/Dancer2-Plugin-Deferred-0.007015 (Score: 2.8038945E-4)
Dancer2 plugin to defer messages or data across redirections
This Dancer2 plugin provides a method for deferring a one-time message across a redirect. It is similar to "flash" messages, but without the race conditions that can result from multiple tabs in a browser or from AJAX requests. It is similar in design to Catalyst::Plugin::StatusMessage, but adapted for Dancer2. It works by creating a unique message ID within the session that holds deferred data. The message ID is automatically added as a query parameter to redirection requests. It's sort of like a session within a session, but tied to a request rather than global to the browser. (It will even chain across multiple redirects.)
audio/flac-1.3.1 (Score: 2.786533E-4)
Free lossless audio codec
FLAC is an Open Source lossless audio codec. FLAC is comprised of * libFLAC, a library which implements reference encoders and decoders for native FLAC and Ogg FLAC, and a metadata interface * libFLAC++, a C++ object wrapper library around libFLAC * flac, a command-line program for encoding and decoding files * metaflac, a command-line program for viewing and editing FLAC metadata * user and API documentation
biology/hmmer-3.0 (Score: 2.786533E-4)
Profile hidden Markov models for biological sequence analysis
HMMER is an implementation of profile hidden Markov model methods for sensitive searches of biological sequence databases using multiple sequence alignments as queries. Given a multiple sequence alignment as input, HMMER builds a statistical model called a "hidden Markov model" which can then be used as a query into a sequence database to find (and/or align) additional homologues of the sequence family.
chinese/opencc-11.5 (Score: 2.786533E-4)
OpenCC conversion module for bsdconv
Open Chinese Convert (OpenCC) is an open source Simplified-Traditional Chinese conversion project, providing high quality thesaurus and libopencc, as well as a conversion utility and a dictionary generator. bsdconv is a BSD licensed charset/encoding converter library with more function than libiconv. (Currently, only a few codecs are supported) This port is a opencc conversion module for bsdconv.
comms/ncid-1.4 (Score: 2.786533E-4)
Network based Caller ID package
NCID is a network based Caller ID package that contains a server to obtain the CID information from a modem, and a client to display the CID information on a computer, TiVo, text pager, or cell phone. Multiple clients are permitted.
comms/jerm-8096 (Score: 2.786533E-4)
Communication terminal through serial and TCP/IP interfaces
The jerm is primarily intended to communicate with a remote machine through a serial interface. Additionally jerm can communicate with another through a TCP/IP connection like telnet and relay a serial communication to a TCP/IP connection to another remote machine.
comms/xdx-2.4 (Score: 2.786533E-4)
Amateur Radio DX cluster monitor
Xdx is a client to connect to a DX-cluster. Dx messages will be displayed in a list, announcements will go to a text widget. As well as the usual functions, if you have hamlib installed it can control the radio and set the frequency simply by double clicking a DX-spot (using rigctl).
databases/metakit-2.4.9.7 (Score: 2.786533E-4)
C++ embedded database engine with Python and Tcl support
METAKIT is a curious mix of flatfile, relational and OODBMS features with a small footprint, and a big following. For those who don't need a heavy-duty SQL solution, it is tight and fast for <100,000 items, with a snazzy ability to dynamically change data structures on the fly. Interfaces are available for Tcl and Python, with Perl support promised soon.