Pedagogical Tools Group: Difference between revisions

From Earlham CS Department
Jump to navigation Jump to search
Mmludin08 (talk | contribs)
No edit summary
Mmludin08 (talk | contribs)
No edit summary
Line 1: Line 1:
=== Bellow are recommended Resources for various programming classes ===


*Info URLS:  
=====<div class="center" style="width:auto; margin-left:auto; margin-right:auto;"><span style="font-size:250%; color:#FF0000"> '''Programming Resources''' </span></div>=====
** http://www.youtube.com/watch?v=p40Kpmu60YM 
 
** http://en.wikipedia.org/wiki/High-frequency_trading
 
*Data URLS: http://finance.yahoo.com/
==Bellow are recommended Resources for various programming classes==
*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. 
* C:
*Creator: mmludin08
-- https://www.cs50.net/resources/cppreference.com/
-- http://www.howstuffworks.com/c.htm
 
* C++:
--
--
 
* Emacs:
-- http://jeremy.zawodny.com/emacs/emacs.html
-- http://www.gnu.org/software/emacs/manual/html_node/emacs/index.html
-- http://www.gnu.org/software/emacs/tour/





Revision as of 21:08, 24 August 2012

Programming Resources
  • C:

-- https://www.cs50.net/resources/cppreference.com/ -- http://www.howstuffworks.com/c.htm

  • C++:

-- --

  • Emacs:

-- http://jeremy.zawodny.com/emacs/emacs.html -- http://www.gnu.org/software/emacs/manual/html_node/emacs/index.html -- http://www.gnu.org/software/emacs/tour/


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