Skip to content

CMPE482-Spring2017-Bogazici/course-description

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CMPE 482, Numerical Linear Algebra and Its Applications

Course Home Page

Ali Taylan Cemgil

Bogazici University, Department of Computer Engineering

Workflow for Assignment and Project Submissions

Assignments will be submitted via github, using git and the free github education service.

Make sure you have an active github account and your name is also properly displayed (such as Ahmet Mehmet (ahmtmht) and not only your account name ahmtmht)

If you're using GitHub Desktop, these general instructions will help:

Enabling Edit->Automatically Sync after Committing is recommended. Here are the steps:

  1. Fork the repository for the posted assignment or project. This will create a fork (copy) of the original repository under your account. This fork will be still logically linked to the original repository but all the changes that you make will be local to your account.
  2. Clone the repository to your computer (git clone https://github.com/<your account name>/<repo name> ). You can work on this copy at your local machine.
  3. Modify existing files or add (git add) new ones to complete your solution.
  4. Make sure all of your code is committed (git commit -am "final version" ).
  5. Push/sync up to GitHub (git push ). You have now the final version on github and your local machine.
  6. Create a pull request on the original repository. This is when you actually submit your work.
  7. You can continue to push fixes and improvements until the deadline and create new pull requests – just add a comment in the pull request to let us know what has been updated.

For more information on Git: (https://git-scm.com/book/en/v2/Git-Branching-Branches-in-a-Nutshell)

Assignments

  1. dummy-assignment (Deadline: Feb 22nd, 14:00)
  2. Homework 2
  3. Homework 3

About

Numerical Linear Algebra and Applications

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published