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)  

30 minute video playback DOTNET front end high speed charting vs open source R Java Python OpenGL debate

30 minute video playback DOTNET front end high speed charting vs open source R Java Python OpenGL debate This was for our Meetup of .NET WPF front end high speed charting vs Linux ohttp://quantlabs.net/blog/2015/01/other-javascript-and-commercial-charting-reviews-presented-for-potential-trading-environments/pen source R/Java/Python/OpenGL debate If you have known me and my blog (quantlabs.net/blog), it appears there was lots to talk about regarding […]

Youtube video on using RCaller R package to call R from within Java application

Youtube video on using RCaller R package to call R from within Java application This seems to work o from within a Linux virtual machine: http://www.mhsatman.com/rcaller.php http://stdioe.blogspot.ca/2011/07/rcaller-20-calling-r-from-java.html Ensure to use RCaller 2..7 JAR for the above example to work. http://stdioe.blogspot.ca/2011/07/rcaller-20-calling-r-from-java.html [youtube_sc url=”http://www.youtube.com/watch?v=fHt0cq-6BvM” playlist=”r java”]