MySQL Connector/C++ is a MySQL database connector for C++ implementing a subset
of the JDBC 4.0 API. The MySQL Connector/C++ currently features the following
classes:
* Connection
* DatabaseMetaData
* Driver
* PreparedStatement
* ResultSet
* ResultSetMetaData
* Savepoint
* Statement
The JDBC 4.0 API defines approximately 450 methods for the above mentioned
classes. MySQL Connector/C++ implements around 80% of these and makes them
available in the current release.
Python DB-API 2.0 client interface for Cassandra
Affiche is a little application that allows people to "stick"
little notes on their computer desktop. It works well under
GNUstep and under Apple Mac OS X.
The goal of this little application is to provide a good example
on how to develop cross-platform applications between GNUstep
and Apple Mac OS X while providing a useful application at the
same time.
LICENSE: GPL2 or later
One more weather plasmoid for KDE.
PlopFolio is a free clone of Serence's excellent KlipFolio application.
PlopFolio supports Klips available from KlipFarm.
PlopFolio is developped using the Objective-C language and works well
with GNUstep (on Linux, FreeBSD, and more) and Cocoa on Mac OS X.
LICENSE: GPL2 or later
JRTPLIB is an object-oriented RTP library written in C++ by Jori Liesenborgs.
It was partly developed for his thesis at the School for Knowledge Technology
(or 'School voor Kennistechnologie' in Dutch), a cooperation between the
'Limburgs Universitair Centrum' (LUC) and the 'Universiteit Maastricht' (UM).
This is a quick-n-dirty BSD licensed clone of backtrace facility found
in the GNU libc, mainly intended for porting Linuxish code to BSD
platforms, however it can be used at any platform which has a gcc
compiler.
An algorithm for calculating the difference, intersection,
exclusive-or or union of arbitrary polygon sets.
Copyright: (C) 1997-2004, Advanced Interfaces Group,
University of Manchester.
This software is free for non-commercial use. It may be copied,
modified, and redistributed provided that this copyright notice
is preserved on all copies. The intellectual property rights of
the algorithms used reside with the University of Manchester
Advanced Interfaces Group.
You may not use this software, in whole or in part, in support
of any commercial product without the express consent of the
author.
Software documentation at
Makedepend is a makefile dependency generator from The XFree86 Project, Inc.
If you have X installed, you already have makedepend and do not need this port!
Makedepend reads each sourcefile in sequence and parses it like a
C-preprocessor, processing all #include, #define, #undef, #ifdef, #ifndef,
#endif, #if and #else directives so that it can correctly tell which #include,
directives would be used in a compilation. Any #include, directives can
reference files having other #include directives, and parsing will occur in
these files as well.
Every file that a sourcefile includes, directly or indirectly, is what
makedepend calls a "dependency". These dependencies are then written to a
makefile in such a way that make will know which object files must be
recompiled when a dependency has changed.
This module provides a framework for generating UUIDs (Universally
Unique Identifiers, also known as GUIDs (Globally Unique Identifiers).
A UUID is 128 bits long, and is guaranteed to be different from all
other UUIDs/GUIDs generated until 3400 A.D. Currently many different
technologies rely on UUIDs to provide unique identity for various
software components.
The algorithm for UUID generation, used by this extension, is described
in the Internet Draft "UUIDs and GUIDs" by Paul J. Leach and Rich Salz.
It provides reasonably efficient and reliable framework for generating
UUIDs and supports fairly high allocation rates - 10 million per second
per machine, and therefore, is suitable for identifying both - extremely
short-lived and very persistent objects on a given system as well as
across the network.