Ports Search

Results 151160 of 186 for /converters/.(0.08 seconds)
converters/showkey-1.7 (Score: 0.17956966)
Display cooked key sequences (keycap-to-keystrokes mappings)
This program puts your terminal in raw mode, eats keystrokes, and prints them back it you in a recognizable printed form (using <>-surrounded ASCII mnemonics for non-printables). This may be useful, for example, if you're not certain what your keyboard keys are sending.
converters/zfec-1.4.24 (Score: 0.17956966)
Fast erasure codec for Python
A fast erasure codec which can be used with the command-line, C, Python, or Haskell. Fast, portable, programmable erasure coding a.k.a. "forward error correction": the generation of redundant blocks of information such that if some blocks are lost then the original data can be recovered from the remaining blocks. The zfec package includes command-line tools, C API, Python API, and Haskell API.
converters/trans-1.20 (Score: 0.17956966)
Character encoding converter generator
This is a character encoding converter generator package. Currently there are 72 different character encoding description files supplied with this package, not counting the 13 *.net files, which are modified character encoding description files. All but 13 of the above mentioned files describe 8-bit character encodings/sets. It covers ISO 646, many IBM codepages for MS-DOS, Microsoft Windows codepages, ISO 8859-x, HP, Adobe, Apple Macintosh, Atari, NeXTSTEP character encodings, a few EBCDIC encodings, KOI8-R, and a few more.
converters/unidecode-0.04.19 (Score: 0.17956966)
ASCII transliterations of Unicode text
What Unidecode provides is a function, 'unidecode(...)' that takes Unicode data and tries to represent it in ASCII characters (i.e., the universally displayable characters between 0x00 and 0x7F). The representation is almost always an attempt at *transliteration* -- i.e., conveying, in Roman letters, the pronunciation expressed by the text in some other writing system. (See the example above)
converters/rcctools-0.1.1 (Score: 0.17956966)
Charset conversion utility with language and encoding autodetection
Command line interface to devel/librcc library. It is a highly configurable tool (supports almost all library functionality) which allows to recode standard input on the per-line basis. Additionally, there is a special mode providing a way to bring the names of all files in the specified directory to appropriate form (to the specified encoding, transliterate all names to english, translate all names to english, etc.)
converters/base32-0.3.2 (Score: 0.17956966)
Ruby extension for base32 encoding and decoding
Ruby extension for base32 encoding and decoding
converters/bsdconv-11.3.1 (Score: 0.17956966)
Ruby wrapper for bsdconv
BSD licensed charset/encoding converter library with more function than libiconv. (Currently, only a few codecs are supported) This port is a ruby wrapper for bsdconv.
converters/shftool-1.2.0 (Score: 0.17956966)
Converter for the Standard Hex Format (SHF)
Shftool is the reference implementation for the new, XML-based Standard Hex Format (SHF). Shftool is also a working converter/generator/extractor between/to/of SHF-files and other hex formats. SHF is specified in the following Internet Draft: http://ietf.org/internet-drafts/draft-strombergson-shf-06.txt
converters/ta2as-0.8.2 (Score: 0.17956966)
TASM to AT&T asm syntax converter (GNU AS)
This simple tool reads a source file with TASM syntax and converts it to AT&T syntax. The AT&T syntax is widely used by GNU tools, in particular the GAS(AS) interpreter and GCC compiler. The TASM syntax is used by many commercial compilers and disassemblers, ie. NASM, MASM, Visual Studio or IDA Pro. Ta2As can automate most of the conversion, but it still isn't perfect - some correction have to be made manually before the code compiles. This tool was originally written by Frank van Dijk and released by SPiRiT group; this is continuation of his work, although not much of the original code remains.
converters/tnef-1.4.12 (Score: 0.17956966)
Unpack data in MS Outlook TNEF format
This program decodes those annoying application/ms-tnef MIME attachments that Microsoft mail servers helpfully use to encapsulate your already MIME encoded attachments. Due to the proliferation of Microsoft Outlook and Exchange mail servers, more and more mail is encapsulated into this format. The TNEF program allows one to unpack the attachments which were encapsulated into the TNEF attachment. Thus alleviating the need to use Microsoft Outlook to view them.