Xastir is an APRS client program that uses amateur radio and internet
services to convey GPS mapping, weather, and positional data in a
graphical application. It has been developed by and for amateur
radio enthusiasts to provide real-time data in an easy to use
package.
BibTeXConv is a BibTeX file converter which allows one to export
BibTeX entries to other formats, including customly defined
text output. Furthermore, it provides the possibility to
check URLs (including MD5, size and MIME type computations)
and to verify ISBN and ISSN numbers.
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
---------------------------------------------------------------------------
dumpasn1 is an ASN.1 parser which dumps the contents of an ASN.1-encoded
file, as well as interpreting the OIDs contained in the file into
human-readable format. Dumpasn1 is intended for examining the contents
of PKI certificates and comes with a full list of security-related OIDs,
but can be easily extended to parse other OIDs as well.
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.
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.
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)