
2017/08/21
Development of Automated Stock Trading System
To develop automated stock trading system first we need to get historical stock price data to work on. In our case, day to day stock price data is required. This data can be acquired from various providers including Yahoo Finance, Google Finance, and others. ...

2017/03/03
Linear programming
How to find generic solution of linear equation system with arbitrary number of equation and unknowns programmatically. ...

2017/01/10
Plugin for Tekla - Part II
Second part in series describing development of plugin for Tekla Structures. Today we are going to examine how to make actual groove in the surface of selected panel. ...

2017/01/04
Developing a plugin for Tekla
Developing plugins for 3d modeling software Tekla Structures (TS) turned out to be tougher than we initially expected. Although TS provides Open API interface which could be easily integrated into .NET application, dealing with plugin infrastructure and API specifics took considerable effort. ...