pkpgcounter is a generic Page Description Language parser which can
either count the number of pages or compute the percent of ink coverage
needed to print various types of documents.
It currently supports the following file types:
- PostScript (both DSC compliant and binary)
- PDF
- PCL3/4/5
- PCLXL (aka PCL6)
- DVI
- TIFF
- ESC/P2
- OpenDocument (ISO/IEC DIS 26300)
- Zenographics ZjStream
- Samsung QPDL (aka SPL2)
- Samsung SPL1
The five latter ones, as well as some TIFF documents, are currently
only supported in page counting mode.
Colt is a package for scalable scientific and technical computing in Java. It
consists of several free Java libraries, for user convenience bundled under one
single uniform umbrella. Namely the Colt library, the Jet library, the CoreJava
library, and the Concurrent library.
The Colt library provides fundamental general-purpose data structures optimized
for numerical data, such as resizable arrays, dense and sparse matrices
(multi-dimensional arrays), linear algebra, associative containers and buffer
management.
LIBLINEAR is a linear classifier for data with millions of instances and
features. It supports L2-regularized classifiers (L2-loss linear SVM,
L1-loss linear SVM, and logistic regression), L1-regularized classifiers
(L2-loss linear SVM and logistic regression).
Main features of LIBLINEAR include
- Same data format as LIBSVM and similar usage
- One-vs-the rest and Crammer & Singer multi-class classification
- Cross validation for model selection
- Probability estimates (logistic regression only)
- Weights for unbalanced data
Paje is a graphical tool that displays traces produced during the
execution of multithreaded programs. Other programs can also generate
traces for this tool.
Key Features
* Supports multi threaded programs
- each thread of the analysed program can be individually displayed,
or multiple threads can be combined, to reduce screen space usage.
* Interactivity
- each entity represented on the screen can be interrogated for
more information,
- related entities are highlighted as mouse cursor passes over
some representation
LICENSE: LGPL2 or later
Geo::WebService::Elevation::USGS executes elevation queries against the
United States Geological Survey's web server. You provide the latitude
and longitude in degrees, with south latitude and west longitude being
negative. The return is typically a hash containing the data you want.
Query errors are exceptions by default, though the object can be configured
to signal an error by an undef response, with the error retrievable from
the 'error' attribute.
SIMLIB/C++ is the SIMulation LIBrary for C++ programming language. You can
create models directly in C++ language with the use of predefined simulation
tools from the library. SIMLIB allows object-oriented description of models
based on simulation abstractions. Current version allows a description of
continuous, discrete, combined, 2D/3D vector, and fuzzy models.
SIMLIB/C++ is developed at the Department of Computer Science and Engineering,
Faculty of Electrical Engineering and Computer Science, Brno University of
Technology since 1991.
Veusz is a GUI scientific plotting and graphing package. It
is designed to produce publication-ready Postscript or PDF
output. SVG, EMF and bitmap formats export are also supported.
The program runs under Unix/Linux, Windows or Mac OS X, and
binaries are provided. Data can be read from text, CSV or FITS
files, and data can be manipulated or examined from within the
application.
Fwipe is a secure file erasing program. fwipe0, which actually erases
your files, is immune to filenames containing spaces, carriage returns,
dashes, or any other special characters. You can use it in place of rm
in cron jobs, together with "find ... -print0". The output of fwipe0 is
specially designed to be parsed easily by machine, so it can be embedded
in other applications which need secure file erasure.
hlfl stands for "High Level Firewall Language". It permits writing
firewalling rules using a high level language, and transforms them into
rules for real software, like ipfilter, ipchains or cisco rules.
You could make contact with the developers by subscribing to
<hlfl@hlfl.org>. There is also an announce ML at <hlfl-announce@hlfl.org>.
These lists are managed by majordomo (write to <majordomo@hlfl.org> with
"help" in the body of your mail).
Cipher-aes128 is an implementation of AES and common modes of operation.
It borrows Hanquez's C AES code (see 'cipher-aes') but is unique due to
including compile-time detection of NI compiler support, a slightly more
functional interface for GCM operations, exposure of 'Ptr' based
operations via the .Internal module, and build-in crypto-api support.
Cipher-aes128 was originally developed as "'cipher-aes' plus
trampolines", which has since been adopted into cipher-aes.