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:24] – [Objectives] ds003277 | user:ds003277:portfolio:unixproject1 [2014/02/27 06:26] (current) – [Execution] ds003277 | ||
---|---|---|---|
Line 9: | Line 9: | ||
=====Prerequisites===== | =====Prerequisites===== | ||
- | In order to successfully accomplish/ | + | In order to successfully accomplish/ |
- | * read the man page for the command FILE | + | * resource1 |
- | * read the man page for the command GZIP | + | * resource2 |
- | * read the man page for the command TAR | + | * resource3 |
- | * read the man page for the command ZIP | + | * experience1 |
- | * read the man page for the command UUENCODE | + | * experience2 |
- | * make available a six-pack (this is a min. req.) of your favorite beer | + | * etc. |
=====Background===== | =====Background===== | ||
- | The intention of this project is to help students master | + | State the idea or purpose |
Upon approval, you'll want to fill this section out with more detailed background information. DO NOT JUST PROVIDE A LINK. | Upon approval, you'll want to fill this section out with more detailed background information. DO NOT JUST PROVIDE A LINK. | ||
Line 28: | Line 28: | ||
=====Scope===== | =====Scope===== | ||
- | I intend to implement | + | Give a general overview of your anticipated implementation |
=====Attributes===== | =====Attributes===== | ||
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 40: | 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===== |