-
Running Apache Spark/.NET and getting data from Oracle DB
Running Apache Spark/.NET on Windows MS has announced support of .NET for Apache Spark. The main Spark/.NET documentation is here. In the article I will highlight steps necessary to get the .
Read more… -
Accessing Oracle DB from Dyalog APL in Linux using SQAPL
Install Oracle ODBC driver as it’s described in Installation of Oracle ODBC driver in Linux. Make Dyalog APL aware of ODBC and Oracle configurations: echo 'export ODBCINI=/etc/odbc.ini' >> ~/.dyalog/dyalog.config echo 'export TNS_ADMIN='$TNS_ADMIN >> ~/.
Read more… -
Installation of Oracle ODBC driver in Linux
Making Oracle ODBC driver working with Dyalog APL/Linux There are two alternative ODBC implementations available on Linux: unixODBC iODBC You can read about differences between the projects in the article What are the functional differences between iODBC and unixODBC?
Read more… -
Lab notebook: Porting 550K LoC of C/C++ from Windows to Linux
As a part of Native Cloud transformation at my work I’ve ported a financial library from Windows to Linux. The library consists of 250K LoC of C and 300K LoC of C++.
Read more… -
Remote debugging of C/C++ code with Visual Studio Code
I’m currently porting a proprietary C/C++ financial calculations library to Linux. During the work I need to debug the code on a remote Linux machine. In the article I will describe two ways of remote debugging of C/C++ code executed on Linux using Visual Studio Code.
Read more…