User Tools

Site Tools


user:ssmit133:portfolio:unixproject2

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
user:ssmit133:portfolio:unixproject2 [2016/12/16 12:11] – [Project: YOUR PROJECT NAME HERE] ssmit133user:ssmit133:portfolio:unixproject2 [2016/12/16 14:42] (current) – [References] ssmit133
Line 5: Line 5:
 This project was begun on 11/01/2016 and is anticipated to take Rest of semester. This project was begun on 11/01/2016 and is anticipated to take Rest of semester.
 =====Objectives===== =====Objectives=====
-State the purpose of this project. What is the point of this project? What do we hope to accomplish by undertaking it? +The point of this project was to explore the inner workings of a "dumb chat bot" program.
 =====Prerequisites===== =====Prerequisites=====
 In order to successfully accomplish/perform this project, the listed resources/experiences need to be consulted/achieved: In order to successfully accomplish/perform this project, the listed resources/experiences need to be consulted/achieved:
  
-  * resource1 +  * Experience: C programming
-  * resource2 +
-  * resource3 +
-  * experience1 +
-  * experience2 +
-  * etc.+
  
 =====Background===== =====Background=====
 State the idea or purpose of the project. What are you attempting to pursue? State the idea or purpose of the project. What are you attempting to pursue?
  
-Upon approval, you'll want to fill this section out with more detailed background information. DO NOT JUST PROVIDE A LINK. +want to learn about what does it exactly take to get started and complete simple chatbot program.
- +
-Providing any links to original source material, such as from a project page, is a good idea. +
- +
-You'll want to give a general overview of what is going to be accomplished (for example, if your project is about installing web server, do a little write-up on web servers. What is it, why do we need one, how does it work, etc.+
 =====Scope===== =====Scope=====
 Give a general overview of your anticipated implementation of the project. Address any areas where you are making upfront assumptions or curtailing potential detail. State the focus you will be taking in implementation. Give a general overview of your anticipated implementation of the project. Address any areas where you are making upfront assumptions or curtailing potential detail. State the focus you will be taking in implementation.
  
 +I assumed it would be easy enough, and it would be a series of scanned in variables and questions printed back.
 =====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.
  
-  * attribute1why you feel your pursuit of this project will gain you this attribute +  * data flow expierenceEvenutally, I would have to handle larger amounts of stored variables somehow.
-  * attribute2: why you feel your pursuit of this project will gain you this attribute +
-  * etc... +
 =====Procedure===== =====Procedure=====
 The actual steps taken to accomplish the project. Include images, code snippets, command-line excerpts; whatever is useful for intuitively communicating important information for accomplishing the project. The actual steps taken to accomplish the project. Include images, code snippets, command-line excerpts; whatever is useful for intuitively communicating important information for accomplishing the project.
  
 =====Code===== =====Code=====
-Upon completion of the project, if there is an applicable collection of created code, place a copy of your finished code within <nowiki><code> </code></nowiki> blocks here.+{{:user:ssmit133:portfolio:preview.png?200|}}
  
-<code c> +=====Reflection===== 
-/+Comments/thoughts generated through performing the projectobservations made, analysis rendered, conclusions wroughtWhat did you learn from doing this project?
- * hello.c - A sample "HelloWorld!" program +
- *  +
- * written by NAME for COURSE on DATE +
- * +
- * compile with: +
-   gcc -o hello hello.+
- * +
- * execute with: +
-   ./hello +
- */+
  
-#include <stdio.h>+It isn't completed because honestly, I didnt understand what I was doing until more into the semester. My knowledge didnt grow for data flows and structures until roughly the last month of school- it just wasnt clicking.  
 +Right now though, I know exactly what I'd do.
  
-int main() +FirstI would symlink or include a header file to my list functions. 
-+Write in all answers into a linked list with Node pointers to each custom answer. 
-    printf("HelloWorld!\n");    // Output message to STDOUT +And still print back the strings or int values of info. 
-    return(0); +In times loops to make the program seem more interactive
-+Automatic questions or statements sent to the user like "here's a joke" and "Still feeling ok? Yes? Good me too".
-</code> +
- +
-=====Execution===== +
-Again, if there is associated code with the project, and you haven't already indicated how to run it, provide a sample run of your code: +
- +
-<cli> +
-lab46:~/src/cprog$ ./hello +
-Hello, World! +
-lab46:~/src/cprog$  +
-</cli> +
- +
-=====Reflection===== +
-Comments/thoughts generated through performing the project, observations made, analysis rendered, conclusions wroughtWhat did you learn from doing this project?+
  
 +Over all, this are natural learning processes you can code. But this and more is all something that I will take on next since I actually understand what Im doing now.
 =====References===== =====References=====
 In performing this project, the following resources were referenced: In performing this project, the following resources were referenced:
  
-  * URL1+  * [[https://kb.iu.edu/d/abbe|symLinks]]
   * URL2   * URL2
-  * URL3 (provides useful information on topic)+  * URL3
   * URL4   * URL4
  
 Generally, state where you got informative and useful information to help you accomplish this project when you originally worked on it (from Google, other wiki documents on the Lab46 wiki, etc.) Generally, state where you got informative and useful information to help you accomplish this project when you originally worked on it (from Google, other wiki documents on the Lab46 wiki, etc.)
user/ssmit133/portfolio/unixproject2.1481890270.txt.gz · Last modified: 2016/12/16 12:11 by ssmit133