This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
haas:spring2022:unix:projects:mtf0 [2022/03/15 12:57] – [printf] wedge | haas:spring2022:unix:projects:mtf0 [2022/03/15 18:09] (current) – [sample outputs] wedge | ||
---|---|---|---|
Line 95: | Line 95: | ||
</ | </ | ||
- | 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: | + | lab46:~/src/ |
- | 1 2 3 4 5 6 7 8 9 A | + | (11) |
| | ||
1 | 1 2 3 4 5 6 7 8 9 A | 1 | 1 2 3 4 5 6 7 8 9 A | ||
Line 164: | Line 164: | ||
<cli> | <cli> | ||
- | lab46: | + | lab46:~/src/ |
- | 2 3 4 5 | + | ( 9) |
| | ||
2 | 4 6 8 11 | 2 | 4 6 8 11 | ||
Line 176: | Line 176: | ||
<cli> | <cli> | ||
- | lab46: | + | lab46:~/src/ |
- | 0 | + | (15) |
x------------------------------------------------------------------------ | x------------------------------------------------------------------------ | ||
0 | | 0 | | ||
Line 248: | Line 248: | ||
*: | *: | ||
*: | *: | ||
- | *:mtf0:runtime | + | *: |
</ | </ | ||
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 |