WYSIWIG conditional compilation preprocessor for Java etc.
A WYSIWYG Conditional Compilation Preprocessor for Java, Perl, C, C++, Basic, PowerShell, C#, Javascript, and other programming languages.
Many C and C++ developers rely heavily on the C preprocessor, and lament the lack of a preprocessor in Java, scripting languages, and other programming languages. The principal objection to a preprocessor is that it makes one's code difficult to read. This is indeed true for the C preprocessor.
Performance C++ library wrapper for ODBC and sql script generation
Custom C++ library for performant copying large amounts of data between Oracle and Microsoft SQL Server databases.
- ODBC API calls wrapper;
- support basic SQL datatypes
- data copy between geterogeneous databases through common memory buffer;
- basic logging facility;
- SQL script generation classes for manipulatin DB objects;
This is yet very raw version.