C++/C library to construct Excel .xls files in code.
A multiplatform C++ library for dynamic generation of Excel .xls files containing multiple worksheets. Unlike .csv files, these can be directly opened by Excel and thus provide an excellent way to output large data sets that require further analysis.
To see the latest changes, select "Files" and view the README text displayed at the bottom of that pane.
IMPORTANT: Major changes are contained in the current SVN source. If you have time please try to use it or the...
Binary tree as a PostgreSQL data type. This was a university class project and I don't intend to develop it further. Made in VisualStudio 2010 for PostgreSQL 9.0. DLL provided (debug build). May you find the code useful.
AutoProc (Stored Procedure Generator) is a couple of stored procedures which simplifies generating getter and setter procedures for a given Sql Server 2005/2008 table.