clamav library
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 4336
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
Flate library 1.4.3
Flate library is a template library used to deal with html code in CGI applications. more>>
Flate library is a template library used to deal with html code in CGI applications. The library includes C and Perl support. All html code is put in an external file (the template) and printed using the library functions: variables, zones (parts to be displayed or not) and tables (parts to be displayed 0 to n times).
Using this method you dont need to modify/recompile your application when modifying html code, printing order doesnt matter in your CGI code, and your CGI code is much cleaner.
Enhancements:
- can now include external files with #INCLUDEFILE /path/to/file.html
<<lessUsing this method you dont need to modify/recompile your application when modifying html code, printing order doesnt matter in your CGI code, and your CGI code is much cleaner.
Enhancements:
- can now include external files with #INCLUDEFILE /path/to/file.html
Download (0.044MB)
Added: 2006-10-09 License: GPL (GNU General Public License) Price:
1110 downloads
GNU C library 2.4
GNU C library is the C library used in the GNU system. more>>
GNU C library (glibc) is one of the most important components of GNU Hurd and most modern Linux distributions.
GNU C library is used by almost all C programs and provides the most essential program interface.
The history of Unix and various standards determine much of the interface of the C library. In general the GNU C library supports the ISO C and POSIX standards. We also try to support the features of popular Unix variants (including BSD and System V) when those do not conflict with the standards. Different compatibility modes (selectable when you compile an application) allow the peaceful coexistence of compatibility support for different varieties of Unix.
The GNU C library is primarily designed to be a portable and high performance C library.
It follows all relevant standards (ISO C 99, POSIX.1c, POSIX.1j, POSIX.1d, Unix98, Single Unix Specification). It is also internationalized and has one of the most complete internationalization interfaces known.
<<lessGNU C library is used by almost all C programs and provides the most essential program interface.
The history of Unix and various standards determine much of the interface of the C library. In general the GNU C library supports the ISO C and POSIX standards. We also try to support the features of popular Unix variants (including BSD and System V) when those do not conflict with the standards. Different compatibility modes (selectable when you compile an application) allow the peaceful coexistence of compatibility support for different varieties of Unix.
The GNU C library is primarily designed to be a portable and high performance C library.
It follows all relevant standards (ISO C 99, POSIX.1c, POSIX.1j, POSIX.1d, Unix98, Single Unix Specification). It is also internationalized and has one of the most complete internationalization interfaces known.
Download (19.5MB)
Added: 2006-03-06 License: GPL (GNU General Public License) Price:
1344 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
Meta Matrix Library 0.7.2
Meta Matrix Library is a modular designed collection of C libraries. more>>
Meta Matrix Library is a modular designed collection of C libraries. Meta Matrix Library was developed as part of the Free Finite Element Package to provide easy and consistent access to numerical linear algebra software for sparse and dense matrices.
The dense matrix and vector operations of the package are based on LAPACK and BLAS (focused upon ATLAS). For more details of LAPACK and BLAS see Related Links. Beyond this MEML supports UMFPACK ( SuperLU projected ) as solver for linear systems of equations with sparse matrices.
<<lessThe dense matrix and vector operations of the package are based on LAPACK and BLAS (focused upon ATLAS). For more details of LAPACK and BLAS see Related Links. Beyond this MEML supports UMFPACK ( SuperLU projected ) as solver for linear systems of equations with sparse matrices.
Download (0.45MB)
Added: 2006-05-21 License: BSD License Price:
1256 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
MS CHM library 0.39
MS CHM library is a library for dealing with Microsoft ITSS/CHM format files. more>>
MS CHM is a library for dealing with Microsoft ITSS/CHM format files. Right now, it is a very simple library, but sufficient for dealing with all of the .chm files Ive come across.
Due to the fairly well-designed indexing built into this particular file format, even a small library is able to gain reasonably good performance indexing into ITSS archives.
Applications which use chmlib:
arCHMage
xCHM
GnoCHM
Language bindings for chmlib:
PyCHM (Python)
Archive::CHM (Perl)
Text::CHM (Perl)
libCHMxx (C++)
Enhancements:
- Stack-allocated buffers have been changed to heap-allocated buffers to avoid stack corruption security problems.
- A security advisory for this issue is forthcoming from iDefense [IDEF2125].
<<lessDue to the fairly well-designed indexing built into this particular file format, even a small library is able to gain reasonably good performance indexing into ITSS archives.
Applications which use chmlib:
arCHMage
xCHM
GnoCHM
Language bindings for chmlib:
PyCHM (Python)
Archive::CHM (Perl)
Text::CHM (Perl)
libCHMxx (C++)
Enhancements:
- Stack-allocated buffers have been changed to heap-allocated buffers to avoid stack corruption security problems.
- A security advisory for this issue is forthcoming from iDefense [IDEF2125].
Download (0.34MB)
Added: 2007-01-25 License: LGPL (GNU Lesser General Public License) Price:
1008 downloads
Java DIME Library 1.0.3
Java DIME Library implements Direct Internet Message Encapsulation. more>>
Java DIME Library project implements Direct Internet Message Encapsulation (DIME), which is a lightweight binary encapsulation format that can be used to encapsulate multiple payloads of arbitrary types and sizes into a single message.
DIME is ideal for incorporating binary attachments into any XML-based protocol. The library fully supports the latest DIME specifications.
Enhancements:
- Corrected DimeRecord.isFirst() thanks to John Russell
<<lessDIME is ideal for incorporating binary attachments into any XML-based protocol. The library fully supports the latest DIME specifications.
Enhancements:
- Corrected DimeRecord.isFirst() thanks to John Russell
Download (0.16MB)
Added: 2006-09-15 License: LGPL (GNU Lesser General Public License) Price:
1144 downloads
Zild Database Library 2.0.1
Zild Database Library implements a small and easy to use database API with an easy to use API. more>>
Zild Database Library implements a small and easy to use database API with an easy to use API.
Main features:
- ability to connect to multiple database systems
- zero runtime configuration
- ability to connect using a URL scheme
- thread-safe connection pooling.
<<lessMain features:
- ability to connect to multiple database systems
- zero runtime configuration
- ability to connect using a URL scheme
- thread-safe connection pooling.
Download (0.47MB)
Added: 2007-06-11 License: GPL (GNU General Public License) Price:
867 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
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
Fid Core Library 0.2
Fid Core Library is the core library for the Frigand Imperial Desktop. more>>
Fid Core Library is the core library for the Frigand Imperial Desktop, a genuine Unix desktop environment based around multiprocessing, text-stream IPC, and the "everything is a file" concept.
It supports Emacs-like extensibility, customizability, and built-in multi-buffer support.
Enhancements:
- This release adds testing support for the axioms over buffer implementations and user interfaces, a better implementation of interactive, and a new cursor movement mechanism that allows the user interface to manage point itself (and, hence, keep it always on a widget).
<<lessIt supports Emacs-like extensibility, customizability, and built-in multi-buffer support.
Enhancements:
- This release adds testing support for the axioms over buffer implementations and user interfaces, a better implementation of interactive, and a new cursor movement mechanism that allows the user interface to manage point itself (and, hence, keep it always on a widget).
Download (0.070MB)
Added: 2005-10-27 License: Other/Proprietary License Price:
1458 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
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
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 clamav 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