User Tools

Site Tools


haas:spring2017:unix:projects:usf0

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:spring2017:unix:projects:usf0 [2017/03/12 20:07] – [Output Formatting with printf(1)] wedgehaas:spring2017:unix:projects:usf0 [2017/03/13 15:05] (current) – [Specifications] wedge
Line 171: Line 171:
 You'll notice that everything lines up and is positioned similarly: You'll notice that everything lines up and is positioned similarly:
  
-  * each column exists within 8 characters of on-screen real estate, with one addition space padding the left and the right margins of the column.+  * each column exists within 8 characters of on-screen real estate, with one additional space padding the left and the right margins of the column.
   * The values are right justified with each column, with all bases but decimal being exactly the same length (prepending leading zeroes if necessary)   * The values are right justified with each column, with all bases but decimal being exactly the same length (prepending leading zeroes if necessary)
   * The dashes and vertical bars set up an ASCII art-like table pattern that helps make the data more readable.   * The dashes and vertical bars set up an ASCII art-like table pattern that helps make the data more readable.
Line 349: Line 349:
  
 <code> <code>
-78:upf1:final tally of results (78/78) +78:usf0:final tally of results (78/78) 
-*:upf1:upf1steps submitted via submit tool [2/2+*:usf0:usf0.sh submitted with submit tool [3/3
-*:upf1:upf1steps covers steps from copy until submit [4/4] +*:usf0:usf0.sh has a shabang invoking bash [3/3
-*:upf1:upf1steps squelches any STDERR output [4/4] +*:usf0:usf0.sh runs without error [6/6
-*:upf1:upf1steps only displays required STDOUT output [4/4] +*:usf0:usf0.sh with no arguments displays default table [6/6
-*:upf1:task0.cli produces correct result [2/2+*:usf0:usf0.sh is commented explaining implementation [6/6
-*:upf1:task0.cli uses specified input_value [1/1+*:usf0:table heading and separators conform to project specifications [6/6
-*:upf1:task0.cli uses specified input_unit [1/1+*:usf0:values are calculated, not literally displayed [6/6
-*:upf1:task0.cli solution in specified output_unit [2/2+*:usf0:binary column is correct and formatted to specifications [6/6
-*:upf1:task0.cli solution using specified precision [1/1+*:usf0:octal column is correct and formatted to specifications [6/6
-*:upf1:task0.cli solution using specified delimiter [1/1+*:usf0:decimal column is correct and formatted to specifications [6/6
-*:upf1:task1.cli produces correct result [2/2+*:usf0:hexadecimal column is correct and formatted to specifications [6/6
-*:upf1:task1.cli uses specified input_value [1/1] +*:usf0:starting value is properly checked for and verified [6/6
-*:upf1:task1.cli uses specified input_unit [1/1] +*:usf0:ending value is properly checked for and verified [6/6
-*:upf1:task1.cli solution in specified output_unit [2/2] +*:usf0:signed option is properly checked for and verified [6/6]
-*:upf1:task1.cli solution using specified precision [1/1] +
-*:upf1:task1.cli solution using specified delimiter [1/1] +
-*:upf1:task2.cli produces correct result [2/2+
-*:upf1:task2.cli uses specified input_value [1/1] +
-*:upf1:task2.cli uses specified input_unit [1/1] +
-*:upf1:task2.cli solution in specified output_unit [2/2] +
-*:upf1:task2.cli solution using specified precision [1/1] +
-*:upf1:task2.cli solution using specified delimiter [1/1] +
-*:upf1:task3.cli produces correct result [2/2+
-*:upf1:task3.cli uses specified input_value [1/1] +
-*:upf1:task3.cli uses specified input_unit [1/1] +
-*:upf1:task3.cli solution in specified output_unit [2/2] +
-*:upf1:task3.cli solution using specified precision [1/1] +
-*:upf1:task3.cli solution using specified delimiter [1/1] +
-*:upf1:task4.cli produces correct result [2/2+
-*:upf1:task4.cli uses specified input_value [1/1+
-*:upf1:task4.cli uses specified input_unit [1/1+
-*:upf1:task4.cli solution in specified output_unit [2/2] +
-*:upf1:task4.cli solution using specified precision [1/1] +
-*:upf1:task4.cli solution using specified delimiter [1/1] +
-*:upf1:task5.cli produces correct result [2/2] +
-*:upf1:task5.cli uses specified input_value [1/1] +
-*:upf1:task5.cli uses specified input_unit [1/1] +
-*:upf1:task5.cli solution in specified output_unit [2/2] +
-*:upf1:task5.cli solution using specified precision [1/1] +
-*:upf1:task5.cli solution using specified delimiter [1/1] +
-*:upf1:task6.cli produces correct result [2/2] +
-*:upf1:task6.cli uses specified input_value [1/1] +
-*:upf1:task6.cli uses specified input_unit [1/1] +
-*:upf1:task6.cli solution in specified output_unit [2/2] +
-*:upf1:task6.cli solution using specified precision [1/1] +
-*:upf1:task6.cli solution using specified delimiter [1/1] +
-*:upf1:task7.cli produces correct result [2/2] +
-*:upf1:task7.cli uses specified input_value [1/1] +
-*:upf1:task7.cli uses specified input_unit [1/1] +
-*:upf1:task7.cli solution in specified output_unit [2/2] +
-*:upf1:task7.cli solution using specified precision [1/1] +
-*:upf1:task7.cli solution using specified delimiter [1/1]+
 </code> </code>
haas/spring2017/unix/projects/usf0.1489349233.txt.gz · Last modified: 2017/03/12 20:07 by wedge