Ports Search

Results 12,54112,550 of 18,669 for descr.zh_CN%3A%E9%81%8F%E5%88%B6%E5%9E%83%E5%9C%BE.(0.014 seconds)
cad/fritzing-0.9.2 (Score: 4.5905075E-5)
CAD for printed circuit boards
Fritzing is an Electronic Design Automation software with a low entry barrier, suited for the needs of designers and artists. It uses the metaphor of the breadboard, so that it is easy to transfer your hardware sketch to the software. From there it is possible to create PCB layouts for turning it into a robust PCB yourself or by help of a manufacturer.
cad/qucs-0.0.18 (Score: 4.5905075E-5)
Graphical circuit design and simulation tool
Qucs is an integrated circuit simulator which means you are able to setup a circuit with a graphical user interface (GUI) and simulate the large-signal, small-signal and noise behaviour of the circuit. After that simulation has finished you can view the simulation results on a presentation page or window.
comms/gnokii-0.6.31 (Score: 4.5905075E-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/nokryptia-1.3 (Score: 4.5905075E-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: 4.5905075E-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: 4.5905075E-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: 4.5905075E-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/opentsdb-2.2.0 (Score: 4.5905075E-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: 4.5905075E-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/DBIx-DBSchema-0.45 (Score: 4.5905075E-5)
OO-interface to database schemas
This module implements an OO-interface to database schemas. Using this module, you can create a database schema with an OO Perl interface. You can read the schema from an existing database. You can save the schema to disk and restore it in a different process. Most importantly, DBIx::DBSchema can write SQL CREATE statements for different databases from a single source.