Ports 搜索

共有5,824项符合/net/的查询结果,以下是第1,7311,740项(搜索用时0.004秒)
biology/bio-1.5.0 (Score: 0.062004834)
Integrated environment for Bioinformatics written in Ruby
BioRuby project aims to implement integrated environment for Bioinformatics by using Ruby.
comms/libsdr-0.1.0 (Score: 0.062004834)
Simple software defined radio (SDR) library
A simple software defined radio (SDR) library. Although being simple, libsdr is sufficient to write a simple SDR receiver application (github.com/hmatuschek/sdr-rx, above). This RX application supports several input sources (i.e. sound card, files, RTL2382 dongles etc.) and modes (i.e. AM, FM, SSB, CW, etc.).
comms/rxtx-2.2p2 (Score: 0.062004834)
Native interface to serial ports in Java
RXTX: serial and parallel I/O libraries supporting Sun's CommAPI. Open-source implementation of the Java Communications API. Native interface to serial ports in Java.
comms/libsdr-gui-0.1.0 (Score: 0.062004834)
GUI functions (e.g. waterfall) for libsdr library
GUI functions (e.g. waterfall) for libsdr, a simple software defined radio (SDR) library.
comms/esmska-0.21 (Score: 0.062004834)
Program for sending SMS over the Internet
Esmska is a cross-platform application for sending GSM SMS over the Internet. It uses publicly available web gateways and sends messages through them. This way it can be much more comfortable than using a web browser or a mobile phone. Features: * Send SMS through various gateways (local or international, free or paid) * Supports all common operating systems (Linux, Windows, Mac OS, etc.) * Free, under open-source licence GNU AGPL3+ * Import contacts from vCard files or third-party programs (DreamCom) * Send SMS to multiple recipients at once * History of sent messages * Pluggable gateway system - easy to provide support for more gateways directly by users * Extensive possibilities of changing appearance * Many other planned features
comms/sdr-wspr-0.1.0 (Score: 0.062004834)
WSPR receiver/decoder using libsdr
A WSPR receiver/decoder using libsdr. This implementation embeds the original WSPR Fortran code into a libsdr processing node, allowing to assemble a WSPR receiver for various sources easily.
converters/base64-1.5 (Score: 0.062004834)
Utility to encode and decode base64 files
Base64 is a command line utility which encodes/decodes arbitrary binary information in the base64 format used by MIME-encoded documents, such as electronic mail messages with embedded files (RFC 1341 and successors).
converters/ical2html-2.0 (Score: 0.062004834)
Manipulation commands for iCalendar files
ical2html takes an iCalendar file and outputs an HTML file showing one or more months in the form of tables.
converters/unidecode-0.04.19 (Score: 0.062004834)
ASCII transliterations of Unicode text
What Unidecode provides is a function, 'unidecode(...)' that takes Unicode data and tries to represent it in ASCII characters (i.e., the universally displayable characters between 0x00 and 0x7F). The representation is almost always an attempt at *transliteration* -- i.e., conveying, in Roman letters, the pronunciation expressed by the text in some other writing system. (See the example above)
databases/cppdb-0.3.1 (Score: 0.062004834)
Platform and database independent SQL connectivity library
CppDB is a SQL connectivity library that is designed to provide platform and database independent connectivity API similarly to what JDBC, ODBC and other connectivity libraries do. It supports Sqlite3, PostgreSQL, MySQL and as many RDBMSs as possible via cppdb-odbc bridge. It was written with performance, simplicity in use and locale safety as the primary goals in mind. It also provides both explicit verbose API and brief and nice syntactic sugar.