library
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 4280
dtRdr::Plugins::Library 0.0.11
dtRdr::Plugins::Library is a Perl module that can handle library plugins. more>>
dtRdr::Plugins::Library is a Perl module that can handle library plugins.
SYNOPSIS
init
dtRdr::Plugins::Library->init(config => $config);
<<lessSYNOPSIS
init
dtRdr::Plugins::Library->init(config => $config);
Download (2.8MB)
Added: 2007-03-14 License: GPL (GNU General Public License) Price:
954 downloads
Uppaal Timed Automata Parser Library 0.90
The UPPAAL Timed Automata Parser Library (libutap) is the parser library used by UPPAAL. more>>
Uppaal Timed Automata Parser Library (libutap) is the parser library used by UPPAAL.
<<less Download (0.41MB)
Added: 2006-04-30 License: LGPL (GNU Lesser General Public License) Price:
1274 downloads
MAT Template Library 0.1.7
MAT is a C++ mathematical template class library. more>>
MAT Template Library is a C++ mathematical template class library. The library contains classes and routines for working with:
matrices
vectors
finding roots of polynomials
solving equations
and more...
<<lessmatrices
vectors
finding roots of polynomials
solving equations
and more...
Download (0.068MB)
Added: 2006-09-28 License: MIT/X Consortium License Price:
1122 downloads
btnSMS Library 0.2
btnSMS Library is a C library that provides an easy interface for sending SMS messages through the Beyond The Net SMS provider. more>>
btnSMS Library is a C library that provides an easy interface for sending SMS messages through the Beyond The Net SMS service provider.
Messages can be sent to nearly every country in the world with many different options.
<<lessMessages can be sent to nearly every country in the world with many different options.
Download (0.20MB)
Added: 2006-09-21 License: LGPL (GNU Lesser General Public License) Price:
1134 downloads
GTK ADI Library 0.1.3
GTK ADI Library is a GTK widget library that implements an ADI widget framework. more>>
The GTK ADI Library is a GTK widget library that implements an ADI widget framework.
GTK ADI Library is an Advanced Document Interface: yet another approach to the MDI - Multi Document Interface.
<<lessGTK ADI Library is an Advanced Document Interface: yet another approach to the MDI - Multi Document Interface.
Download (0.33MB)
Added: 2005-12-27 License: LGPL (GNU Lesser General Public License) Price:
1399 downloads
TCB::Library 1.1
TCB::Library provides a database-backed book library package for DBIx::Frame. more>>
TCB::Library provides a database-backed book library package for DBIx::Frame.
TCB::Library is a DBIx::Frame object written to keep track of library books at the TCB Group at UIUC.
It provides a Web interface for adding books to the library, for users to check out and return them, and for reminder messages to be sent out periodically to list what books are checked out.
This is actually a fairly basic function of research groups, but doesnt have a standard software package.
<<lessTCB::Library is a DBIx::Frame object written to keep track of library books at the TCB Group at UIUC.
It provides a Web interface for adding books to the library, for users to check out and return them, and for reminder messages to be sent out periodically to list what books are checked out.
This is actually a fairly basic function of research groups, but doesnt have a standard software package.
Download (0.023MB)
Added: 2007-02-02 License: BSD License Price:
996 downloads
Standard Portable Library 0.1.5
Standard Portable Library is a pointer friendly C/C++ STL substitute. more>>
Standard Portable Library is a pointer friendly C/C++ STL substitute. The API is similar to Java or .NET and includes common data structures, networking, and database support.
<<less Download (0.50MB)
Added: 2007-03-21 License: LGPL (GNU Lesser General Public License) Price:
948 downloads
FFI::Library 1.02
FFI::Library is a module with Perl Access to Dynamically Loaded Libraries. more>>
FFI::Library is a module with Perl Access to Dynamically Loaded Libraries.
SYNOPSIS
use FFI::Library;
$lib = FFI::Library->new("mylib");
$fn = $lib->function("fn", "signature");
$ret = $fn->(...);
This module provides access from Perl to functions exported from dynamically linked libraries. Functions are described by signatures, for details of which see the FFI modules documentation.
EXAMPLES
$clib_file = ($^O eq "MSWin32") ? "MSVCRT40.DLL" : "-lc";
$clib = FFI::Library->new($clib_file);
$strlen = $clib->function("strlen", "cIp");
$n = $strlen->($my_string);
<<lessSYNOPSIS
use FFI::Library;
$lib = FFI::Library->new("mylib");
$fn = $lib->function("fn", "signature");
$ret = $fn->(...);
This module provides access from Perl to functions exported from dynamically linked libraries. Functions are described by signatures, for details of which see the FFI modules documentation.
EXAMPLES
$clib_file = ($^O eq "MSWin32") ? "MSVCRT40.DLL" : "-lc";
$clib = FFI::Library->new($clib_file);
$strlen = $clib->function("strlen", "cIp");
$n = $strlen->($my_string);
Download (0.016MB)
Added: 2007-04-20 License: Perl Artistic License Price:
920 downloads
CVS Perl library 0.07
CVS Perl library is a Perl module which is is a wrapper around the CVS command with an object-oriented interface. more>>
CVS Perl library is a Perl module which is a wrapper around the CVS command with an object-oriented interface.
Installation:
To install this module type the following:
perl Makefile.PL
make
make test
make install
<<lessInstallation:
To install this module type the following:
perl Makefile.PL
make
make test
make install
Download (0.024MB)
Added: 2006-03-22 License: LGPL (GNU Lesser General Public License) Price:
1312 downloads
T28 library 0.10
T28 library is a simple library that allows interraction with a Ericsson T28 phone. more>>
T28 library is a simple library that allows interaction with a Ericsson T28 phone (and probably works with other models as well). T28 library does not have SMS support.
Main features:
- load/save phonebook
- set language
- set audio mode selection
- get battery properties (level, temperature, etc)works only on T28
- get signal level
- send keys to mobile device
- set date/time
Enhancements:
- Lots of documentation was added.
- The code was cleaned up and tested with other SE models.
- Minor bugs were fixed.
<<lessMain features:
- load/save phonebook
- set language
- set audio mode selection
- get battery properties (level, temperature, etc)works only on T28
- get signal level
- send keys to mobile device
- set date/time
Enhancements:
- Lots of documentation was added.
- The code was cleaned up and tested with other SE models.
- Minor bugs were fixed.
Download (0.024MB)
Added: 2006-06-09 License: GPL (GNU General Public License) Price:
1233 downloads
conexus library 0.5.2
conexus is a generalized C++ I/O library that includes support for BSD sockets, serial/TTY, and packet capture (via pcap). more>>
conexus is a generalized C++ I/O library that includes support for BSD sockets, serial/TTY, and packet capture (via pcap).
conexus library utilizes sigc++ for object communication. A companion library, conexusgtk, provides a set of gtkmm widgets.
<<lessconexus library utilizes sigc++ for object communication. A companion library, conexusgtk, provides a set of gtkmm widgets.
Download (MB)
Added: 2007-03-18 License: LGPL (GNU Lesser General Public License) Price:
952 downloads
The Mango Library August 2007
The Mango Library is a Java library consisting of a number of iterators, algorithms and functions. more>>
The Mango Library is a Java library consisting of a number of iterators, algorithms and functions, loosely inspired by the C++ Standard Template Library.
Enhancements:
- This release adds a further two iterators.
<<lessEnhancements:
- This release adds a further two iterators.
Download (0.021MB)
Added: 2007-08-21 License: LGPL (GNU Lesser General Public License) Price:
796 downloads
Easy Game Library 20040323
Easy Game Library is a C++ class libary designed for quick and easy development of games. more>>
Easy Game Library is library of C++ classes designed to make game programming easier. Now it consists only of easy_sprite library which consists of classes for using sprites.
It should compile on different platforms because it uses SDL library as backend.
Installation:
To install run such sequence of commands:
make - Compiles library and tests
make install - Installs library and tests
<<lessIt should compile on different platforms because it uses SDL library as backend.
Installation:
To install run such sequence of commands:
make - Compiles library and tests
make install - Installs library and tests
Download (0.057MB)
Added: 2005-09-30 License: LGPL (GNU Lesser General Public License) Price:
1488 downloads
++Skype library 1.10
++Skype is a C++ library for skype add-on platform independent software development. more>>
++Skype is a C++ library for skype add-on platform independent software development.
++Skype library is platform independent, easy to use, and easy to extend because of the flexible library design, inspired by modern C++ design ideas.
Performance is one of the goals: only compile-time polymorphism is used. The library license allows you to develop freely redistributed applications without any fee.
Main features:
- Platform independent (Now only linux and windows platforms are supported, but we are looking into the future! Smiling);
- Easy to use;
- Easy to extend because of the flexible library design, inspired by modern C++ design ideas;
- Perfomance was on of our goals - only compile-time polymorphism is used;
- Library license allows you to develop freely redistributed applications without any fee;
- Open source.
Enhancements:
- X11 Protocol support is included in the Linux implementation of the library.
- D-BUS library is no longer a requirement.
- You can remote control Skype via the X11 protocol.
<<less++Skype library is platform independent, easy to use, and easy to extend because of the flexible library design, inspired by modern C++ design ideas.
Performance is one of the goals: only compile-time polymorphism is used. The library license allows you to develop freely redistributed applications without any fee.
Main features:
- Platform independent (Now only linux and windows platforms are supported, but we are looking into the future! Smiling);
- Easy to use;
- Easy to extend because of the flexible library design, inspired by modern C++ design ideas;
- Perfomance was on of our goals - only compile-time polymorphism is used;
- Library license allows you to develop freely redistributed applications without any fee;
- Open source.
Enhancements:
- X11 Protocol support is included in the Linux implementation of the library.
- D-BUS library is no longer a requirement.
- You can remote control Skype via the X11 protocol.
Download (0.063MB)
Added: 2006-10-23 License: GPL (GNU General Public License) Price:
644 downloads
Papyrus Library 0.7.1
Papyrus is a 2d C++ scenegraph library that utilizes the cairo library to perform drawing operations. more>>
Papyrus is a 2d C++ scenegraph library that utilizes the cairo library to perform drawing operations. In this respect, Papyrus Library is similar to the Gnome::Canvas library.
The initial implementation focuses on function over form, and as a result it should not be considered an optimized run-time library (but it does run reasonably well).
<<lessThe initial implementation focuses on function over form, and as a result it should not be considered an optimized run-time library (but it does run reasonably well).
Download (MB)
Added: 2007-03-12 License: LGPL (GNU Lesser General Public License) Price:
957 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above library search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed