lib
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 378
lib2 0.2
Lib2 is a PHP Library, for users authentification via sessions. more>>
Lib2 is a PHP Library, for users authentification via sessions. The library provides the some functions.
Main features:
- Forms management
- Abstraction layer to access the SQL servers (MySQL, PostgreSQL and Interbase are supported)
- User authentification via HTTP-sessions
- Statistics collection
- Multipart-messages handling
- Document caching control
- Templates for the database structure and admin pages
Enhancements:
- lib/: mysql.php, pgsql.php: Added function sql_error().
<<lessMain features:
- Forms management
- Abstraction layer to access the SQL servers (MySQL, PostgreSQL and Interbase are supported)
- User authentification via HTTP-sessions
- Statistics collection
- Multipart-messages handling
- Document caching control
- Templates for the database structure and admin pages
Enhancements:
- lib/: mysql.php, pgsql.php: Added function sql_error().
Download (0.095MB)
Added: 2006-07-18 License: GPL (GNU General Public License) Price:
1193 downloads
ngrep-lib 1.3
ngrep-lib provides a packet filtering library based on ngrep. more>>
ngrep-lib provides a packet filtering library based on ngrep.
It provides easy interface. Instead of having to worry about pcap, options, syntax, processing of IP packets, etc. you can just initialize and run, letting callback functions handle the rest.
Enhancements:
- upgraded to ngrep 1.40.1 v1.2
<<lessIt provides easy interface. Instead of having to worry about pcap, options, syntax, processing of IP packets, etc. you can just initialize and run, letting callback functions handle the rest.
Enhancements:
- upgraded to ngrep 1.40.1 v1.2
Download (0.64MB)
Added: 2007-04-10 License: BSD License Price:
930 downloads
Json-lib 2.0
JSON (JavaScript Object Notation) is a lightweight data-interchange format. more>>
JSON (JavaScript Object Notation) is a lightweight data-interchange format. It is easy for humans to read and write. Json-lib is easy for machines to parse and generate.
It is based on a subset of the JavaScript Programming Language, Standard ECMA-262 3rd Edition - December 1999. JSON is a text format that is completely language independent but uses conventions that are familiar to programmers of the C-family of languages, including C, C++, C#, Java, JavaScript, Perl, Python, and many others.
These properties make JSON an ideal data-interchange language. This library is based on the work by Douglas Crockford in http://www.json.org/java , adding support for java arrays and object graphs. With this library it is possible to transform the following java structures to JSON: java beans, java arrays, collections, maps; composites of the 4 previous types.
The main driver for this library is to provide the means to transform data between a server and an AJAX enabled application.
Enhancements:
- This release includes major enhancements like custom serialization, Groovy/JRuby support, cycle detection. and better XML two-way serialization.
<<lessIt is based on a subset of the JavaScript Programming Language, Standard ECMA-262 3rd Edition - December 1999. JSON is a text format that is completely language independent but uses conventions that are familiar to programmers of the C-family of languages, including C, C++, C#, Java, JavaScript, Perl, Python, and many others.
These properties make JSON an ideal data-interchange language. This library is based on the work by Douglas Crockford in http://www.json.org/java , adding support for java arrays and object graphs. With this library it is possible to transform the following java structures to JSON: java beans, java arrays, collections, maps; composites of the 4 previous types.
The main driver for this library is to provide the means to transform data between a server and an AJAX enabled application.
Enhancements:
- This release includes major enhancements like custom serialization, Groovy/JRuby support, cycle detection. and better XML two-way serialization.
Download (MB)
Added: 2007-07-22 License: The Apache License 2.0 Price:
830 downloads
lib smtp 0.8.5
libsmtp allows programs to send mail directly through SMTP (no sendmail needed). more>>
libsmtp allows programs to send mail directly through SMTP (no sendmail needed). lib smtp is designed to be simple and memory efficient, and has slightly untested support for MIME multipart body parts.
<<less Download (0.073MB)
Added: 2006-06-30 License: GPL (GNU General Public License) Price:
1218 downloads
Gimp::Lib 1.211
Gimp::Lib is an interface to libgimp (as opposed to Gimp::Net). more>>
Gimp::Lib is an interface to libgimp (as opposed to Gimp::Net).
SYNOPSIS
use Gimp; # internal use only
This is the package that interfaces to The Gimp via the libgimp interface, i.e. the normal interface to use with the Gimp. You dont normally use this module directly, look at the documentation for the package "Gimp".
<<lessSYNOPSIS
use Gimp; # internal use only
This is the package that interfaces to The Gimp via the libgimp interface, i.e. the normal interface to use with the Gimp. You dont normally use this module directly, look at the documentation for the package "Gimp".
Download (0.26MB)
Added: 2006-10-26 License: Perl Artistic License Price:
1096 downloads
LTI-Lib 1.9.15
LTI-Lib is a C++ Library for computer vision. more>>
The LTI-Lib is an object oriented library with algorithms and data structures frequently used in image processing and computer vision.
LTI-Lib has been developed at the Chair of Technical Computer Science (Lehrstuhl fuer Technische Informatik) LTI at the Aachen University of Technology, as part of many research projects in computer vision dealing with robotics, object recognition and sin
The main goal of the LTI-Lib is to provide an object oriented library in C++, which simplifies the code sharing and maintenance, but still providing fast algorithms that can be used in real applications.
It has been developed using GCC under Linux, and Visual C++ under Windows NT. We have not tested it under other platforms.
Many classes encapsulate Windows/Linux functionality in order to simplify dealing with system or hardware specific code (for example classes for multi-threading and synchronization, time measurement and serial port access).
The rest of the more than 300 classes deal mainly with one of following fields:
Linear algebra
Matrices, Vectors, Tensors, and functors to extract eigenvalues, eigenvectors, linear equations solutions, statistics, etc. are provided.
Classification and Clustering
Radial Basis Function classifiers, Support Vector Machines, k-Means, Fuzzy C-Means, classification statistics are just some examples of what you can do with the LTI-Lib.
Image Processing
The most classes deal with image processing problems. Different segmentation approaches, linear filters, wavelets, steerable filters, und much more are already available.
Visualization and Drawing Tools
The most difficult part when developing image processing algorithms in C++ is showing temporary images while debugging. Due to the object oriented architecture of the LTI-Lib, you just need to create a viewer object and give it the image you need to show. Thats it. An if you additionally need to draw some extra information on that image (some text, ellipses, boxes, lines or points) you can use one of the drawing objects. This will help you to save lots of time!
<<lessLTI-Lib has been developed at the Chair of Technical Computer Science (Lehrstuhl fuer Technische Informatik) LTI at the Aachen University of Technology, as part of many research projects in computer vision dealing with robotics, object recognition and sin
The main goal of the LTI-Lib is to provide an object oriented library in C++, which simplifies the code sharing and maintenance, but still providing fast algorithms that can be used in real applications.
It has been developed using GCC under Linux, and Visual C++ under Windows NT. We have not tested it under other platforms.
Many classes encapsulate Windows/Linux functionality in order to simplify dealing with system or hardware specific code (for example classes for multi-threading and synchronization, time measurement and serial port access).
The rest of the more than 300 classes deal mainly with one of following fields:
Linear algebra
Matrices, Vectors, Tensors, and functors to extract eigenvalues, eigenvectors, linear equations solutions, statistics, etc. are provided.
Classification and Clustering
Radial Basis Function classifiers, Support Vector Machines, k-Means, Fuzzy C-Means, classification statistics are just some examples of what you can do with the LTI-Lib.
Image Processing
The most classes deal with image processing problems. Different segmentation approaches, linear filters, wavelets, steerable filters, und much more are already available.
Visualization and Drawing Tools
The most difficult part when developing image processing algorithms in C++ is showing temporary images while debugging. Due to the object oriented architecture of the LTI-Lib, you just need to create a viewer object and give it the image you need to show. Thats it. An if you additionally need to draw some extra information on that image (some text, ellipses, boxes, lines or points) you can use one of the drawing objects. This will help you to save lots of time!
Download (3.3MB)
Added: 2005-11-29 License: LGPL (GNU Lesser General Public License) Price:
1428 downloads
glibmm 2.8.16
glibmm is a GNOME library. more>>
glibmm is a GNOME library.
Until the GTK+ 2.0 / GNOME 2.0 platform is stable, you should try to separate these unstable libraries from your stable GTK+ 1.2 / GNOME 1.2/1.4 libraries.
You can do this by installing the unstable libraries into a different prefix. e.g. ./configure --prefix=/usr/devgnome2
When using the development libraries, you will need to modify some environment variables. This will be easier if you create a file (e.g. devgnome2) in your home directory that contains these commands:
export PATH="/usr/devgnome2/bin:$PATH"; export LD_LIBRARY_PATH="/usr/devgnome2/lib" ; export PKG_CONFIG_PATH="/usr/devgnome2/lib/pkgconfig:$PKG_CONFIG_PATH" ;
You can then type
# source devgnome2
to prepare your environment before building or working with the development libraries.
You may also need to edit /etc/ld.so.conf to add /usr/devgnome2/lib, and then type /sbin/ldconfig to re-process the ld.so.conf.
The vicious-build-scripts module in cvs.gnome.org might help you with this, if you can get it to work.
<<lessUntil the GTK+ 2.0 / GNOME 2.0 platform is stable, you should try to separate these unstable libraries from your stable GTK+ 1.2 / GNOME 1.2/1.4 libraries.
You can do this by installing the unstable libraries into a different prefix. e.g. ./configure --prefix=/usr/devgnome2
When using the development libraries, you will need to modify some environment variables. This will be easier if you create a file (e.g. devgnome2) in your home directory that contains these commands:
export PATH="/usr/devgnome2/bin:$PATH"; export LD_LIBRARY_PATH="/usr/devgnome2/lib" ; export PKG_CONFIG_PATH="/usr/devgnome2/lib/pkgconfig:$PKG_CONFIG_PATH" ;
You can then type
# source devgnome2
to prepare your environment before building or working with the development libraries.
You may also need to edit /etc/ld.so.conf to add /usr/devgnome2/lib, and then type /sbin/ldconfig to re-process the ld.so.conf.
The vicious-build-scripts module in cvs.gnome.org might help you with this, if you can get it to work.
Download (3.1MB)
Added: 2007-05-02 License: GPL (GNU General Public License) Price:
907 downloads
Other version of glibmm
License:GPL (GNU General Public License)
License:LGPL (GNU Lesser General Public License)
License:LGPL (GNU Lesser General Public License)
License:GPL (GNU General Public License)
License:GPL (GNU General Public License)
scnANNlib 0.1
scnANNlib is a Sentinel Chicken Networks Artificial Neural Network Library. more>>
scnANNlib is a Sentinel Chicken Networks Artificial Neural Network Library.
Documentation on what is what can be found in README.files. Currently, the API specification and documentation can only be found in the source of the header files (in lib/), but this will be improved in later releases.
If you have questions about how to use the Makefiles, see README.make.
For more information about the development project, and to obtain newer versions of the library, visit http://www.sentinelchicken.org/ .
<<lessDocumentation on what is what can be found in README.files. Currently, the API specification and documentation can only be found in the source of the header files (in lib/), but this will be improved in later releases.
If you have questions about how to use the Makefiles, see README.make.
For more information about the development project, and to obtain newer versions of the library, visit http://www.sentinelchicken.org/ .
Download (0.21MB)
Added: 2006-08-07 License: GPL (GNU General Public License) Price:
1173 downloads
App::Info::Lib 0.51
App::Info::Lib is a Perl module that contains information about software libraries on a system. more>>
App::Info::Lib is a Perl module that contains information about software libraries on a system.
This class is an abstract base class for App::Info subclasses that provide information about specific software libraries. Its subclasses are required to implement its interface. See App::Info for a complete description, and App::Info::Lib::Iconv for an example implementation.
INTERFACE
Currently, App::Info::Lib adds no more methods than those from its parent class, App::Info.
<<lessThis class is an abstract base class for App::Info subclasses that provide information about specific software libraries. Its subclasses are required to implement its interface. See App::Info for a complete description, and App::Info::Lib::Iconv for an example implementation.
INTERFACE
Currently, App::Info::Lib adds no more methods than those from its parent class, App::Info.
Download (0.067MB)
Added: 2007-01-10 License: Perl Artistic License Price:
1017 downloads
Vogoo PHP LIB 1.8.1
Vogoo PHP LIB is a free PHP LIB licensed under the terms of the GNU GPL. more>>
Vogoo PHP LIB is a free PHP library.
With Vogoo PHP LIB, you can easily and freely add professional collaborative filtering features to your Web Site.
Main features:
- Automatic ratings based on clicks and purchases New !
- Slope one Item-based CF engine that can predict ratings (based on Daniel Lemires work) New !
- New Item-based CF engine : people who liked this also liked that New !
- Real time targeted ads or messages
- Handles multiple item categories
- Collaborative filtering features available for non-member visitors
- Handles all member/item ratings
- Fast computation of similarities between members
- Member-based recommendations
- Ability for members to specify when they are not interested in an item recommendation
Enhancements:
- A member_k_similarities bug was fixed.
<<lessWith Vogoo PHP LIB, you can easily and freely add professional collaborative filtering features to your Web Site.
Main features:
- Automatic ratings based on clicks and purchases New !
- Slope one Item-based CF engine that can predict ratings (based on Daniel Lemires work) New !
- New Item-based CF engine : people who liked this also liked that New !
- Real time targeted ads or messages
- Handles multiple item categories
- Collaborative filtering features available for non-member visitors
- Handles all member/item ratings
- Fast computation of similarities between members
- Member-based recommendations
- Ability for members to specify when they are not interested in an item recommendation
Enhancements:
- A member_k_similarities bug was fixed.
Download (0.10MB)
Added: 2007-02-17 License: GPL (GNU General Public License) Price:
578 downloads
Pydhcplib 0.3.2
Pydhcplib is a pure python library. more>>
Pydhcplib is a pure python library. Pydhcplib library permits to read/write and encode/decode dhcp packet on network. Pydhcplib was initialy developed within the anemon_dhcp_project but is now an independant development released under the Gnu GPL v2. Pydhcplib is already functional.
Installation :
On Debian Sarge, simply run "./setup install". Python modules will be installed in /usr/lib/python2.X/site-packages/pydhcplib/.
<<lessInstallation :
On Debian Sarge, simply run "./setup install". Python modules will be installed in /usr/lib/python2.X/site-packages/pydhcplib/.
Download (0.020MB)
Added: 2006-05-25 License: GPL (GNU General Public License) Price:
1249 downloads
DungeonMaker-Lib 2.03
DungeonMaker-Lib is a fork of the project DungeonMaker, which has been abandoned. more>>
DungeonMaker-Lib is a fork of the project DungeonMaker, which has been abandoned. A fork was chosen as changes needed to be made to the original code to more easily accommodate scripting front-ends. The code forks from their 2.02 release.
This C++ library "grows" dungeons for use in isometric games using artificial life algorithms. It is a fork of the existing DungeonMaker project, which has been abandoned.
Desiring to create a Perl front-end to the library, I decided to fork as I wanted to make some changes to the code itself.
The code is forked from their v2.02 release. The major change in the current release is the incorporation of the original main.cpp into the DungeonMaker object itself as a new generate() method.
This makes it much easier to develop front-ends. Further changes are forthcoming. Soon the Swig interface file and Perl front-end will be added to the release with other interfaces hopefully to follow.
This project is brand-new and thus the website and other documentation is somewhat thin, but will expand over time.
Enhancements:
- All changes from the DungeonMaker-Lib fork were merged with the main DungeonMaker tree.
- A preliminary Perl front-end was released.
<<lessThis C++ library "grows" dungeons for use in isometric games using artificial life algorithms. It is a fork of the existing DungeonMaker project, which has been abandoned.
Desiring to create a Perl front-end to the library, I decided to fork as I wanted to make some changes to the code itself.
The code is forked from their v2.02 release. The major change in the current release is the incorporation of the original main.cpp into the DungeonMaker object itself as a new generate() method.
This makes it much easier to develop front-ends. Further changes are forthcoming. Soon the Swig interface file and Perl front-end will be added to the release with other interfaces hopefully to follow.
This project is brand-new and thus the website and other documentation is somewhat thin, but will expand over time.
Enhancements:
- All changes from the DungeonMaker-Lib fork were merged with the main DungeonMaker tree.
- A preliminary Perl front-end was released.
Download (0.27MB)
Added: 2005-12-03 License: GPL (GNU General Public License) Price:
1427 downloads
PHP ClamAV Lib 0.12a
PHP ClamaAV Lib is a PHP extension that allows you to incorporate virus scanning features in your PHP scripts. more>>
PHP ClamaAV Lib is a PHP extension that allows you to incorporate virus scanning features in your PHP scripts.
It uses the Clam Antivirus API (libclamav) for virus scanning. There are supported functions for file scanning and buffer scanning.
Functions Reference:
string cl_scanfile(string filename);
Description:
Scan a file given a filename.
Parameters:
filename: the absolute / relative path to the file.
Return value:
Returns the name of the virus if this is found and returns null when no virus is found.
cl_scanfile_ex(string filename, int options, string virusname, int retcode);
Description:
Scan a file given a filename (extended version), it supports the ClamAV scanning options and returns the virusname and return code of the cl_scanfile() API function.
Parameters:
filename: the absolute / relative path to the file.
options: ClamAV scanning options.
virusname: This parameter is used to retrieve the virusname if a virus was found.
retcode: This parameter is used to retrieve the return code of the cl_scanfile API function.
string cl_scanbuff();
Description:
Scan a file given a string buffer.
Parameters:
buffer: string buffer to be scanned.
Return value:
Returns the name of the virus if this is found and returns null when no virus is found.
string cl_scanbuff_ex(string buffer, int size_buffer, string virusname, int retcode);
Description:
Scan a file given a string buffer (extended version), returns the virusname and return code of the cl_scanfile() API function..
Parameters:
buffer: string buffer to be scanned.
size_buffer: size of the buffer.
virusname: This parameter is used to retrieve the virusname if a virus was found.
retcode: This parameter is used to retrieve the return code of the cl_scanfile API function.
string cl_pretcode(int retcode);
Description:
Translates the ClamAV return code.
Parameters:
retcode: The return code of a cl_scanfile_ex(filename, options, virusname, retcode) or cl_scanbuff_ex(buffer, size_buffer, virusname, retcode) function.
Return value:
Returns a string with the return code description.
Compatibility functions:
string clam_scan_buffer(string buffer);
string clam_scan_file(string filename);
string clam_get_version();
<<lessIt uses the Clam Antivirus API (libclamav) for virus scanning. There are supported functions for file scanning and buffer scanning.
Functions Reference:
string cl_scanfile(string filename);
Description:
Scan a file given a filename.
Parameters:
filename: the absolute / relative path to the file.
Return value:
Returns the name of the virus if this is found and returns null when no virus is found.
cl_scanfile_ex(string filename, int options, string virusname, int retcode);
Description:
Scan a file given a filename (extended version), it supports the ClamAV scanning options and returns the virusname and return code of the cl_scanfile() API function.
Parameters:
filename: the absolute / relative path to the file.
options: ClamAV scanning options.
virusname: This parameter is used to retrieve the virusname if a virus was found.
retcode: This parameter is used to retrieve the return code of the cl_scanfile API function.
string cl_scanbuff();
Description:
Scan a file given a string buffer.
Parameters:
buffer: string buffer to be scanned.
Return value:
Returns the name of the virus if this is found and returns null when no virus is found.
string cl_scanbuff_ex(string buffer, int size_buffer, string virusname, int retcode);
Description:
Scan a file given a string buffer (extended version), returns the virusname and return code of the cl_scanfile() API function..
Parameters:
buffer: string buffer to be scanned.
size_buffer: size of the buffer.
virusname: This parameter is used to retrieve the virusname if a virus was found.
retcode: This parameter is used to retrieve the return code of the cl_scanfile API function.
string cl_pretcode(int retcode);
Description:
Translates the ClamAV return code.
Parameters:
retcode: The return code of a cl_scanfile_ex(filename, options, virusname, retcode) or cl_scanbuff_ex(buffer, size_buffer, virusname, retcode) function.
Return value:
Returns a string with the return code description.
Compatibility functions:
string clam_scan_buffer(string buffer);
string clam_scan_file(string filename);
string clam_get_version();
Download (0.007MB)
Added: 2005-10-10 License: GPL (GNU General Public License) Price:
1495 downloads
NNTP Client Lib 0.1.5
NNTP Client Lib is a Java implementation of RFC 997 for newsreaders, with support for authentication and logging. more>>
NNTP Client Lib is a Java implementation of RFC 997 for newsreaders, with support for authentication and logging.
NNTP Client Lib is meant to be used by newsreader implementations as some NNTP commands irrelevant for newsreaders are not implemented. Support for MIME or any other article encoding is not included.
If you want to quickly see nntpClientLib working, run NewsDemo . Note that this prints every message to System.err; you can edit NewsDemo.java and choose any other PrintStream.
KNOWN ISSUES:
- The POST and AUTHUSER commands havent been tested (yet).
TODO List:
- FIX NNTPConnectionImpl.disconnect() NullPointerException if host is unreachable.
- Add SSL support.
Enhancements:
- A new logging system and code cleanup.
<<lessNNTP Client Lib is meant to be used by newsreader implementations as some NNTP commands irrelevant for newsreaders are not implemented. Support for MIME or any other article encoding is not included.
If you want to quickly see nntpClientLib working, run NewsDemo . Note that this prints every message to System.err; you can edit NewsDemo.java and choose any other PrintStream.
KNOWN ISSUES:
- The POST and AUTHUSER commands havent been tested (yet).
TODO List:
- FIX NNTPConnectionImpl.disconnect() NullPointerException if host is unreachable.
- Add SSL support.
Enhancements:
- A new logging system and code cleanup.
Download (0.18MB)
Added: 2006-09-30 License: BSD License Price:
1121 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
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 lib 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