Ports Search

Results 191200 of 6,332 for /net-p2p/.(0.123 seconds)
chinese/cconv-0.6.4 (Score: 0.04865275)
PHP wrapper for chinese/cconv
This port is the PHP 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.
chinese/sunpinyin-2.0.4.r3 (Score: 0.04865275)
Statistical language model based input method engine
SunPinyin is a statistical language model based Chinese input method, which was firstly developed by Sun Beijing Globalization team, and opensource'd to community with OpenSolaris project, with LGPLv2 and CDDL dual-licenses.
chinese/cconv-0.5.0 (Score: 0.04865275)
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.
chinese/pyzy-0.1.0 (Score: 0.04865275)
The Chinese PinYin and Bopomofo conversion library
The Chinese PinYin and Bopomofo conversion library This is the Chinese PinYin / Bopomofo conversion library. You can easily write an application which handles the Chinese with it.
chinese/ydict-1.3.1 (Score: 0.04865275)
Command line tool of Yahoo! Dict
A tool looks up Yahoo! Dict in command line.
comms/wy60-2.0.9 (Score: 0.04865275)
Curses-based emulator for the Wyse 60 terminal
Wy60 can be invoked from within any one of many commonly used terminal emulators as long as there is a working terminfo entry for it. It sets up a emulation environment converting between Wyse 60 escape sequences and the escape codes of the host system, and launches a shell to run within this emulated environment. The current set of supported escape sequences is limited, but should suffice to run many existing legacy applications without requiring any changes.
converters/drg2sbg-2.2 (Score: 0.04865275)
Convert propiatary .drg file format into SBaGen format
This program converts the .drg propiatary file format into the open source SBaGen format.
converters/chmview-2.0b4 (Score: 0.04865275)
Extractor from .chm files
Chmview is a simple program to decompose .chm-file to the components. Originally it was written for MS Windows to work in conjunction with Far filemanager.
converters/osm2mp-r475 (Score: 0.04865275)
OpenStreetMap data into Polish map format (MP) converter
OpenStreetMap data into Polish map format (MP) convertor
databases/jdbm-2.4 (Score: 0.04865275)
Fast, simple, and transactional Java persistence engine
JDBM is a transactional persistence engine for Java. It aims to be for Java what GDBM is for other languages: a fast, simple persistence engine. You can use it to store a mix of objects and BLOBs, and all updates are done in a transactionally safe manner. JDBM also provides scalable data structures, such as HTree and B+Tree, to support persistence of large object collections. JDBM2 provides HashMap and TreeMap which are backed by disk storage. It is very easy and fast way to persist your data. JDBM2 also have minimal hardware requirements and is highly embeddable.