CLCL - Clipboard Manager

CLCL, the great clipboard manager created by Ohno Tomaki many years ago, has finally found a new home.
It is now multilingual and with the upcoming release 2.1.6 also features detailed integrated help.

As a long-time user I have contributed some pull request since 2023, first with the aim to learn how to create my own plugin, later to keep this software alive, solve issues, and to provide missing english documentation.

Mr. Tomoaki has put CLCL under MIT license in 2024 and apparently abandoned further development.
So, after subsequent pull-request kept unanswered, I continue the development of CLCL in my fork on github.

odbc-query - C++ library for ODBC

odbc-query is a platform independent library that provides an easy-to-learn interface to execute any SQL statements from C++.
It supports many SQL and C++ data types as parameters and in result sets and depends only on the odbc drivers available for almost any OS and database engine.

qx - the Query eXecutor

qx is a platform-independent command line tool to execute SQL statements or procedures on ODBC databases and format result sets. It is included in the odbc-query repo and the binary distributions for windows, linux and raspberry os.

Linguversa qex

qex is the predecessor of qx with similar functionality but relying on MFC and restricted to the windows operating system.