Ports 搜索

共有17,773项符合comment.zh_CN%3A%E6%8E%A7%E5%88%B6%E5%8F%B0的查询结果,以下是第16,68116,690项(搜索用时0.018秒)
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)
OpenDesktop 的明体和楷体界面
OpenDesktop 字体是两个 arphic 明体和楷体的组合,它包含了 12-像素(9-点), 13-像素(10-点), 14-像素(10.5-点), 15-像素(11-点), 16-像素(12-点) 等嵌入的位图字体 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 seperate 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)
一系列中文编写工具
文具包括一系列中文编写工具,如输入法、文本文件格式化等。所有工具都是直接使用 Unicode 的。
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.