User Tools

Site Tools


haas:fall2020:cprog:projects

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
haas:fall2020:cprog:projects [2020/10/15 08:31] – [Projects] wedgehaas:fall2020:cprog:projects [2021/01/22 12:11] (current) – [Week 1] wedge
Line 35: Line 35:
 |  [[/haas/fall2020/cprog/projects/pctX|pct9]] (bonus; due 20201014)  | |  [[/haas/fall2020/cprog/projects/pctX|pct9]] (bonus; due 20201014)  |
 |  [[/haas/fall2020/common/projects/wcp|wcp9]] (due 20201014)  | |  [[/haas/fall2020/common/projects/wcp|wcp9]] (due 20201014)  |
-|  @lightgreen:[[/haas/fall2020/cprog/projects/cnv1|cnv1]] (due 20201021) +|  [[/haas/fall2020/cprog/projects/cnv1|cnv1]] (due 20201021)  | 
-|  @lightgreen:[[/haas/fall2020/cprog/projects/pctX|pctA]] (due 20201021)  | +|  [[/haas/fall2020/cprog/projects/pctX|pctA]] (due 20201021) 
-|  @lightgreen:[[/haas/fall2020/common/projects/wcp|wcp9]] (due 20201021)  |+|  [[/haas/fall2020/common/projects/wcp|wcpA]] (due 20201021) 
 +|  [[/haas/fall2020/cprog/projects/cos0|cos0]] (due 20201028) 
 +|  [[/haas/fall2020/cprog/projects/pctX|pctB]] (bonus; due 20201028) 
 +|  [[/haas/fall2020/common/projects/wcp|wcpB]] (due 20201028) 
 +|  [[/haas/fall2020/cprog/projects/pctX|pctC]] (due 20201104) 
 +|  [[/haas/fall2020/common/projects/wcp|wcpC]] (due 20201104) 
 +|  [[/haas/fall2020/cprog/projects/pctX|pctD]] (bonus; due 20201111) 
 +|  [[/haas/fall2020/common/projects/wcp|wcpD]] (bonus; due 20201111)  | 
 +|  @lightgreen:[[/haas/fall2020/cprog/projects/pctX|pctE]] (bonus; due 20201118)  | 
 +|  @lightgreen:[[/haas/fall2020/common/projects/wcp|wcpE]] (bonus; due 20201118) 
 +|  @lightgreen:[[/haas/fall2020/cprog/eoce/readme|eoce]] (due 20201125)  |
  
 ======Class Stats====== ======Class Stats======
Line 54: Line 64:
   * Welcome! I've wrapped some initial activities into the **cci0** project, that I'd like you to perform by the given deadlines (by 11:59:59pm / 23:59:59 on posted day).   * Welcome! I've wrapped some initial activities into the **cci0** project, that I'd like you to perform by the given deadlines (by 11:59:59pm / 23:59:59 on posted day).
   * If you've never used a UNIX system before, I'd recommend reading **{{:haas:ufbm.pdf|UNIX for the Beginning Mage}}**; it is short, and likely one of the best reads you'll ever have.   * If you've never used a UNIX system before, I'd recommend reading **{{:haas:ufbm.pdf|UNIX for the Beginning Mage}}**; it is short, and likely one of the best reads you'll ever have.
-  * Get familiar with how to log onto Lab46, and once on: +  * Get familiar with how to log onto Lab46 and your raspberry pi system, and once on: 
-    * change to your **src/** subdirectory+    * make sure you have cloned your lab46 semester repository  
 +    * change to your **src/spring2021/** subdirectory 
 +      * create a **cprog** subdirectory therein to store your project-related data 
 +        * under **src/spring2021/cprog/**, create an **ntr0** subdirectory for that project's information 
 +        * change into that directory and perform the **ntr0** project, ensuring any files generated are located here 
 +        * be sure to add/commit/push files and any subsequent changes to your repository
     * create/edit .c files (such as **hello.c**), and learn how to save/exit     * create/edit .c files (such as **hello.c**), and learn how to save/exit
     * compile the C program (.c file(s)) into an executable with **gcc**     * compile the C program (.c file(s)) into an executable with **gcc**
     * execute the compiled C program (the executable) by specifying a path: **./program_name**     * execute the compiled C program (the executable) by specifying a path: **./program_name**
-  * I've also early released next week's project this week (a pattern I hope to maintain), should people really like to get a leg up on things (**fwf0**). 
  
haas/fall2020/cprog/projects.1602765080.txt.gz · Last modified: 2020/10/15 08:31 by wedge