Demo MySQL C Insert Java Select with Positions Database Table

Demo MySQL C Insert Java Select with Positions Database Table Demos of C and Java Interactive Brokers Source files Java: MySQLPosition.tar C: SimulinkModelTest.tar   Here is the MYSQL Position table CREATE statement: CREATE TABLE IF NOT EXISTS `Positions` ( `idPositions` int(11) NOT NULL DEFAULT ‘0’, `shortSymbol` int(11) DEFAULT NULL, `shortEntryTS` timestamp NULL DEFAULT NULL, ` shortEntryPrice` decimal(10,4) […]

MySQL demo with Matlab C Java in Ubuntu Linux source files

Here are the instructions to C: http://zetcode.com/db/mysqlc/ Java: http://quantlabs.net/blog/2015/09/java-instructions-for-mysql-and-ubuntu-linux/ Netbeans project file: TestIBTWS.tar C files: mysql-connector-java-5.1.36.tar Code for Matlab: >> conn = database(‘testdb’,’root’,’Hello123_’,’/home/caustic/DB_Drivers/mysql-connector-java-5.1.36-bin.jar’,’jdbc:mysql://localhost/testdb’); query=’select * from Cars’; x=fetch(conn,query)  

Simulink code generation C with Redis demo

Simulink code generation C with Redis demo I will have a video to walk you through the process of how to build a Simulink code generated model with calls to Redis embedded. This also includes the gotchas on the build process with CMake, make, Netbeans, etc.