 Name: Santiago Bock   Telephone: 624-8847  Office Number: 5106 Sennott Square  Office Hours: Tuesdays.

Slides:



Advertisements
Similar presentations
University of Malta Online admissions Who can apply online & when… Applicants who sat for the Matriculation Certificate examination in May 2012.
Advertisements

ENEE150: Discussion 1 Section 0104 Please Sit Down at a Computer and Login!
CSCI 1411 FUNDAMENTALS OF COMPUTING LAB Lab Introduction 1 Shane Transue MSCS.
General course information Session 1: 7/08/
Dayu Zhang 9/3/2014 Lab01. Lab Instructor: Dayu Zhang Office Hour Mon/Wed 10:40am – 11:10am Room A201 Lab Website
CSCI S-1 Section 3. Deadlines for Homework 2 Problems 1-8 in Parts C and D – Friday, July 3, 17:00 EST Parts E and F – Tuesday, July 7, 17:00 EST.
Microsoft ® Office PowerPoint ® 2003 Training Create your first Presentation Mr Garel…… presents:
Tutorial on Hadoop Environment for ECE Login to the Hadoop Server Host name: , Port: If you are using Linux, you could simply.
CprE 288 – Quick intro for compiling C in Linux
Help session: Unix basics Keith 9/9/2011. Login in Unix lab  User name: ug0xx Password: ece321 (initial)  The password will not be displayed on the.
CS105 Lab 1 – Introduction Section: ??? TA: ??? ??? Announcements CITES Accounts Compass Netfiles Other Administrative Information CS105 Fall
Accessing & Submitting Homework myitlab Microsoft Office Professional 1 CSP 1203.
Internet of Things with Intel Edison Compiling and running Pierre Collet Intel Software.
1 ITI 1120 Lab # 1 An Introduction to the Lab Environment Contributors: G. Arbez, M. Eid, D. Inkpen, A. Williams, D. Amyot.
PROGRAMMING PROJECT POLICIES AND UNIX INTRO Sal LaMarca CSCI 1302, Fall 2009.
CSc2010 Lab Fall 2015 Bing Li. Contact  Name : Bing Li   Website : cs.gsu.edu/~bli6  Office : Suntrust.
CCHD Grant Application Using the Online System. Sign In to the Online System Enter you complete address If this is your first time using CCHD’s.
COP3502: Introduction to Computer Science Yashas Shankar.
1 Lab 2 “Hello world” in Unix/Linux #include "std_lib_facilities_4.h" int main(){ cout
ENEE150 – 0202 ANDREW GOFFIN Introduction to ENEE150.
UNIX Introduction CSCE 221H Texas A&M University.
Online Course Management Course Protocols. Expectations for the students Expectations for the facilitator Include: Announcements courtesy Assignment.
COP3502: Introduction to Computer Science Yashas Shankar Creating a webpage on FSU website.
C programming and compilers. At least 3 ways to compile C Using gcc in UNIX environment via chaos.cs.auckland.ac.nz Using gcc in Cygwin in Windows Using.
Creating Programs on UNIX This term you can create programs on UNIX or you can create programs using a C++ compiler on your PC. This set of slides steps.
1 Running Programs on CSP CSP01.csci.unt.edu … CSP09. … Secure shell (ssh) to CSP computer Transfer file(s) using scp, … Edit on CSP machine with vi, pico,
Instructions for ConnectK Game AI project
CASEGRADER 2007 DIRECTIONS For Students 1. Open a web browser In the Address type: 2 login.course.com OR cgoffice2007.course.com (no WWW !!)
Labs #1 Using FTP client to submit your homework Stephan Chiu EE NTU 04/lab/index.htm.
COP3502: Introduction to Computer Science Yashas Shankar Lecture #2.
Tutorial: To run the MapReduce EEMD code with Hadoop on Futuregrid -by Rewati Ovalekar.
How to submit an assignment to Turn It In Log in to Turn It In and select the class Find the assignment to be submitted Click “Submit”
CS1101 Using CourseMarker (CM) CM website: Updated:
1 Getting Started with C++ Part 2 Linux. 2 Getting Started on Linux Now we will look at Linux. See how to copy files between Windows and Linux Compile.
CSE 250 Spring  Can use either Eclipse plugin or web interface  For Eclipse, make sure all the files you want to submit are in the same project.
ENEE150: Discussion 1 Section 0104/0105 Please Sit Down at a Computer and Login!
Java On the ENB 116 Computers The JDK is now available on the ENB 116 computers. You can use a classroom computer rather than your own laptop or CIRCE.
Basic Unix Commands & GCC Saurav Karmakar Spring 2007.
CS 6220 Homework Submission System Moonyoung Kang.
COMS W1004 Introduction to Computer Science June 2, 2008.
Turnitin. Turnitin – a Tool Turnitin is a tool that will help you to: – Assess the quality of your references – Improve your reference style – Keep track.
Manifold Lab 1 Setting the environment Compiling/running programs.
CS 241 Section Week #1 January 26, Topics This Section HW #1 SVN Review (…by the command line!) C Code Examples.
1 Project 4: Computing Distance. 222 Computing Distance Write a program to compute the distance between two points. Recall that the distance between the.
ICS 151 Digital Logic Design Spring 2004 Administrative Issues.
Tutorial for Modelsim 1 Installation Download the Modelsim Student Edition: Follow the.
Setting up visualization. Make output folder for visualization files Log into vieques $ ssh
Assignprelim.1 Assignment Preliminaries © 2012 B. Wilkinson/Clayton Ferner. Modification date: Jan 16a, 2014.
BSHS 402 Week 5 Learning Team Case Manager Interviews Check this A+ tutorial guideline at 5-Learning-Team-Case-Manager-Interviews.
UNIX To do work for the class, you will be using the Unix operating system. Once connected to the system, you will be presented with a login screen. Once.
Online Course Management
CLAIMS FILING PROCESS FOR ZERO DEDUCTIBLE STUDENT / ATHLETIC / ACTIVITIES ACCIDENT MEDICAL GAP PLAN.
Practice #0: Introduction
Creating Programs on UNIX
Intro to UNIX System and Homework 1
Lab 10 Instructions You can use g++ on build server, visual studio on local machine or your preferred C++ IDE. Important Note: For your grade, please show.
MetaCTF Source Walkthrough
Google Drive Introduction:
CSCE 206 Lab Structured Programming in C
HELLO THERE. THIS IS A TEST SLIDE SLIDE NUMBER 1.
COMS S1007 Object-Oriented Programming and Design in Java
Lab 00 Discussion Linux Basics
Run Java file with Window cmd
Portfolio Information PPT
#submissionID < The title and author(s) of your paper will appear on the preceding slide. This slide only requires the ID > < Add your own content here.
TURNITIN.COM Instructions
CSCE 206 Lab Structured Programming in C
CS31 Discussion 1H Fall18: week 1
Compile and run c files.
#submissionID < The title and author(s) of your paper will appear on the preceding slide. This slide only requires the ID > < Add your own content here.
Presentation transcript:

 Name: Santiago Bock   Telephone:  Office Number: 5106 Sennott Square  Office Hours: Tuesdays and Fridays 9:00am to noon  These slides:

 Submit the Hello World program  Create Hello.java and README.txt ◦ Follow homework instructions ◦ Make sure it compiles and runs  Bundle files ◦ Zip file: zip yourLogin-hw1.zip Hello.java README.txt ◦ Check contents: unzip –l yourLogin-hw1.zip  Copy files to submission directory ◦ scp yourLogin-hw1.zip unix.cis.pitt.edu:/afs/cs.pitt.edu/public/incoming/a ronis/cs0007/homework-1/yourLogin-hw1.zip ◦ Provide password

 Test submission ◦ ssh unix.cis.pitt.edu ◦ Password ◦ cd /afs/cs.pitt.edu/public/incoming/aronis/cs0007/h omework-1/ ◦ ls –l (your file should be there, check the size) ◦ exit Homework 1