The Qore Sybase and FreeTDS Modules provide Sybase and FreeTDS DBI drivers to Qore, allowing Qore programs to communicate with Sybase and MS SQL Server databases. The modules support transaction handling, transparent character set conversions, threading, stored procedure execution with native input binding and output placeholder support, and more. Both modules are built from the same source.
The Qore "tibae" module provides TIBCO Adapter support; it allows Qore programs to send and receive messages to and from TIBCO Adapters (or implement a TIBCO Adapter in qore) based on an external repository. This module provides the TibcoAdapter class and associated constants and helper functions. Note that in order to build and use this module you must have a licensed version of the TIBCO SDK from TIBCO, Inc (i.e. it depends on non-free software).
The Qore "tibrv" module provides direct TIBCO Rendezvous support, allowing Qore programs to send and receive Rendezvous messages directly. Note that to use this software, you must have a licensed version of TIBCO Rendezvous from TIBCO, Inc (so this module depends on non-free software).
qore-openldap-module is an OpenLDAP module for the Qore Programming Language. It provides an easy-to-use API that supports searching, comparing, renaming, adding, modifying, and deleting elements and attributes and changing the LDAP password. Example programs are included as well as documentation.
A simple social network with some project management features.