./wip/ascii2binary, Convert between textual representations of numbers and binary

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 2.14, Package name: ascii2binary-2.14, Maintainer: bartosz.kuzma

The Ascii2Binary project consists of two complementary programs that
convert between textual and binary representations of numbers.
Ascii2Binary reads input consisting of textual representations of
numbers separated by whitespace and produces as output the binary
equivalents. It is useful for generating test data and linking
programs that generate textual output to programs that require binary
input. Binary2Ascii converts binary numbers to text. In both programs,
the type and size/precision of the input or output is selected using
command line flags.


Required to build:
[pkgtools/cwrappers]

Master sites:

RMD160: e5b1f250ecc4e78d70c602e72f88b5ebc9647044
Filesize: 81.144 KB

Version history: (Expand)


CVS history: (Expand)


   2012-09-24 18:56:26 by Aleksej Saushev | Files touched by this commit (144)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't and might probably not have staged installation.
   2011-04-13 12:27:33 by Bartosz Kuźma | Files touched by this commit (4) | Imported package
Log message:
Import ascii2binary-2.14 as wip/ascii2binary.

The Ascii2Binary project consists of two complementary programs that
convert between textual and binary representations of numbers.
Ascii2Binary reads input consisting of textual representations of
numbers separated by whitespace and produces as output the binary
equivalents. It is useful for generating test data and linking
programs that generate textual output to programs that require binary
input. Binary2Ascii converts binary numbers to text. In both programs,
the type and size/precision of the input or output is selected using
command line flags.