This module allows you to execute code when perl finished compiling the
surrounding scope.
This module provides a c api for XS modules to hook into the callbacks of
PL_check.
This module provides a C api for XS modules to hook into the execution
of perl opcodes.
This module provides an API for parts of the perl parser. It can be
used to modify code while it's being parsed.
These programs 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. The type
and precision of the binary output is selected using command line flags.
binary2ascii reads input consisting of binary numbers and converts them to
their textual representation. Command line flags specify the type and size
of the binary numbers and provide control over the format of the output.
Unsigned integers may be written out in binary, octal, decimal, or hexadecimal.
Signed integers may be written out only in binary or decimal. Floating point
numbers may be written out only decimal, either in standard or scientific
notation. (If you want to examine the binary representation of floating point
numbers, just treat the input as a sequence of unsigned characters.)
The two programs are useful for generating test data, for inspecting binary
files, and for interfacing programs that generate textual output to programs
that require binary input and conversely. They can also be useful when it is
desired to reformat numbers.
Xboard is a graphical chessboard that can serve as a user interface for
Crafty, GNU Chess, for Internet Chess Servers, or for electronic mail
correspondence chess. xboard can also be used by itself.
Paraphrasing the website:
Python-DSV is a Python module for importing and exporting DSV (delimiter
separated values) files. DSV is a generalization of CSV (comma separated
values). CSV is a common file format used by many programs to import and
export data.
Features:
- Pure Python
- Optional wxPython GUI
- Optional heuristics for determining file format
- Handles embedded quotes, delimiters and newlines
- Customizable error handling
- Simple to use
- Portable
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.
This is version 1.6P-7 of GramoFile (patches are from the debian package).
With this program you can record audio of (for example) gramophone records,
process the signal and listen to the results. Because sound files of the
.WAV-format are used, it is possible to exchange the files with many other
programs. Cdrecord(1) can burn CD-Recordables of these, so you can make
CDs with the music of your favorite records. The user interface of
GramoFile has a windows-like look-and-feel, making it fairly easy to use.
One of the most important parts of GramoFile is the ability to process
digital audio signals. Through the application of several filters it is
possible to accomplish a significant reduction of disturbances like ticks
and scratches.
Another interesting feature is the track splitting. Just make one .wav file
of an entire side of an record and GramoFile will detect where the individual
tracks are located. This happens fully automatically, without need to set
any options. More experienced users may fine-tune the algorithm, or change
the detected track starts and ends, but generally that will not be
necessary. Track-times are saved in an editable (plaintext) .tracks file,
that will be used during the signal processing to produce one processed
.wav file for each individual track.
Module::CheckVersion checks latest version of modules with CPAN (or equivalent
repo).