Hello, dear friend, you can consult us at any time if you have any questions, add WeChat: daixieit

CS3340 Assignment Submission Guidelines

In your Gaul account, you should have created a directory called cs3340 (i.e. ~/cs3340 or~/courses/cs3340) and in that directory a subdirectory for each assignment, i.e.  asn1 for assignment 1. In the subdirectory for the assignment, i.e. asn1, put the following iles:

Assignment Academic Consideration Form

If you have requested an academic consideration through faculty academic counselling for this assignment, this form must be submitted with your assignment.

Download this form and then copy the document or email of an approved academic considerations into this form.

Failure to complete and submit this form will result in the disregarding of your aca- demic consideration for the assignment.

. the asn1 solutions.pdfile which contains your solutions to the assignment questions . The text in this ile should be typed using word or latex, not handwritten and then scanned or photoed.

. the .cc.++, and .h iles, if any, for C++ programs.

. the Makeile and readme, if any.

. the .java iles, if any, for java programs.

. the .py iles, if any, for python programs.

. the unix shell script iles, if any, to run your programs.

. the typescript iles, generated from unix script” command, of screen captures (type- script of terminal session) of the execution of your programs.

The ”scriptix” command can clean up your typescript ile by taking out backspaces and the characters that precede them. Use it as follows (i.e. clean your script ile and save it as your script ile.nice):

scriptix your script ile > your script ile.nice

Your name and student number should appear on the irst page of asn1  solutions.pdf and at the beginning of all .cc, .++, .java, .py iles.  In the screen capture of the execution of your program, the irst three commands should be whoamidate, and pwd.

To submit your assignment iles, get to your cs3340 directory, the parent directory of asn1, and then type the following command (i.e. for Assignment 1)

tar czvf asn1.tar.gz asn1

This will generate a ile called asn1.tar.gz that contains all of the iles in your asn1 subdi- rectory. You must submit this ile to the CS3340b assignment submission area in OWL. (You should delete any unnecessary iles from your subdirectory before generating asn1.tar.gz.) Leaving all the iles in your gaul account is not considered as assignment submission.