User Tools

Site Tools


notes:sysprog:projects:psd0

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
notes:sysprog:projects:psd0 [2018/01/16 20:35] – [Project: Processing Stored Data (psd0)] ahought2notes:sysprog:projects:psd0 [2018/01/23 15:57] (current) – [PSD0 PROJECT PAGE] abratkov
Line 1: Line 1:
 +<WRAP centeralign round box>
 +<WRAP><color red><fs 200%>Corning Community College</fs></color></WRAP>
 +<WRAP><fs 150%>CSCS2730 System Programming</fs></WRAP>
 +</WRAP>
 ======Project: PROCESSING STORED DATA (psd0)====== ======Project: PROCESSING STORED DATA (psd0)======
-======PSD0 PROJECT PAGE======+=====PSD0 PROJECT PAGE===== 
 + 
 +Needed: Script to easily pull data from stock page **(in-progress)** 
 + 
 +  * Obtain stock data from an online source 
 +     * Date - Minute 
 +     * Close 
 +     * High 
 +     * Low 
 +     * Open 
 +     * Volume 
 +  * **ex. Google Finance of a stock to text file onto lab46** 
 +  * You can use the wget or curl command to grab said data from the source onto a lab46 terminal 
 + 
 + 
 +\\ run yahoo data script, the script will create a CSV file. Recommend doing it in a week or month span. \\  
 + 
 +Write a C program which stores the CSV data into a neat organization. Hint: Array of structs? Linked List? \\ 
 + 
 +Then print out to **stdout**
  
  
-Obtain stock data from an online source  
-ex. Google Finance to text file onto lab46 
-You can use the wget or curl command to grab said data from the source onto a lab46 terminal 
notes/sysprog/projects/psd0.1516134948.txt.gz · Last modified: 2018/01/16 20:35 by ahought2