User Tools

Site Tools


haas:spring2022:unix:projects:mtf0

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:spring2022:unix:projects:mtf0 [2022/03/15 12:57] – [sample outputs] wedgehaas:spring2022:unix:projects:mtf0 [2022/03/15 18:09] (current) – [sample outputs] wedge
Line 95: Line 95:
 </code> </code>
  
-Your script will then occur between the shabang and this final exit command.+Your script will then occur between the shabang and this final exit command. Scripts lacking these two bounding elements will not be considered complete and will be subject to credit lost during evaluation.
  
 ====for loops==== ====for loops====
Line 146: Line 146:
  
 <cli> <cli>
-lab46:~src/SEMESTER/DESIG/PROJECT$ ./mtf0 11 10 1+lab46:~/src/SEMESTER/DESIG/PROJECT$ ./mtf0 11 10 1
 (11)  1  2  3  4  5  6  7  8  9  A  (11)  1  2  3  4  5  6  7  8  9  A 
    x------------------------------     x------------------------------ 
Line 164: Line 164:
  
 <cli> <cli>
-lab46:~src/SEMESTER/DESIG/PROJECT$ ./mtf0 9 5 2+lab46:~/src/SEMESTER/DESIG/PROJECT$ ./mtf0 9 5 2
 ( 9)  2  3  4  5  ( 9)  2  3  4  5 
    x------------     x------------ 
Line 176: Line 176:
  
 <cli> <cli>
-lab46:~src/SEMESTER/DESIG/PROJECT$ ./mtf0 15 17 0+lab46:~/src/SEMESTER/DESIG/PROJECT$ ./mtf0 15 17 0
 (15)    0                              10  11  12  (15)    0                              10  11  12 
     x------------------------------------------------------------------------      x------------------------------------------------------------------------ 
Line 248: Line 248:
 *:mtf0:project is submitted with relevant and complete script [6/6] *:mtf0:project is submitted with relevant and complete script [6/6]
 *:mtf0:project is submitted on lab46 using 'make submit' [6/6] *:mtf0:project is submitted on lab46 using 'make submit' [6/6]
-*:mtf0:runtime runtime tests of submitted script succeed [6/6]+*:mtf0:runtime tests of submitted script succeed [6/6]
 </code> </code>
  
 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 50% 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 lacking **ORGANIZATION** ior are not easy to read (within 90 char width) are subject to a 25% overall deduction   * Solutions lacking **ORGANIZATION** ior are not easy to read (within 90 char width) are subject to a 25% overall deduction
haas/spring2022/unix/projects/mtf0.1647349062.txt.gz · Last modified: 2022/03/15 12:57 by wedge