Jar::Signer Perl module ease the process of creating a signed Jar file.SYNOPSIS# using FindBin is just a suggestion.use FindBin qw( $RealBin );use Jar::Signer;my $signer = Jar::Signer->new;# location of the keystore, created if...

CA::AutoSys is a Perl interface to CA's AutoSys job control.SYNOPSIS use CA::AutoSys; my $hdl = CA::AutoSys->new( [OPT] ) ; my $jobs = $hdl->find_jobs($jobname) ; while (my $job = $jobs->next_job()) { : } my $status =...

SVL

SVL 1.5

SVL library provides vector and matrix classes, as well as a number of functions for performing vector arithmetic with them. Equation-like syntax is supported via class operators, for example: #include "svl/SVL.h" Vec3 v(1.0, 2.0, 3.0); Mat3 ...

Oracle::Sqlldr is a Perl wrapper around Oracle's sqlldr utility.SYNOPSIS use Oracle::Sqlldr; my $sqlldr = Oracle::Sqlldr->new(); # get new sqlldr objectOracle::Sqlldr is an object-oriented class that provides a convenient Perl wrapper around Oracle's...

File::LockDir is a Perl basic filename-level lock utility.SYNOPSIS use File::LockDir;INTERFACEnewInitializes the class. Returns the singleton object.nflock($file, $nap_till, $locker, $lockhost)Locks the supplied filename. Only $file is required.$file...

iTunes

iTunes 0.89

iTunes is a Music Library File Format.SYNOPSISThis file describes the iTunes Music Library file format for application versions 1.1.2 and 3.0.The iTunes Music Library file contains a series of variable length blocks. The first part of the file refers to...

OpenGL Library (glLib*) is a Python library to develop 2D and 3D OpenGL-based games.Developer commentsI for one got sick of having to figure out how to do everything in PyOpenGL. Don't get me wrong--PyOpenGL is a brilliant module, and usually, it wasn't...

libiconv

libiconv 1.14

GNU libiconv provides an iconv() implementation for use on systems which don't have one or whose implementation cannot convert from/to Unicode.libiconv supports all the important encodings in use...

Ncurses

Ncurses 5.9

The Ncurses (new curses) library is a free software emulation of curses in System V Release 4.0, and more.Ncurses uses Terminfo format, supports pads and color and multiple highlights and forms characters and function-key mapping, and has all the other...

libxml2

libxml2 2.8.0

Libxml2 is the XML C parser and toolkit developed for the Gnome project (but usable outside of the Gnome platform), libxml2 library is free software available under the MIT License. XML itself is a metalanguage to design markup languages, i.e. text...