Vulkan

Vulkan 1.0.5

Vulkan is an open-source and cross-platform API (Application Programming Interface) available for Linux kernel-based, Android, and Microsoft Windows operating systems, providing high-efficiency access to modern GPUs (Graphical Processing Units) used...

php-json

php-json 1.2.1

php-json is an extremely fast PHP C extension for JSON (JavaScript Object Notation) serialisation. php-json project library uses a forked version of json-c.It can be used in conjunction with XMLHTTPRequest to exchange JavaScript-encoded data with a...

Quicktime for Linux lets you read and write Quicktime movies using several codecs. There are many Quicktime libraries for Linux; this one emphasizes reliability and accuracy while not stressing economy.Also included are frontends to several of the codecs...

XML::DOM::Document is an XML document node in XML::DOM.XML::DOM::Document extends XML::DOM::Node.It is the main root of the XML document structure as returned by XML::DOM::Parser::parse and XML::DOM::Parser::parsefile.Since elements, text nodes, comments,...

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...