Ports Search

Results 13,57113,580 of 17,773 for comment.zh_CN%3A%E6%8E%A7%E5%88%B6%E5%8F%B0.(0.014 seconds)
chinese/cconv-0.5.0 (Score: 1.5420633E-4)
Python wrapper for chinese/cconv
This port is the Python wrapper of cconv (chinese/cconv). cconv (pronunciation: see-conv) is an iconv-based Simplified-Traditional Chinese conversion tool. It is NOT only a transcoding program, but also a TRANSLATE tool between Simplified Chinese and Traditional Chinese. We stand on the shoulders of giants. cconv source code is based on iconv, an excellent program which converts text from one encoding to another. Features: - iconv-like usage. - language-level Simplified-Traditional Chinese conversion. - idioms can be translated.
comms/comserv-1.4.4 (Score: 1.5420633E-4)
Access local serial ports via network connections
The comservd program provides a facility to access network terminal server serial ports, such as those available on Xyplex terminal server models, via /dev device file entries. This allows programs such as tip(1) to access devices connected to the terminal server serial ports. Additionally, comservd can serve up local serial ports to remote systems, effectively turning the system running comservd into a terminal server with respect to its own local serial ports.
comms/geoid-1.0 (Score: 1.5420633E-4)
Geodetic computer for amateur radio use
Geodetic computer for amateur radio use. Converts Lat / Lon to Maidenhead Grid Square and reverse Computes range in kilometers and great circle bearing between QTH and remote site specified by Lat/Lon or Maidenhead Grid Square Computes range in kilometers and great circle bearing between QTH and a site selected from a database list for all known callsign prefixes and their geographic position. Geographic position is by major city.
comms/hamlib-3.0.1 (Score: 1.5420633E-4)
Shared libraries for Amateur Radio Equipment Control Applications
The Ham Radio Control Libraries, Hamlib for short, is a development effort to provide a consistent interface for programmers wanting to incorporate radio control in their programs. Hamlib will allow authors of software logging programs, digital communications programs, or those wanting to develop the ultimate radio control software to concentrate on the user interface and the basic function of the program rather than radio control.
comms/libirman-0.4.6 (Score: 1.5420633E-4)
Library for Evation's Irman infrared receiver
libirman is a library for accessing the IRMAN hardware from Linux and other Unix systems. Currently the package is mainly for advanced users and developers; this does not mean that less experienced users will not be able to use it, but that there are not a lot of applications for libirman at the moment, and that if you run into problems you may have difficulty fixing things.
comms/Cisco-UCS-0.30 (Score: 1.5420633E-4)
Perl interface to the Cisco UCS XML API
This package provides an abstracted interface to the Cisco UCS Manager XML API and Cisco UCS Management Information Model. The Cisco UCS Manager (UCSM) is an embedded software agent providing access to the hardware and configuration management features of attached Cisco UCS hardware. The Management Information Model for the UCSM is organised into a structured heirachy of both physical and virtual objects. Accessing objects within the heirachy is done through a number of high level calls to heirachy search and traversal methods
comms/pyla-1.1.7.1 (Score: 1.5420633E-4)
Hylafax client written in Python
What's Pyla Project? Pyla wants to be a new Hylafax client entirely written using the Python interpreter. What can I do with Pyla? With Pyla you can basically send and manage faxes. It actually mimics WHFC in its interface so if you like WHFC, you'll probably feel comfortable with Pyla too. Why should I use Pyla? There're a lot of Hylafax clients out there, Pyla's main advantage is probably its platform independence.
comms/tits-1.1.2 (Score: 1.5420633E-4)
Server which provides telnet(1) access to one or more tty ports
The tits command is a server process which provides telnet(1) access to one or more tty ports as specified in config-file (or /etc/tits.conf if no configuration file is specified on the command line). Any number of telnet(1) clients may connect to a single tits port. Each client will see exactly the same output as well as being able to send keystrokes simultaneously.
comms/xmorse-20041125 (Score: 1.5420633E-4)
Fully automatic Morse code teaching machine
A fully automatic Morse code teaching machine. Teaches you to receive Morse code. It starts with a few letters and adds more when it sees that you are ready. The program won't teach you to send code. It runs in X Window. Built with the Fast Light ToolKit(fltk) and the Simple Directmedia Layer(SDL). It need to be compiled on X Window term for the reason fluid(fltk) need to.
converters/Convert-Bencode_XS-0.06 (Score: 1.5420633E-4)
Faster conversions to/from Bencode format
Convert::Bencode_XS exists for a couple of reasons, first of all performance. Especially bdecode() is between 10 and 200 times faster than Convert::Bencode version (depending on file): the great speed increase is in part due to the iterative algorithm used. bencode() is written in C for better performance, but it still uses a recursive algorithm. It manages to be around 3 to 5 times faster than Convert::Bencode version. Check out the "extras" directory in this distribution for benchmarks.