`
dcaoyuan
  • 浏览: 299765 次
社区版块
存档分类
最新评论
文章列表
I'm recently doing a project under Ruby on Rail. It seems to be a reasonable programmer today, one should take at least > 3 languages. Personally, I like Erlang: lightweight process + message passing + functional programming + dynamic. It exactly matches my philosophy of looking the real world, ...
I'm thinking to re-design the AIOTrade by splitting it to Server part and Client part. The server part may also run as a standalone web application. But, I'm also busy on another project, so, the prototype and coding work will be postponed.
I'm thinking to re-design the AIOTrade by splitting it to Server part and Client part. The server part may also run as a standalone web application. But, I'm also busy on another project, so, the prototype and coding work will be postponed.
I'm thinking to re-design the AIOTrade by splitting it to Server part and Client part. The server part may also run as a standalone web application. But, I'm also busy on another project, so, the prototype and coding work will be postponed.
Java does not support static method in interface. But sometimes, I just want a static method to say: PersistenceManager.getDefault(), where PersistenceManager is going to be an interface. I don't like to add one more class named PersistenceManagerFactory, with a method: public static PersistenceMa ...
There are no design documents of AIOTrade released so far, it's because I'm still not satisfied the code and architecture, anyway, I'll try to post some draft overall views of the design in my blog. Below is a digram of main classes [updated: Dec 10, 2006]: Click on the picture to enlarge it
There are no design documents of AIOTrade released so far, it's because I'm still not satisfied the code and architecture, anyway, I'll try to post some draft overall views of the design in my blog. Below is a digram of main classes [updated: Dec 10, 2006]: Click on the picture to enlarge it
There are no design documents of AIOTrade released so far, it's because I'm still not satisfied the code and architecture, anyway, I'll try to post some draft overall views of the design in my blog. Below is a digram of main classes [updated: Dec 10, 2006]: Click on the picture to enlarge it
Java does not support static method in interface. But sometimes, I just want a static method to say: PersistenceManager.getDefault(), where PersistenceManager is going to be an interface. I don't like to add one more class named PersistenceManagerFactory, with a method: public static PersistenceMa ...
Java does not support static method in interface. But sometimes, I just want a static method to say: PersistenceManager.getDefault(), where PersistenceManager is going to be an interface. I don't like to add one more class named PersistenceManagerFactory, with a method: public static PersistenceMa ...
Recently I got some messages that worried about the way to go for AIOTrade project, as eneratom posted in sf.net forum. Good question, as I am also thinking about it. Although the initial motivation for this project is building a platform for myself research on AI on trading, I finally find I've go ...
Today, Shanghai Security Index (000001.SS) touched 2100, and, from my previous neural network research on 0000001.SS, about 4 months passed. In that blog, I placed a prediction picture, and now, here it's a verification picture of the actual price trends comparing to the prediction: The Blue line i ...
Today, Shanghai Security Index (000001.SS) touched 2100, and, from my previous neural network research on 0000001.SS, about 4 months passed. In that blog, I placed a prediction picture, and now, here it's a verification picture of the actual price trends comparing to the prediction: The Blue line is ...
There is a bug affects those who's time zone is not UTC: For each stock, AIOTrade shows the data of the day after. For example, the data of Friday November the 24th is shown in the application at Friday November the 23th. This bug will be fixed in next release, by far, you can try to add a a pro ...
There is a bug affects those who's time zone is not UTC: For each stock, AIOTrade shows the data of the day after. For example, the data of Friday November the 24th is shown in the application at Friday November the 23th. This bug will be fixed in next release, by far, you can try to add a a pro ...
Global site tag (gtag.js) - Google Analytics