Giter Site home page Giter Site logo

cs182's Introduction

cs182-f18-psets

Welcome to CS182! This repository will house your homework assignments.

If you are reading this, the name of the repository should be cs182-f18-YourGithubID. If that's what you see, you should already be logged into your Github account and have your own private repository (this one) for your homeworks. You're good to read on.

If you don't see your Github ID at the end of the repository name, you need to follow this link to Github Classroom to create your own private repository.

If you don't know what any of this means, come to office hours or send us a message on Piazza!

How this repository works

This repository is a copy of a "seed" repository maintained by the TFs. Throughout this semester, your TFs will add assignments to the seed repository, and you will be responsible for copying them into your local repository (using "fetch" and "merge", in git-speak). Assuming you've already cloned your repository locally using the Github Classroom link, you can get new files for subsequent assignemnts:

git remote add seed_repo https://github.com/Harvard-CS182-F18/cs182-f18-psets.git # only needs to be done once
git fetch seed_repo
git merge seed_repo/master -m "Fetched new assignment"

These commands (1) tell your local git repository where the seed repo is (and calls it "seed_repo"), (2) gets that repo from github.com, and (3) merges it with your local files. Once you have final step would be to push to your remote repository so it shows up on the web and your TFs can see it.

In fact, try that now to make sure you don't get any errors, and contact us via Piazza if you do.

Problem set rules

Each problem set will consist of a written and programming portion. You are welcome to work alone or in pairs on the programming portion (except P0 which must be done alone), but the written portion must be done individually. We will check. If you worked with someone for the programming portion, you must identify each other in your submitted materials.

Problem set submission

For each assignment you will be given a number of files. When you complete the assignments you should always push your code to this repository, and you should upload the files you have changed in the coding assignments as well as your final written pdf to Gradescope.

Finally

If you are having any trouble, please reach out to us on Piazza. We're here to help!

cs182's People

Contributors

brylee10 avatar plancherb1 avatar grossmanlev avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.