ACE

ACE 6.4.6 updated

ACE (ADAPTIVE Communication Environment) is a free, open source and object-oriented framework designed from the offset to help application developers effortlessly build and deploy high-performance software systems. Take advantage of multithreading Any...

ENet

ENet 1.3.12

ENet is an open source, robust, simple, free and thin library software designed to provide a network communication layer on top of the UDP (User Datagram Protocol) protocol, on Linux kernel-based and UNIX-like operating systems.Features at a glanceKey...

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

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

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

libjpeg is an open source library for handling the JPEG (JFIF) image format files.Included are the command-line tools cjpeg and djpeg for converting to and from this format, rdjpgcom and wrjpgcom to manipulate JFIF comments, and jpegtran to perform some...

Java SE (Standard Edition) SDK (Software Development Kit) is a freely distributed, yet closed-source computer technology that has been designed from the ground up to provide a modern and featureful development environment for developers who want to...

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