Assignment 1 Command Line
1.Create your Github account with your Brooklyn College email
2.Create a repository named as “CISC3115_name”, note:name is your first name
3.clone the repository locally and create a new folder under CISC3115_name named assignment1
4.create another folder under CISC3115_name named javacode
5.under folder javacode, write a java program which prints “hello world” when run the code
Note:you can write code from your IDE, you don’t need to run it here, but I want you to put your code file here
6.go back to the CISC3115_name folder
7.what is the current work directory? Use the command to get it
8.how to go to the path javacode with absolute path method from CISC3115_name
9.go back to the CISC3115_name folder, then how to go to the path javacode with relative path method from CISC3115_name
10.go back to the CISC3115_name folder, list all the files and folders under this path
11.show all the commands that you typed and output to a file named clihistory.txt
12.commit all the changes to your github repository
cli and github example
cli and github example
https://github.com/Yunhua468/CISC3115_Yunhua
https://github.com/Yunhua468/CISC3115_Yunhua
Assignments
- hw1_cliquestion link:Assignment 1 Command LineAssignment 1 Command Line 1.Create your Github account with your Brooklyn College email 2.Create a repository named as “CISC3115_name”, note:name is your first name 3.clone the repository locally and create a new folder under CISC3115_name named assignment1 4.create another folder under CISC3115_…Google DocsSubmit your homework1 repository link here, make sure that I can access your repository, my Github account: https://github.com/Yunhua468
Assignment 1 Command Line
1.Create your Github account with your Brooklyn College email
2.Create a repository named as “CISC3115_name”, note:name is your first
name
3.clone the repository locally and create a new folder under
CISC3115_name named assignment1
4.create another folder under CISC3115_name named javacode
5.under folder javacode, write a java program which prints “hello world”
when run the code
Note: you can write code from your IDE, you don’t need to run it here, but I want
you to put your code file here
6.go back to the CISC3115_name folder
7.what is the current work directory? Use the command to get it
8.how to go to the path javacode with absolute path method from
CISC3115_name
9.go back to the CISC3115_name folder, then how to go to the path
javacode with relative path method from CISC3115_name
10.go back to the CISC3115_name folder, list all the files and folders under
this path
11.show all the commands that you typed and output to a file named
clihistory.txt
12.commit all the changes to your github repository
Introduction to Modern Programming Techniques
Syllabus
Git and Github (Aug 28)
Command line
Readiness Exam (Aug 30)
Assignment 1
Java Review (Sep 6: hw1 + java cli + readiness review)
UNIX and CLIENT-SERVER APPS
Objects and references
Classes
Inheritance, polymorphism, and the Object class
Collections
Recursion
Threads
Network Programming