Ports Search

Results 16,68116,690 of 17,773 for comment.zh_CN%3A%E6%8E%A7%E5%88%B6%E5%8F%B0.(0.017 seconds)
chinese/bug5-1.18 (Score: 1.0904034E-4)
Big5/GBK <-> UTF-8 translating layer in terminal
bug5 is a Big5/GBK <-> UTF-8 translating layer in terminal. It's modified from script(1). Features that screen doesn't have: - Autoset locale - UAO - Unpad padded ambiguous-width characters - ANSI-Broken Big5 (eg. Double Color) fixing - Optional Traditional-Simplified conversion - BSD License - Specifying size for slave terminal + auto scrolling region setting Features that both bug5 and screen has: - Optional ambiguous-width characters padding - Specify I/O conversion
chinese/opendesktop-fonts-1.4.2 (Score: 1.0904034E-4)
Ming and Kai face of OpenDesktop fonts
OpenDesktop Font is combine of two arphic Ming and Kai font with 12-pixel(9-point), 13-pixel(10-point), 14-pixel(10.5-point), 15-pixel(11-point), 16-pixel(12-point) embedded bitmap fonts NOTICE: This Truetype font contains embedded bitmap fonts made by firefly and is released as a whole under the ARPHIC PUBLIC LICENSE. There are also separate bitmap fonts made by Firefly and released under the GENERAL PUBLIC LICENSE (GPL): ftp://ftp.opendesktop.org.tw/odp/ODOFonts/Bitmaps/
chinese/wenju-1.6 (Score: 1.0904034E-4)
Collection of writing tools in Chinese
A collection of writing tools (wenju in Chinese pinyin) such as TIM (Table- based Input Method), text file formatter, etc. All the tools are based on Unicode. Default input tables include Wubi and Pinyin, among others. This port also provides "wrap" utility which can be used to wrap input text to specified width. It correctly takes into account punctuation marks when breaking words, and that Latin and Chinese characters have different width.
comms/libimobiledevice-1.2.0 (Score: 1.0904034E-4)
Library to communicate with Apple iOS devices
libimobiledevice is a cross-platform software library that talks the protocols to support iPhone, iPod Touch, iPad and Apple TV devices. Unlike other projects, it does not depend on using any existing proprietary libraries and does not require jailbreaking. It allows other software to easily access the device's filesystem, retrieve information about the device and its internals, backup/restore the device, manage SpringBoard icons, manage installed applications, retrieve addressbook/calendars/notes and bookmarks and synchronize music and video to the device.
comms/gqrx-2.5.3 (Score: 1.0904034E-4)
Software defined radio receiver powered by GNU Radio and Qt
Gqrx is an experimental software defined radio receiver implemented using GNU Radio and the Qt GUI toolkit. Currently it supports the following devices: - Funcube Dongle Pro and Pro+ - RTL2832U-based DVB-T dongles (rtlsdr via USB and TCP) - OsmoSDR - USRP - HackRF Jawbreaker - Nuand bladeRF - RFspace SDR-IQ, SDR-IP and NetSDR - Airspy - any other device supported by the gr-osmosdr library Gqrx can operate as a traditional AM/FM/SSB receiver with audio output or as an FFT-only instrument.
comms/uhd-3.9.5 (Score: 1.0904034E-4)
Ettus Research UHD driver framework
UHD is the "Universal Software Radio Peripheral" (USRP) Hardware Driver. It works on all major platforms (Linux, Windows, and Mac); and can be built with GCC, Clang, and MSVC compilers. The goal of UHD is to provide a host driver and API for current and future Ettus Research products. Users will be able to use the UHD driver standalone or with third-party applications such as: GNU Radio LabVIEW Simulink OpenBTS
comms/tcpser-1.0.r12 (Score: 1.0904034E-4)
TCPSER turns serial port into an emulated Hayes compatible modem
TCPSER turns a PC serial port into an emulated Hayes compatible modem that uses TCP/IP for incoming and outgoing connections. It can be used to allow older applications and systems designed for modem use to operate on the Internet. TCPSER supports all standard Hayes commands, and understands extended and vendor proprietary commands (though it does not implement many of them). TCPSER can be used for both inbound and outbound connections.
comms/usrp-3.4.3 (Score: 1.0904034E-4)
Ettus Research USRP driver framework
UHD is the "Universal Software Radio Peripheral" (USRP) Hardware Driver. It works on all major platforms (Linux, Windows, and Mac); and can be built with GCC, Clang, and MSVC compilers. The goal of UHD is to provide a host driver and API for current and future Ettus Research products. Users will be able to use the UHD driver standalone or with third-party applications such as: GNU Radio LabVIEW Simulink OpenBTS
converters/Convert-IBM390-0.28 (Score: 1.0904034E-4)
Functions for manipulating mainframe data
Convert::IBM390 -- functions for manipulating mainframe data Convert::IBM390 is a Perl module. It supplies various functions that you may find useful when messing with IBM System/3[679]0 data. See the POD documentation in the module, or "man Convert::IBM390" after you have installed it. asc2eb, eb2asc, eb2ascp: ASCII/EBCDIC conversion packeb, unpackeb: pack/unpack and convert an EBCDIC record hexdump: dump memory in an MVS-like format
converters/XML-WBXML-0.09 (Score: 1.0904034E-4)
Convert between XML and WBXML using libwbxml2
This module is a wrapper around Aymerick Jehanne's libwbxml (or perhaps libwbxml2, I am not sure what the distinction is) library for handling Wireless Binary XML. You must install libwbxml2 prior to installing this module. The library can be found at http://libwbxml.aymerick.com/ (libwbxml2 itself requires the expat library to be installed.) The module defines two functions: xml_to_wbxml and wbxml_to_xml.