Giter VIP home page Giter VIP logo

mini-shell's Introduction

Your final programming assignment is the "mini-project."
For this assignment, you have may choose from two different
options. You only need to choose ONE of these options (do
NOT do both of them). Each mini-project option has
115% possible credit on it, divided among four steps as follows:

Step 1: 50%
Step 2: 30%
Step 3: 20%
Step 4: 15%

This mini-project is due at 5:00 pm eastern time on Wednesday April 25,
giving you 3 weeks to work on it.

For either options, you may need to consult other materials
for relevant domain knowledge. However, you should have developed the
programming skills to complete the project in this course. 

Your mini-project options are:

 (1) A command shell
     You will need to consult man pages about system calls to do this.
     This option is great preparation if you plan to take ECE 650.
 (2) Numerical methods
     You will need some mathematical knowledge to do this.
     You will also need to perform simple parsing; however, you
     can use the code I gave you in 081 to show you how to do so.
     This option is great preparation if you plan to take ECE 681.

I expect these to be polished, well-tested pieces of code.

For this project, YOU will tell ME how to test your code. You MUST
include a file called TESTING.txt. In this file, you should give me
step-by-step instructions to see that your code follows the
specifications of the README. For example, you might say:

(1) Run ./myprogram < testcases/input1.txt
    You will see that it prints xyz, which is correct because [reasons]
(2) Run ./myprogram < testcases/input2.txt
    You will see that it prints xyz, which is correct because [reasons]

If I am satisfied that your test cases are sufficient, I will not make any more
of my own, and you will receive full credit for adequate testing. If I am
not satisfied with your testcases, I will add more testcases of my own,
and you will lose points for test coverage.

We do not usually grade you on code quality; however, on this assignment
we will, so you will want to review TA and instructor comments from your
previous evaluative assignments.

We expect your code to 
  - Be adequately commented
  - Make good use of abstraction (both in terms of functions and classes)
  - Be well-formatted and easy to read
  - Use good variable names. If I see a variable called "flag" (or anything
    like that), I guarantee you will lose points here.

As always, you should perform good error checking and valgrind cleanly.

mini-shell's People

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.