scantailor
interactive post-processing tool for scanned pages
Scan Tailor is an interactive post-processing tool for scanned pages. It
performs operations such as page splitting, deskewing, adding/removing
borders, and others. You give it raw scans, and you get pages ready to be
printed or assembled into a PDF or DJVU file. Scanning, optical character
recognition, and assembling multi-page documents are out of scope of this
project.
cardpeek
Tool to read the contents of ISO7816 smartcards
The goal of cardpeek is to allow smartcard owners to be better informed
about what type of personal information is stored in these devices.
The tool currently reads the contents of :
libdaemon-control-perl
module for creating init scripts in Perl
Daemon::Control provides a library for creating init scripts in Perl.
Your Perl script just needs to set the accessors for what and how you
want something to run and the library takes care of the rest.
libjellydoc-java
Library for helping generate Jelly taglib documentation
This library provides a set of Java annotations for generating Jelly
taglib documentation using maven-jellydoc-plugin and a Jelly taglib
parser for generating taglib XSD documents for use in schema aware
editors.
libwww-curl-perl
Perl bindings to libcurl
WWW::Curl is a collection of Perl modules which contain Perl bindings to
libcurl. In Debian, more information on how the curl library can be used in
your applications is available in the libcurl4-doc Debian package.
libstring-compare-constanttime-perl
module for protecting string comparison from timing attacks
String::Compare::ConstantTime provides one function, equals(), which takes
two strings of the same length as arguments. It will return true if they are
string-wise identical and false otherwise, just like eq. However, comparing
any two differing strings will take a fixed amount of time, unlike eq.