User Tools

Site Tools


haas:spring2021:cprog:projects:ngfx

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:spring2021:cprog:projects:ngfx [2021/01/25 13:23] – [On your pi] wedgehaas:spring2021:cprog:projects:ngfx [2021/03/31 22:37] (current) – [Submission] wedge
Line 85: Line 85:
  
 ====Raspberry Pi command-line via SSH/MOSH==== ====Raspberry Pi command-line via SSH/MOSH====
-You don't have a monitor, so you are logging into your pi remotely (doable, and good intra-system practice)+If you don't have a monitor, you likely are logging into your pi remotely (doable, and good intra-system practice)
  
-Once your **Makefile** and **fwf0.c** file are added to your repository, **commit** and **push**.+Once your **ngfX** project files are 'hg' **add**ed to your repository on lab46, **commit** and **push**.
  
-On lab46, **pull** and **update**.+On your pito obtain those files there, be sure to be in your repository, and 'hg' **pull** and **update**
 + 
 +NOTE: To avoid repository conflicts, ALWAYS check for any incoming pull/update transactions before doing a commit/push. Problems occur when you forget (this is an issue on both lab46 and your pi).
  
 Compile: Compile:
  
 <cli> <cli>
-lab46:~/src/desig/fwf0$ make+lab46:~/src/SEMESTER/DESIG/ngfX$ make
 </cli> </cli>
  
Line 100: Line 102:
  
 <cli> <cli>
-lab46:~/src/desig/fwf0$ ./fwf0+lab46:~/src/SEMESTER/DESIG/ngfX$ ./ngfX.ARCH
 </cli> </cli>
  
Line 157: Line 159:
  
 Additionally: Additionally:
-  * Solutions not abiding by spirit of project will be subject to a 25% overall deduction +  * Solutions not abiding by **SPIRIT** of project will be subject to a 25% overall deduction 
-  * Solutions not utilizing descriptive why and how comments will be subject to a 25% overall deduction +  * Solutions not utilizing descriptive why and how **COMMENTS** will be subject to a 25% overall deduction 
-  * Solutions not utilizing indentation to promote scope and clarity will be subject to a 25% overall deduction +  * Solutions not utilizing **INDENTATION** to promote scope and clarity will be subject to a 25% overall deduction 
-  * Solutions not organized and easy to read (within 90 char width) are subject to a 25% overall deduction+  * Solutions lacking **ORGANIZATION** and are not easy to read (within 90 char width) are subject to a 25% overall deduction
  
 ^  project (ngfX)  ^  point item (#)  ^  total points (TOTAL) | ^  project (ngfX)  ^  point item (#)  ^  total points (TOTAL) |
Line 169: Line 171:
 |  ngf4  |  5  |  65  | |  ngf4  |  5  |  65  |
 |  ngf5  |  6  |  78  | |  ngf5  |  6  |  78  |
 +|  ngf6  |  6  |  78  |
  
haas/spring2021/cprog/projects/ngfx.1611581033.txt.gz · Last modified: 2021/01/25 13:23 by wedge