dlib C++ Library 16.1 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News dlib C++ Library 16.1 (Default branch)
# 1  
Old 01-02-2008
dlib C++ Library 16.1 (Default branch)

dlib C++ library is a modern general C++ library with a focus on portability and program correctness. It comes with extensive documentation and thorough debugging modes. The library provides a platform abstraction layer for common tasks such as interfacing with network services, handling threads, and creating graphical user interfaces. Additionally, the library implements many useful algorithms such as data compression routines, linked lists, binary search trees, linear algebra and matrix utilities, machine learning algorithms, XML and general text parsing, and many other general utilities.License: Freely DistributableChanges:
Only minor bugfixes and additions were done inthis release. The support vector machinedocumentation has also been improved and anexample program was added.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
smfi_setdbg(3N) 														   smfi_setdbg(3N)

NAME
smfi_setdbg() - sets the debugging (tracing) level for the Milter library, for sendmail SYNOPSIS
PARAMETERS
level Specifies the debugging level. DESCRIPTION
The routine sets the internal debugging level of the Milter library for tracing purposes, for sendmail. A level of 0 (zero) turns off debugging. A detailed dubugging can be obtained with a higher (> 0) debugging level. The highest and most useful debugging level is 6. can be called from any routine at any point in a function. RETURN VALUE
By default, the routine returns AUTHOR
The routine was developed by the Sendmail Inc. SEE ALSO
smfi_main(3N), smfi_register(3N), smfi_setconn(3N), smfi_settimeout(3N), smfi_opensocket(3N), smfi_setbacklog(3N), smfi_stop(3N). on smfi_setdbg(3N)