Pedagogical Tools Group

From Earlham CS Department
Revision as of 16:57, 24 August 2012 by Mmludin08 (talk | contribs)
Jump to navigation Jump to search

Bellow are recommended Resources for various programming classes

  • Info URLS:
  • Data URLS: http://finance.yahoo.com/
  • Description: In high-frequency trading, programs analyze market data to capture trading opportunities to trade securities like stocks or options. The Database will be automatically downloading/update information from online stock market on hourly bases.After the data is updated, using combination of mathematical models such as the "Black Scholes Formula, probability and statistics, etc... the computer will predict which stock to buy. It could be also programed so that the computer buys the predicted stocks or options automatically. Because humans are too slow.
  • Creator: mmludin08


CMU graphics documentation
Start Up for ECS Department's environment.
Frank B. Brokken's C++ Annotations. A C++ guide for C programmers. This is also a useful guide to C++ features.
Definitive Copy

Pedagogical Group Provided Tutorials