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 four easy steps:

  1. Edit your .cshrc file to add the following two lines to the end (make sure to avoid typos!):
    setenv MASTERDIR /home/ff/cs70
    set path=(/share/b/grading/bin /share/b/grading/sbin $path)
    alias glookup /home/ff/cs70/bin/arch/`uname -m`/glookup
    
  2. At the command prompt, run the command
    source .cshrc
    
    or log out and log back in again.
  3. At the command prompt, run the command
    register
    
    and answer the questions it asks you.
  4. To look up your grades, run the command
    glookup
    
    Try it now to make sure you can see your name listed. If you get an error message, you did something wrong above.

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