This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
haas:spring2018:sysprog:projects [2018/01/15 18:54] – wedge | haas:spring2018:sysprog:projects [2018/04/10 15:00] (current) – [Projects] wedge | ||
---|---|---|---|
Line 6: | Line 6: | ||
======Projects====== | ======Projects====== | ||
- | + | ||
- | | + | | |
+ | | [[/ | ||
+ | | [[/ | ||
+ | | [[/ | ||
+ | | [[/ | ||
+ | | [[/ | ||
+ | | [[/ | ||
+ | | [[/ | ||
+ | | [[/ | ||
+ | | [[/ | ||
+ | | @lightgreen: | ||
+ | | @lightgreen: | ||
+ | | @lightgreen: | ||
+ | | [[/ | ||
+ | | [[/ | ||
+ | |||
+ | ======Class Stats====== | ||
+ | * [[/ | ||
+ | ======Week 2====== | ||
+ | * Making headway on the **yahoo-data.py** script; you should now be able to use it to generate a CSV file | ||
+ | * With a CSV file, you should be able to commence on writing a C program that reads that data in (stores it), and then displays it in more readable form | ||
+ | * Go ahead and read through chapter 2 in the book | ||
+ | * Another project (**wut0**) is available | ||
======Week 1====== | ======Week 1====== | ||
- | * Read Chapter 1, implement sample programs, do questions at end of chapter | + | * Welcome to the Spring 2018 semester! |
+ | * Our approach to Systems Programming will be as follows: | ||
+ | * observation and implementation: | ||
+ | * collaboration/ | ||
+ | * learning/ | ||
+ | * file access | ||
+ | * library/ | ||
+ | * concurrency (forking, threading) | ||
+ | * pipes, sockets | ||
+ | * interactive: | ||
+ | * It is very important that you have a solid grasp on C- memory management/ | ||
+ | * Note that there are THREE (3) things due before the end of Wednesday this first week: | ||
+ | * **spi0** | ||
+ | * **wcp1** | ||
+ | * **week1** journal entry (which I plan to count as bonus; at the very least earn yourself a few points by removing the filler text). | ||
+ | * In the Bruce Molay book, read Chapter 1, implement sample programs, do questions at end of chapter. | ||