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
---------------------------------------------------------------------------
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
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.
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.
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.
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
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`.
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.
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).
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.