Skip to content
This repository has been archived by the owner on Dec 31, 2022. It is now read-only.

anirudh2/ee267-vr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EE267 Homework

This is a repository for the starter code of homework for EE267 (Spring 2018, Stanford University). We are going to release the starter code of each homework weekly here.

Tutorial of Git and GitHub

If it is your first time to use Git, please go through one of the tutorials of Git to understand basic functionalities. If you know how to clone, commit and pull, you can skip it. The GitHub's official basic tutorial is available here.

How to start homework (Homework 1)

You can either use CUI or GUI to clone this repository. However, Please do not Download ZIP this repositoy! If you prefer the GUI way, you can use GitHub desktop to clone this repository.

If you prefer the CUI way, you can clone this repository to your local machine through your terminal by

git clone https://github.com/stanfordcomputationalimaging/ee267_hw.git

Then, you are good to go! Enjoy the homework! The submission procedure is described in the homework document.

How to get the following homework (Homework 2~)

Now, you should have this repository in your local machine. Before pulling the new homework, you need to make a commit of your change in your local repository. For example, you can execute

git add --all
git commit -m "Your message. (eg. Homework 1 is done.)"

Then, execute

git pull origin master

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published