This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
user:dgirard3:portfolio:project879 [2012/12/13 19:09] – [Objectives] dgirard3 | user:dgirard3:portfolio:project879 [2012/12/13 19:17] (current) – [References] dgirard3 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ======Project: | ||
+ | A project for HPC by Derek GIrardi during the Fall 2012. | ||
+ | |||
+ | This project was begun on October 15th and is anticipated to take 3 days. (Change this whoever takes up the project). | ||
+ | |||
+ | =====Objectives===== | ||
+ | |||
+ | The purpose of this project is to obviously connect 2 or more screens together so they work seamlessly as one big screen. Hopefully one will accomplish on how to correctly network these computers together and be able to utilize their skills of computers by doing this. | ||
+ | |||
+ | =====Prerequisites===== | ||
+ | In order to successfully accomplish/ | ||
+ | |||
+ | * Teacher | ||
+ | * Google | ||
+ | * Linux Command line | ||
+ | * Linux environment | ||
+ | * etc. | ||
+ | | ||
+ | |||
+ | =====Background===== | ||
+ | |||
+ | As stated above, one may want to have more then one screen at their disposal. When programming, | ||
+ | =====Scope===== | ||
+ | To do this project i suggest just writing out the steps you are taking to do this, screenshot any images or code and upload images as needed. | ||
+ | |||
+ | |||
+ | |||
+ | =====Procedure===== | ||
+ | Step 1: First you are going to need the obvious, 2 screens! Your teacher should be able to provide you with these screens with no issue at all. | ||
+ | |||
+ | Step 2: Do some research and see what needs to be done to accomplish your task | ||
+ | |||
+ | Step 3: gather up the necessary parts to begin the process of connecting the 2. The rest i leave up to you! | ||
+ | |||
+ | =====Code===== | ||
+ | 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); | ||
+ | } | ||
+ | </ | ||
+ | |||
+ | |||
+ | |||
+ | =====Reflection===== | ||
+ | Doing this project will be very rewarding i believe and i hope someone takes from it! | ||
+ | =====References===== | ||
+ | In performing this project, the following resources were referenced: | ||
+ | |||
+ | * http:// | ||
+ | This might help out too! |