User Tools

Site Tools


haas:spring2020:cprog:projects:cbf0

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
haas:spring2020:cprog:projects:cbf0 [2018/09/17 13:26] – external edit 127.0.0.1haas:spring2020:cprog:projects:cbf0 [2020/03/10 19:18] (current) – [Experiencing xxd] wedge
Line 128: Line 128:
 00000000: 3e41 4243 4445 4647 4849 4a4b 4c4d 4e4f  >ABCDEFGHIJKLMNO 00000000: 3e41 4243 4445 4647 4849 4a4b 4c4d 4e4f  >ABCDEFGHIJKLMNO
 00000010: 5051 5253 5455 5657 5859 5a3c 0a5b 6162  PQRSTUVWXYZ<.[ab 00000010: 5051 5253 5455 5657 5859 5a3c 0a5b 6162  PQRSTUVWXYZ<.[ab
-00000030: 7374 7576 7778 797a 5d0a 3031 3a09 0920  stuvwxyz].01:.. +00000020: 6364 6566 6768 696a 6b6c 6d6e 6f70 7172  cdefghijklmnopqr 
-00000040: 4249 4e41 5259 0a30 3132 3334 3536 373a  BINARY.01234567: +00000030: 7374 7576 7778 797a 5d0a 3031 3a20 2020  stuvwxyz].01:    
-00000050: 0920 4f43 5441 4c0a 3031 3233 3435 3637  . OCTAL.01234567 +00000040: 2020 2020 2020 2020 2020 2042 494e 4152             BINAR 
-00000060: 3839 3a09 2044 4543 494d 414c 0a30 3132  89:DECIMAL.012 +00000050: 590a 3031 3233 3435 3637 3a20 2020 2020  Y.01234567:      
-00000070: 3334 3536 3738 3941 4243 4445 463a 4845  3456789ABCDEF:HE +00000060: 2020 204f 4354 414c 0a30 3132 3334 3536     OCTAL.0123456 
-00000080: 5841 4445 4349 4d41 4c0a 2921 4023 2425  XADECIMAL.)!@#$% +00000070: 3738 393a 2020 2020 2020 4445 4349 4d41  789     DECIMA 
-00000090: 5e26 2a28 0a2e 0a                        ^&*(...+00000080: 4c0a 3031 3233 3435 3637 3839 4142 4344  L.0123456789ABCD 
 +00000090: 4546 3a48 4558 4144 4543 494d 414c 0a29  EF:HEXADECIMAL.) 
 +000000a0: 2140 2324 255e 262a 280a 2e0a            !@#$%^&*(...
 lab46:~/src/cprog/cbf0$  lab46:~/src/cprog/cbf0$ 
 </cli> </cli>
Line 184: Line 186:
 00000010: 50 51 52 53 54 55 56 57 58 59 5a 3c 0a 5b 61 62  PQRSTUVWXYZ<.[ab 00000010: 50 51 52 53 54 55 56 57 58 59 5a 3c 0a 5b 61 62  PQRSTUVWXYZ<.[ab
 00000020: 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72  cdefghijklmnopqr 00000020: 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72  cdefghijklmnopqr
-00000030: 73 74 75 76 77 78 79 7a 5d 0a 30 31 3a 09 09 20  stuvwxyz].01:.. +00000030: 73 74 75 76 77 78 79 7a 5d 0a 30 31 3a 20 20 20  stuvwxyz].01:    
-00000040: 42 49 4e 41 52 59 0a 30 31 32 33 34 35 36 37 3a  BINARY.01234567: +00000040: 20 20 20 20 20 20 20 20 20 20 20 42 49 4e 41 52             BINAR 
-0000005009 20 4f 43 54 41 4c 0a 30 31 32 33 34 35 36 37  . OCTAL.01234567 +00000050: 59 0a 30 31 32 33 34 35 36 37 3a 20 20 20 20 20  Y.01234567:      
-00000060: 38 39 3a 09 20 44 45 43 49 4d 41 4c 0a 30 31 32  89:. DECIMAL.012 +0000006020 20 20 4f 43 54 41 4c 0a 30 31 32 33 34 35 36     OCTAL.0123456 
-00000070: 33 34 35 36 37 38 39 41 42 43 44 45 46 3a 48 45  3456789ABCDEF:HE +0000007037 38 39 3a 20 20 20 20 20 20 44 45 43 49 4d 41  789:      DECIMA 
-00000080: 58 41 44 45 43 49 4d 41 4c 0a 29 21 40 23 24 25  XADECIMAL.)!@#$% +00000080: 4c 0a 30 31 32 33 34 35 36 37 38 39 41 42 43 44  L.0123456789ABCD 
-00000090: 5e 26 2a 28 0a 2e 0a                             ^&*(...+00000090: 45 46 3a 48 45 58 41 44 45 43 49 4d 41 4c 0a 29  EF:HEXADECIMAL.) 
 +000000a021 40 23 24 25 5e 26 2a 28 0a 2e 0a              !@#$%^&*(...
 </cli> </cli>
 =====Detecting Terminal Size===== =====Detecting Terminal Size=====
Line 243: Line 246:
  
 You should get some sort of confirmation indicating successful submission if all went according to plan. If not, check for typos and or locational mismatches. You should get some sort of confirmation indicating successful submission if all went according to plan. If not, check for typos and or locational mismatches.
 +
 +=====Evaluation Criteria=====
 +
 +What I will be looking for:
 +
 +<code>
 +52:cbf0:final tally of results (52/52)
 +*:cbf0:cbf0.c compiles cleanly, no compiler messages [13/13]
 +*:cbf0:cbf0.c implements only specified algorithm [13/13]
 +*:cbf0:cbf0.c code conforms to project specifications [13/13]
 +*:cbf0:cbf0 runtime output conforms to specifications [13/13]
 +</code>
 +
 +Additionally:
 +  * 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 indentation to promote scope and clarity will be subject to a 25% overall deduction
 +  * Solutions not organized and easy to read (assume a terminal at least 90 characters wide, 40 characters tall) are subject to a 25% overall deduction
haas/spring2020/cprog/projects/cbf0.1537190786.txt.gz · Last modified: 2018/09/17 13:26 by 127.0.0.1