This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
user:ds003277:portfolio:unixproject1 [2014/02/27 06:25] – [Scope] ds003277 | user:ds003277:portfolio:unixproject1 [2014/02/27 06:26] (current) – [Execution] ds003277 | ||
---|---|---|---|
Line 33: | Line 33: | ||
State and justify the attributes you'd like to receive upon successful approval and completion of this project. | State and justify the attributes you'd like to receive upon successful approval and completion of this project. | ||
- | * Patience: first and foremost if this doesn' | + | * attribute1: why you feel your pursuit of this project will gain you this attribute |
- | * Desire to drink: when you reach the glorious ending | + | * attribute2: why you feel your pursuit |
+ | * etc... | ||
=====Procedure===== | =====Procedure===== | ||
Line 41: | Line 42: | ||
=====Code===== | =====Code===== | ||
Upon completion of the project, if there is an applicable collection of created code, place a copy of your finished code within < | Upon completion of the project, if there is an applicable collection of created code, place a copy of your finished code within < | ||
+ | |||
+ | <code c> | ||
+ | /* | ||
+ | * hello.c - A sample " | ||
+ | | ||
+ | * written by NAME for COURSE on DATE | ||
+ | * | ||
+ | * compile with: | ||
+ | | ||
+ | * | ||
+ | * execute with: | ||
+ | | ||
+ | */ | ||
+ | |||
+ | #include < | ||
+ | |||
+ | int main() | ||
+ | { | ||
+ | printf(" | ||
+ | return(0); | ||
+ | } | ||
+ | </ | ||
=====Execution===== | =====Execution===== | ||
Again, if there is associated code with the project, and you haven' | Again, if there is associated code with the project, and you haven' | ||
+ | |||
+ | <cli> | ||
+ | lab46: | ||
+ | Hello, World! | ||
+ | lab46: | ||
+ | </ | ||
=====Reflection===== | =====Reflection===== |