Ports 搜索

共有17,754项符合%E6%8E%A7%E5%88%B6%E5%8F%B0的查询结果,以下是第7,4917,500项(搜索用时0.009秒)
comms/gnokii-0.6.31 (Score: 8.972706E-5)
Tools to talk to GSM cellular phones
Gnokii is a Unix/Linux tool suite for mobile phones. It provides a library to communicate with a phone hiding the communication protocol. The library handles SMS, phonebook, calendar, phone calls, and other mobile phone capabilities. It supports most of the GSM phones: Nokia ones using Nokia proprietary protocol and AT-capable ones -- using standard AT commands.
comms/hcidump-1.5.1 (Score: 8.972706E-5)
Bluetooth traffic dumper, similar to tcpdump
HCIdump reads raw HCI data coming from and going to a Bluetooth device and prints commands, events, and data in a human-readable form. Optionally, the dump can be written to a file rather than parsed, so that dump file can be parsed later.
comms/nokryptia-1.3 (Score: 8.972706E-5)
Tool for fast loading mp3s into Nokia 5510
Nokryptia is a program to convert music files like MP3 to work on a Nokia 5510 cell phone. The utility also does not do any encryption, it uses in fact a bug in the encryption algorithm. Therefore, no actual encryption is done, which makes the program very fast in comparison to the official software from Nokia.
comms/yagiuda-1.19 (Score: 8.972706E-5)
Used to calculate yagi-uda antenna patterns useful to ham radio
The Yagi-Uda project is a set of programmes for designing, and optimising Yagi-Uda antennas, with 2 or more elements, such as shown below. Additionally, a very simple program called dipole works with just a dipole, but its functionality is limited. Written by Dr. David Kirkby, G8WRB. email david.kirkby@onetel.net
converters/json-0.9.1 (Score: 8.972706E-5)
Support for serialising Haskell to and from JSON
JSON (JavaScript Object Notation) is a lightweight data-interchange format. It is easy for humans to read and write. It is easy for machines to parse and generate. It is based on a subset of the JavaScript Programming Language, Standard ECMA-262 3rd Edition - December 1999. This library provides a parser and pretty printer for converting between Haskell values and JSON.
databases/gdbm-1.12 (Score: 8.972706E-5)
GNU database manager
The GNU dbm is a library of database functions that use extensible hashing and works similar to the standard UNIX dbm functions. These routines are provided to a programmer needing to create and manipulate a hashed database. This library exists in the FreeBSD base collection, but the GNU version has added functionality that is sometimes useful.
databases/redis-2.2.4 (Score: 8.972706E-5)
PHP5-Extension for Redis
This extension provides an API for communicating with Redis database, a persistent key-value database with built-in net interface written in ANSI-C for Posix systems. It is a fork of alfonsojimenez's phpredis, adding many methods and fixing a lot of issues.
databases/opentsdb-2.2.0 (Score: 8.972706E-5)
OpenTSDB is the Scalable Timeseries Database
OpenTSDB is a distributed, scalable Time Series Database (TSDB) written on top of HBase. OpenTSDB was written to address a common need: store, index and serve metrics collected from computer systems (network gear, operating systems, applications) at a large scale, and make this data easily accessible and graphable.
databases/Class-DBI-AsForm-2.42 (Score: 8.972706E-5)
Produce HTML form elements for database columns
This module helps to generate HTML forms for creating new database rows or editing existing rows. It maps column names in a database table to HTML form elements which fit the schema. Large text fields are turned into textareas, and fields with a has-a relationship to other Class::DBI tables are turned into select drop-downs populated with objects from the joined class.
databases/Class-DBI-Pager-0.08 (Score: 8.972706E-5)
Pager utility for Class::DBI
Class::DBI::Pager is a plugin for Class::DBI, which glues Data::Page with Class::DBI. This module reduces your work a lot, for example when you have to do something like: * retrieve objects from a database * display objects with 20 items per page In addition, your work will be reduced more, when you use Template-Toolkit as your templating engine