Ports 搜索

共有17,773项符合comment.zh_CN%3A%E6%8E%A7%E5%88%B6%E5%8F%B0的查询结果,以下是第1,3811,390项(搜索用时0.034秒)
net/udptunnel-1.1 (Score: 0.0028847018)
Tunnel UDP packets over a TCP connection
UDPTunnel by Jonathan Lennox; copyright 1999,2001 by Columbia University. UDPTunnel is a small program which can tunnel UDP packets bi-directionally over a TCP connection. Its primary purpose (and original motivation) is to allow multi-media conferences to traverse a firewall which allows only outgoing TCP connections. Source code for Unix is available from See udptunnel.html for installation and usage instructions. See COPYRIGHT for conditions and terms of redistribution. A current version of udptunnel.html is located at Jonathan Lennox September 6, 2001
audio/lingot-0.9.1 (Score: 0.002882465)
LINGOT is a musical instrument tuner
LINGOT is a musical instrument tuner. It's accurate, easy to use, and highly configurable. Originally conceived to tune electric guitars, it can now be used to tune other instruments. It looks like an analogue tuner, with a gauge indicating the relative shift to a certain note, found automatically as the closest note to the estimated frequency.
audio/whysynth-20120903 (Score: 0.002882465)
Versatile softsynth implemented as a DSSI plugin
WhySynth is a versatile softsynth which operates as a plugin for the Disposable Soft Synth Interface (DSSI). A brief list of features: - 4 oscillators, 2 filters, 3 LFOs, and 5 envelope generators per voice. - 11 oscillator modes: minBLEP, wavecycle, chorused wavecycle, asynchronous granular, three FM modes, waveshaper, noise, PADsynth, and phase distortion. - 10 filter modes. - flexible modulation and mixdown options, plus effects.
databases/sqlite3-3.14.1 (Score: 0.002882465)
SQL database engine in a C library
SQLite is an SQL database engine in a C library. Programs that link the SQLite library can have SQL database access without running a separate RDBMS process. The distribution comes with a standalone command-line access program (sqlite3) that can be used to administer an SQLite database and which serves as an example of how to use the SQLite library.
databases/sqlite-2.8.17 (Score: 0.002882465)
SQL database engine in a C library
SQLite is an SQL database engine in a C library. Programs that link the SQLite library can have SQL database access without running a separate RDBMS process. The distribution comes with a standalone command-line access program (sqlite) that can be used to administer an SQLite database and which serves as an example of how to use the SQLite library.
devel/Role-Identifiable-0.007 (Score: 0.002882465)
Thing with a list of tags
Role::Identifiable::HasIdent is an incredibly simple role. It adds a required ident attribute that stores a simple string, meant to identify exceptions. Role::Identifiable::HasTags adds the ability for your class and its composed parts (roles, superclasses) as well as instances of it to contribute to a pool of tags describing each instance.
devel/Tie-Array-Pack-0.02 (Score: 0.002882465)
Array implemented as a packed string
One of the drawbacks for using Perl's native array is that it is a memory-hog. Normally it takes 20 bytes a scalar (16 bytes for scalar + overhead). This can be a problem when you need to handle millions of numbers in-memory. This module saves memory in exchange for speed.
devel/pytemplate-1.5.1 (Score: 0.002882465)
Pytemplate gives python developers a starting framework
Pytemplate is a small project intending to give python developpers a starting framework. It permits to create properly scripts without struggling with configuration files, logging properties development. They are already available through a main class that the new script will inherit.
misc/mc-4.8.17 (Score: 0.002882465)
Midnight Commander, a free Norton Commander Clone
GNU Midnight Commander is a user-friendly yet powerful file manager and visual shell, useful to novice and guru alike. It provides a clear, user-friendly, and somewhat protected interface to a Unix system while making many frequent file operations more efficient and preserving the full power of the command prompt. You will wonder how you could ever live without it.
net/Net-DHCP-Watch-2.03 (Score: 0.002882465)
Class for monitoring a remote DHCPD server
Net::DHCP::Watch is a module to help monitor remote DHCP servers. It opens an UDP socket to send and receive responses to and from a DHCP server. It stores the last connection status information. This module can help to write some simple code to implement a reliable DHCP service over complex or simple networks.