Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.308.338 Times

Filter: All | Freeware
Display by: Name |  Date |  Downloads |  Rating

Libraries

Software 141-160 of 4,712: < 1 ... 4 5 6 7 8 9 10 11 12 ... 236 > 
Added: November 20, 2010 | Visits: 1.063

Math::BaseArith Math::BaseArith is a Perl extension for mixed-base number representation (like APL encode/decode). SYNOPSIS use Math::BaseArith; encode( value, base_list ); decode( representation_list, base_list ); The inspiration for this module is a pair of functions in the APL programming language...



Platforms: Linux

Keyword: Apl, Base, Basearith, Libraries, List, Mathbasearith, Mixed-base Number, Number, Number Base, Perl, Programming, Representation

License: Freeware Size: 6.14 KB Download (96): Math::BaseArith Download

Added: November 20, 2010 | Visits: 586

GDBM_File GDBM_File package allows Perl5 access to the gdbm library. SYNOPSIS use GDBM_File ; tie %hash, GDBM_File, $filename, &GDBM_WRCREAT, 0640; # Use the %hash array. untie %hash ; GDBM_File is a module which allows Perl programs to make use of the facilities provided by the GNU gdbm library....





Platforms: Linux

Keyword: Access, Allows, File, File Package, Gdbm, Gdbmfile, Libraries, Package, Programming

License: Freeware Size: 14.3 MB Download (89): GDBM_File Download

Added: November 20, 2010 | Visits: 598

Plasmatronics Plasmatronics Perl module is a Plasmatronics PL regulator controller. SYNOPSIS use Device::Regulator::Plasmatronic; my $r = Device::Regulator::Plasmatronic; print "Current state of charge = " . $r->pl_dsoc . "n"; This is an interface library via the serial port to a Plasmatronics...


Platforms: Linux

Keyword: Libraries, Module, Perl, Perl Module, Plasmatronics, Plasmatronics Perl, Plasmatronics Pl, Programming, Regulator

License: Freeware Size: 14.34 KB Download (106): Plasmatronics Download

Added: November 20, 2010 | Visits: 723

openTNEF openTNEF is a project focused on providing a quality TNEF decoding library. openTNEF aims to encourage corporate involvement with its development. The use of the BSD licence has previously been shown to be effective in fostering strong development ties as seen with sister projects such as...


Platforms: Linux

Keyword: Decoding, Focused, Libraries, Opentnef, Programming, Project, Quality, Tnef

License: Freeware Size: 30.72 KB Download (120): openTNEF Download

Added: November 20, 2010 | Visits: 1.271

Evocosm Evocosm is a C++ Framework for Evolutionary Computing library. Evocosm is a set of classes that abstract the fundamental components of an evolutionary algorithm. Ill list the components here with a bit of introduction; you can review the details of the classes by downloading the code archives...


Platforms: Linux

Keyword: C Framework, Code, Evocosm, Evolutionary, Evolutionary Computing, Fitness, Libraries, Organisms, Population, Programming, Random

License: Freeware Size: 348.16 KB Download (95): Evocosm Download

Added: November 20, 2010 | Visits: 621

libgnomekbd 2.18.2 / libgnomekbd is a GNOME library. Installation: The simplest way to compile this package is: 1. `cd to the directory containing the packages source code and type `./configure to configure the package for your system. If youre using `csh on an old version of System V, you might need to type sh...


Platforms: Linux

Keyword: Configure, Files, Gnome, Libgnomekbd, Libraries, Package, Programming, Type

License: Freeware Size: 440.32 KB Download (102): libgnomekbd 2.18.2 / Download

Added: November 20, 2010 | Visits: 1.009

DateTime::Astro::Sunrise DateTime::Astro::Sunrise is a Perl DateTime extension for computing the sunrise/sunset on a given day. SYNOPSIS use DateTime; use DateTime::Astro::Sunrise; ^ my $dt = DateTime->new( year => 2000, month => 6, day => 20, ); my $sunrise = DateTime::Astro::Sunrise ->new(-118,33,undef,1);...


Platforms: Linux

Keyword: Datetime, Datetimeastrosunrise, Degrees, Given, Horizon, Libraries, Perl Datetime, Programming, Sunrise, Suns, Sunset

License: Freeware Size: 6.14 KB Download (109): DateTime::Astro::Sunrise Download

Added: November 20, 2010 | Visits: 1.918

Games::Quakeworld::Query Games::Quakeworld::Query is a class for querying QuakeWorld servers. SYNOPSIS use Games::Quakeworld::Query; my $QWQ = Games::Quakeworld::Query->new("quake.server.com", "27500"); my %info = $QWQ->getinfo(); # obsoleted, use $qwq->get("") instead print "Server uses map:...


Platforms: Linux

Keyword: Class, Gamesquakeworldquery, Libraries, Programming, Quakeworld, Querying

License: Freeware Size: 4.1 KB Download (93): Games::Quakeworld::Query Download

Added: November 20, 2010 | Visits: 1.509

Modularized Information Environment Modularized Information Environment (MIE) is a Web-based information management tool designed to meet the needs of small or medium sized organizations. Modularized Information Environment implements user authentication, storage of settings in a database, multi-lingual support and a presentation...


Platforms: Linux

Keyword: Environment, Information, Information Management, Libraries, Management, Mie, Modularized, Programming, Web-based

License: Freeware Size: 368.64 KB Download (92): Modularized Information Environment Download

Added: November 20, 2010 | Visits: 896

Finance::IIF Finance::IIF is a Perl module that can parse and create IIF files for QuickBooks. SYNOPSIS use Finance::IIF; my $iif = Finance::IIF->new( file => "test.iif" ); while ( my $record = $iif->next ) { print( "Header: ", $record->{header}, "n" ); foreach my $key ( keys %{$record} ) { print(...


Platforms: Linux

Keyword: Create, Create Iif Files, File, Files, Financeiif, Iif Files, Libraries, Module, Perl, Perl Module, Programming, Quickbooks, Record

License: Freeware Size: 10.24 KB Download (101): Finance::IIF Download

Added: November 19, 2010 | Visits: 1.172

Chart::EPS_graph Chart::EPS_graph creates line graphs in PostScript as *.eps format. SYNOPSIS # Create anew a 600 x 600 points (not pixels!) EPS file my $eps = Chart::EPS_graph->new(600, 600); # Choose minimum required display info $eps->set( label_top => Graph Main Title, label_y1 => Y1 Axis Measure...


Platforms: Linux

Keyword: Axis, Chartepsgraph, Eps, Graph, Label, Libraries, Line Graphs, Postscript, Programming, X Axis

License: Freeware Size: 24.58 KB Download (121): Chart::EPS_graph Download

Added: November 19, 2010 | Visits: 1.247

App::Modular App::Modular is a Perl module with modularization framework for perl programs. SYNOPSIS package App::Modular::Module::Test; use base qw(App::Modular::Module); sub say_hello { print "Hello, dear user!"; }; package main; use App::Modular; my $modul = instance App::Modular;...


Platforms: Linux

Keyword: Appmodular, Framework, Libraries, Modularization, Module, Perl, Perl Module, Programming

License: Freeware Size: 16.38 KB Download (102): App::Modular Download

Added: November 19, 2010 | Visits: 955

List::Search List::Search is a Perl module for fast searching of sorted lists. SYNOPSIS use List::Search qw( list_search nlist_search custom_list_search ); # Create a list to search my @list = sort qw( bravo charlie delta ); # Search for a value, returns the index of first match print list_search(...


Platforms: Linux

Keyword: Fast Searching, Libraries, List, Listsearch, Perl Module, Print, Print List, Programming, Search, Searching, Sorted

License: Freeware Size: 5.12 KB Download (88): List::Search Download

Added: November 19, 2010 | Visits: 1.026

DPKG::Make DPKG::Make is a Perl module for cleanly generate an Debian package (.dpkg). SYNOPSIS use DPKG::Make; # The "Manifest": list of files that will comprise the software package. my @filelist=(tmproot/file1.txt, tmproot/file2.txt, tmproot/file3.txt, tmproot/file4.txt); my %doc; my %conf;...


Platforms: Linux

Keyword: Debian Package, Dpkg, Dpkgmake, Generate, Libraries, Metadata, Package, Perl, Perl Module, Programming, Software

License: Freeware Size: 7.17 KB Download (90): DPKG::Make Download

Added: November 19, 2010 | Visits: 1.012

POE::API::Peek POE::API::Peek is a Perl module to peek into the internals of a running POE environment. POE::API::Peek extends the POE::Kernel interface to provide clean access to Kernel internals in a cross-version compatible manner. Other calculated data is also available. My intention is to provide...


Platforms: Linux

Keyword: Api, Event, Kernel, Libraries, Module, Perl, Perl Module, Poe, Poeapipeek, Programming, Returns, Running

License: Freeware Size: 21.5 KB Download (88): POE::API::Peek Download

Added: November 19, 2010 | Visits: 846

Test::Cmd Test::Cmd is a Perl module for portable testing of commands and scripts. SYNOPSIS use Test::Cmd; $test = Test::Cmd->new(prog => program_or_script_to_test, interpreter => script_interpreter, string => identifier_string, workdir => , subdir => dir, match_sub => $code_ref, verbose => 1);...


Platforms: Linux

Keyword: Condition, File, Libraries, Lines, Match, Matches, Module, Perl Module, Programming, Testcmd

License: Freeware Size: 30.72 KB Download (109): Test::Cmd Download

Added: November 19, 2010 | Visits: 717

libgnomecanvas libgnomecanvas package contains the GNOME canvas libraries. GNOME canvas is an engine for structured graphics that offers a rich imaging model, high performance rendering, and a powerful, high-level API. It offers a choice of two rendering back-ends, one based on Xlib for extremely fast...


Platforms: Linux

Keyword: Canvas, Contains, Gnome, Libgnomecanvas, Libraries, Package, Programming

License: Freeware Size: 768 KB Download (88): libgnomecanvas Download

Added: November 19, 2010 | Visits: 911

STLport STLport is a multiplatform C++ Standard Library (STL implementation). Many compilers and operational environments supported. Standard (ISO/IEC 14882) compliance. Maximum efficiency. Exception and thread safety. Debug mode. The company was started back in 1997 by a small group of developers...


Platforms: Linux

Keyword: C Standard Library, C++, Implementation, Libraries, Library, Multiplatform, Programming, Standard, Stlport

License: Freeware Size: 849.92 KB Download (101): STLport Download

Added: November 19, 2010 | Visits: 973

PDL::GSL::INTEG PDL::GSL::INTEG is a PDL interface to numerical integration routines in GSL. This is an interface to the numerical integration package present in the GNU Scientific Library, which is an implementation of QUADPACK. Functions are named gslinteg_{algorithm} where {algorithm} is the QUADPACK...


Platforms: Linux

Keyword: Adaptive, Functions, Gsl, Integration, Interface, Libraries, Numerical, Numerical Integration, Pdl, Pdlgslinteg, Programming

License: Freeware Size: 2.1 MB Download (94): PDL::GSL::INTEG Download

Added: November 19, 2010 | Visits: 1.106

dragList DragList is a client side Drag and Drop Ordered Lists implementation. dragList library allows you to order a list of items using drag and drop. Upon pressing ENTER the new order is communicated back to the server. This is the code that sits behind the formVista < draglist > and < dragitem >...


Platforms: Linux

Keyword: Client, Client Side, Drag, Drag And Drop, Draglist, Drop, Drop Ordered Lists, Libraries, Lists, Ordered, Ordered Lists, Programming

License: Freeware Size: 26.62 KB Download (91): dragList Download

Software 141-160 of 4,712: < 1 ... 4 5 6 7 8 9 10 11 12 ... 236 >