CS164: Course Announcements

  1. [5/13/2010] Final is in Bechtel Auditorium at 11:30AM on Friday, 14 May. Make-up final is at 3:30PM that day. Please come to my office.
  2. [5/13/2010] Final from 2009 and sample tests from 2008 now available here.
  3. [4/30/2010] Solutions to tests #1 and #2 available here.
  4. [2/23/2010] Go the account administration page (the "Your account/team/grades" link on the left) to see a report of cumulative activity in the repository, broken down by team.
  5. [2/4/2010] Test #1 will be in class on Wednesday, 10 March.
  6. [2/2/2010] The Project #1 specification and skeleton are now available on-line from the homework page.
  7. [1/26/2010] When customizing your .bash shell on the instructional machines, please use the following standard procedure:
    1. Create a directory ~/bashrc.d.
    2. Place a bash script containing your customizations in a file within this directory (such as ~/bashrc.d/00-local.sh. Actually, you can have any number of such files; the standard startup procedure will apply them in alphabetical order after applying the class standard files.
    3. Mark the file(s) in bashrc.d as executable, with
         chmod u+rx ~/bashrc.d/*
      
  8. Please use bug-submit for all questions about bugs in your code. No, we can't magically figure out what's wrong in general without ALL your code and an explanation of the how to reproduce the problem. Just run
    bug-submit proj1
    
    from within a directory on the instructional machines containing your entire project and also a file named ERROR with a description of the bug symptoms and how to reproduce them.
  9. [1/20/2010] The newsgroups are now hosted by CSUA at news.csua.berkeley.edu. You can also use Thunderbird or a newsgroup reader directed at news.csua.berkeley.edu.
  10. [1/20/2010] That's right, there are no textbooks for this course. All materials—including textbook-like course notes, lecture notes, and homework—will be on line or handed out.


    Page was last modified on Thu May 13 16:04:50 2010.
    Address comments and questions to cs164@cs.berkeley.edu