Ports Search

Results 17,09117,100 of 18,669 for descr.zh_CN%3A%E9%81%8F%E5%88%B6%E5%9E%83%E5%9C%BE.(0.037 seconds)
converters/cmios9-2.1 (Score: 2.6503309E-5)
Ftp-like access to Fairlight image files and devices
This is a port of cmios9, which provides ftp-like access to Fairlight OS9 + MDR-DOS + QDOS floppy/hard disk image files and devices. Fairlight system Filesystem(s) Machine type --------------------------------------------------------------------------- CMI Series I QDOS Sampler CMI Series II QDOS Sampler CMI Series IIx QDOS Sampler CMI Series III OS9 Sampler MFX1 OS9 Sampler + Hard disk recorder MFX2 OS9 + MDR-DOS Sampler + Hard disk recorder ---------------------------------------------------------------------------
converters/gbase-0.5 (Score: 2.6503309E-5)
Program to convert between the 4 common bases used in programming
GBase is a GTK program designed to convert between the four common bases used in programming (decimal, hexadecimal, octal and binary). It converts numbers on-the-fly as they are typed in. It can also convert numbers entered on the command line. It can correctly handle both signed and unsigned 32-bit integers. License: Artistic
converters/jsonm-0.9.1 (Score: 2.6503309E-5)
Non-blocking streaming JSON codec for OCaml
Jsonm is an OCaml non-blocking streaming codec to decode and encode the JSON data format. It can process JSON text without blocking on IO and without a complete in-memory representation of the data. The uncut codec also processes whitespace and (non-standard) JSON with JavaScript comments.
converters/Encode-Detect-1.01 (Score: 2.6503309E-5)
Encode::Encoding subclass that detects the encoding of data
This Perl module is an Encode::Encoding subclass that uses Encode::Detect::Detector to determine the charset of the input data and then decodes it using the encoder of the detected charset. It is similar to Encode::Guess, but does not require the configuration of a set of expected encodings. Like Encode::Guess, it only supports decoding--it cannot encode.
converters/Text-Iconv-1.7 (Score: 2.6503309E-5)
Perl interface to iconv() codeset conversion function
The Text::Iconv module provides a Perl interface to the iconv() function as defined by the Single UNIX Specification. The convert() method converts the encoding of characters in the input string from the fromcode codeset to the tocode codeset, and returns the result.
converters/shftool-1.2.0 (Score: 2.6503309E-5)
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/unix2dos-1.3 (Score: 2.6503309E-5)
Convert ASCII newlines between CR/LF and LF
unix2dos is a set of command-line tools that converts ASCII newline characters between Unix's LF and DOS's CR/LF (and vice versa). Despite its name, this package provides both `unix2dos` as well as its counterpart, `dos2unix`.
converters/Sereal-Decoder-3.015 (Score: 2.6503309E-5)
Perl module for fast, powerful binary deserialization (decoder)
This library implements a deserializer for an efficient, compact-output, and feature-rich binary protocol called Sereal. Its sister module Sereal::Encoder (converters/p5-Sereal-Encoder) implements an encoder for this format. The two are released separately to allow for independent and safer upgrading.
databases/grass-6.4.6 (Score: 2.6503309E-5)
Open source Geographical Information System (GIS)
Geographic Resources Analysis Support System (GRASS GIS) An open source Geographical Information System (GIS) with raster, topological vector, image processing, and graphics production functionality that operates on various platforms through a graphical user interface and shell in X-Windows. It is released under GNU General Public License (GPL).
databases/commons-dbutils-1.6 (Score: 2.6503309E-5)
JDBC helper library
DbUtils is a small set of classes designed to make working with JDBC easier. JDBC resource cleanup code is mundane, error prone work so these classes abstract out all of the cleanup tasks from your code leaving you with what you really wanted to do with JDBC in the first place: query and update data.