How to register for CS 70

After you have obtained your account, you will need to register with our grading software. This can be done in five easy steps:

  1. Log in to your 'named' account. (You are all eligible for a named account, if you don't already have one. See the Instructions on how to obtain a named account if you need one.)
  2. Edit your .cshrc file to add the following two lines at the end:
      setenv MASTERDIR /home/ff/cs70
      set path=(/share/b/grading/bin $path)
    
    Double-check to make sure that you typed them correctly.
  3. At the command prompt, run the command
      source .cshrc
    
    Alternatively, log out and log back in.
  4. At the command prompt, run the command
    register
    
    and answer the questions it asks you. The class you are registering for is 'cs70' (without the quotes).
  5. To check that you are registered successfully, run the command
    check-register
    
    It should list the information you entered above.

Mail inquiries to cs70@cory.eecs.berkeley.edu.