CS201 - Laboratory Submittal Using the submit command.

Slides:



Advertisements
Similar presentations
Coding and Debugging. Requirements and Specification Recall the four steps of problem solving: Orient, Plan, Execute, Test Before you start the implementation.
Advertisements

Using Pine to send your ICS111 homework First Log in into UNIX using SSH either from home (If you have previously installed SSH or from the Lab. Once in.
In an internet browser type: If you have never used this software before, click on create an account. If you have used ilrn, click on Sign.
Programming project #4 1 CS502 Spring 2006 Programming Project #4 Web Server CS-502 Operating Systems Spring 2006.
CS211 Data Structures Sami Rollins Fall 2004.
CS201 - Information. CS201 - Laboratories All labs will be done using Linux on the PC’s or esus. All labs MUST use Makefiles. First lab is due NEXT WEEK.
Revisions If you received the grade: “R” If you received the grade: “R” You must do a revision to receive a grade for lab 2. You must do a revision to.
Overview of C++ Chapter 2 in both books programs from books keycode for lab: get Program 1 from web test files.
Dayu Zhang 9/3/2014 Lab01. Lab Instructor: Dayu Zhang Office Hour Mon/Wed 10:40am – 11:10am Room A201 Lab Website
Compilers and Interpreters. Translation to machine language Every high level language needs to be translated to machine code There are different ways.
Testing a program Remove syntax and link errors: Look at compiler comments where errors occurred and check program around these lines Run time errors:
CS-3103 & CS-502, Summer 2006 Programming Project #31 Programming Project #3 Web Server CS-3103 & CS-502 Operating Systems.
ICS2O-Introduction to Computer Science Using the computers and asking questions. Things to remember in the lab.
CS 115 TA Orientation Fall More students! Enrollment up to sections + night about 22% CS majors (50 on 8/16)
The Registration Experience Student Registration via Self-Service.
6 Steps of the Programming Process
© Janice Regan, CMPT 128, Jan CMPT 128 Introduction to Computing Science for Engineering Students Creating a program.
CS105 Lab 1 – Introduction Section: ??? TA: ??? ??? Announcements CITES Accounts Compass Netfiles Other Administrative Information CS105 Fall
Welcome to CS 3260 Dennis A. Fairclough. Overview Course Canvas Web Site Course Materials Lab Assignments Homework Grading Exams Withdrawing from Class.
CSE 305 Theory of Database Tutorial on Connecting with Sybase from Java program and Developing GUI Jalal Mahmud, TA, CSE 305.
CS Tutorial 1 Getting Started with Visual Studio 2012 (Visual Studio 2010 are no longer available on MSDNAA, please choose Visual Studio 2012 which.
CSc 2310 Principles of Programming (Java) Dr. Xiaolin Hu.
ECT 250: Survey of E-Commerce Technology FrontPage Publishing pages Unix.
1 Project Information and Acceptance Testing Integrating Your Code Final Code Submission Acceptance Testing Other Advice and Reminders.
1 Midterm Review. 2 Midterm Exam  30% of your grade for the course  October14 at the regular class time  No makeup exam or alternate times  Closed.
1 ITI 1120 Lab # 1 An Introduction to the Lab Environment Contributors: G. Arbez, M. Eid, D. Inkpen, A. Williams, D. Amyot.
Envision Math Online Edition.
Project 1. Goals  Write a simple TCP/IP client that supports a specific protocol  The server is running right now on login.ccs.neu.edu:27993  If your.
Testing and Debugging Version 1.0. All kinds of things can go wrong when you are developing a program. The compiler discovers syntax errors in your code.
Welcome to CS 115! Introduction to Programming. Class URL Write this down!
COP3502: Introduction to Computer Science Yashas Shankar.
Forms and Server Side Includes. What are Forms? Forms are used to get user input We’ve all used them before. For example, ever had to sign up for courses.
ENEE150 – 0202 ANDREW GOFFIN Introduction to ENEE150.
Files to turn in for Homework # 1 1)TimerApplet.java 2)TimerApplet.html 3)TimerSyntaxErr.java 4)TimerSemanticErr.java 5)TimerSemanticErr.html 6)HomeWork1.txt.
San Antonio ISD txGradebook
A compiler is a computer program that translate written code (source code) into another computer language Associated with high level languages A well.
Conditional Statements.  Quiz  Hand in your jQuery exercises from last lecture  They don't have to be 100% perfect to get full credit  They do have.
How to use WS_FTP A Step by Step Guide to File Transfer.
Scheduling.  Either using the student or parent information. (students login on the same screen as parents).  If parents are logging on for.
Object Oriented Programming COP3330 / CGS5409.  Assignment Submission Overview  Compiling with g++  Using Makefiles  Misc. Review.
CS12230 Introduction to Programming Lecture 6-2 –Errors and Exceptions 1.
CS116 COMPILER ERRORS George Koutsogiannakis 1. How to work with compiler Errors The Compiler provide error messages to help you debug your code. The.
ASSIGNMENT 2 Salim Malakouti. Ticketing Website  User submits tickets  Admins answer tickets or take appropriate actions.
Validation. What is Validation? Removing errors improves the consistency of how our pages look to a wide variety of browsers and devices. Ensuring that.
Object Oriented Programming COP3330 / CGS5409.  Assignment Submission Overview  Compiling with g++  Using Makefiles  Misc. Review.
Linux CSE 1222 CSE1222: Lecture 1BThe Ohio State University1.
Subversion Subversion is a brand of version control software that is frequently used to store the code and documentation of a project so as to permit.
CS1010: Intro Workshop.
Validation.
Project 1 Simple Socket Client.
Compilation and Debugging
Compilation and Debugging
CS1101 : Using Course Marker
CS 584 Lecture 15 Assignment? (Due Friday) Friday paper presentations
Simple Socket Client Project 1.
Validation.
slides borrowed and adapted from Alex Mariakis and CSE 390a
Simple Socket Client Project 1.
In Class Programming BIS1523 – Lecture 11.
Introduction to Computer Programming
Today’s Objectives Week 2 Announcements HTML Bonus Lab 1
ECE 554 Digital Engineering Laboratory Nam Sung Kim (Chunhua Yao –TA)
Teaching Someone to do Something
Welcome to CS1046 Approachable Apps
COLLECT – Spring 2019.
Digital Engineering Laboratory
Welcome to Science!!! Things to know!.
Review of Previous Lesson
Teaching Someone to do Something
Presentation transcript:

CS201 - Laboratory Submittal Using the submit command.

CS201 Submit Guide This information is also in html format on the lecture 1 page. See “CS201 Submit Guide”. The submit command system allows students to transfer copies of their assignments into a central location for grading.

Submit restrictions You must be registered in the course to use submit. You must submit your lab prior to the deadline. (submit currently doesn’t allow for late assignments) You must have exactly the file names expected by submit.

File names For example in lab #1, you must have helloworld.c and Makefile. Helloworld.c or HelloWorld.c or makefile or MakeFile would not be accepted.

Assignment submittal code This is a code word you use with the submit command. It typically is just lab1 or lab2 or something similar. You must use it exactly, or the submittal will fail. $ submit cs201s05 lab1 works! $ submit cs201s05 Lab1 fails!

CS201 – submit – Do Once! You need to either use a path name or an alias. Full Path name /home/projects/submit/bin/submit $ alias submit=/home/projects/submit/bin/submit $ export submit (Then you can use the single word submit)

CS201 – submit – Each Time Create your files and test your program. This is done on your local machine. ssh to esus. $ ssh esus.cs.montana.edu Enter your password Change to appropriate cs201 lab directory. $ submit cs201s05 lab1

CS201 – submit – queries $ submit -h Gives you help on the submit command. $ submit -l List the submit information for the current semester. $ submit -v cs201s05 lab1 Adding the –v gives you all the warning messages.

CS201 - submit - errors If you don’t supply the correct number of files with the correct file names, the submittal will fail! If your program doesn’t compile, the submittal will fail! If your program won’t run, the submittal will fail!

SO… Use submit -l (or read the lab write-up carefully) to be sure your file names are correct. Compile your program and fix syntax errors until it compiles without error. Try running your program and fix any logical errors.