Open source software has changed how we work here at WebGroup Media, LLC.
We have decided to give back to the community as it has helped us grow.
The software we have built is all under the MIT License so you can use it
in commercial software. Please report any bugs you find to support (at) webgroupmedia (dot) com

Please feel free to visit our commercial software site: Cerberus Helpdesk
Here is some of the software we created or have repackaged:

c for Cerberus!

cData -- cdata_20030825.tar.gz (ChangeLog)
Description: Stack and LinkedList functions in this library. Repackaged by WGM.
Copyright: Copyright (c) 2001 Michael B. Allen <mballen@erols.com>
License: MIT License
Dependancy: None
cDict -- cdict_20030825.tar.gz (ChangeLog)
Description Contains Hash Table Data Type and Dictionary Abstract Data Type.
The dictionary abstract data type is an implementation of an Red Black tree.
It has been repackaged by WGM.
Copyright: Copyright (C) 1997 Kaz Kylheku <kaz@ashi.footprints.net>
License: Free Software License
Dependancy: None
cFile -- cfile_20030825.tar.gz (ChangeLog)
Description cFile is a file I/O library to simplify cross platform file I/O.
It has a nice implementation of buffered line reading.
Copyright: Copyright (c) 2003 WebGroup Media, LLC <support@webgroupmedia.com>
License: MIT License
Dependancy: cString
cLog -- clog_20030825.tar.gz (ChangeLog)
Description cLog is a cross platform C logging library. It is designed to log to
files and can log to a callback function also.
Contains 6 log levels: MARK, FATAL, ERROR, WARN, DEBUG, TRACE.
Copyright: Copyright (c) 2003 WebGroup Media, LLC <support@webgroupmedia.com>
License: MIT License
Dependancy: None
cPOP3 -- cpop3_20030825.tar.gz (ChangeLog)
Description cPOP3 is a library designed to download messages from a POP3 server.
Handles standard POP3 and does not do any APOP3, etc.
Copyright: Copyright (c) 2003 WebGroup Media, LLC <support@webgroupmedia.com>
License: MIT License
Dependancy: cSocket cFile cString cData cLog
cSocket -- csocket_20030825.tar.gz (ChangeLog)
Description cSocket is a C library for handling TCP sockets.
It has a very simple interface and currently works on *nix and Win32 systems.
Copyright: Copyright (c) 2003 WebGroup Media, LLC <support@webgroupmedia.com>
License: MIT License
Dependancy: cString cLog
cString -- cstring_20030825.tar.gz (ChangeLog)
Description cString is a string library designed to reduce the amount of code created for
managing char*'s in C. It has many of the standard C string functions and some
enhancements to reduce the amount of realloc/malloc's made when concatination happens.
Copyright: Copyright (c) 2003 WebGroup Media, LLC <support@webgroupmedia.com>
License: MIT License
Dependancy: None
cXML -- cxml_20030825.tar.gz (ChangeLog)
Description cXML is a library designed to read and access data in XML files and to also
create XML structures and convert them to strings. Requires the Expat library.
Copyright: Copyright (c) 2003 WebGroup Media, LLC <support@webgroupmedia.com>
License: MIT License
Dependancy: cString cLog cDict cData