http://www.cs.princeton.edu/academics/catalog
- COS314 - Introduction to Computer Music
- COS318 - Operating Systems
- COS320 - Compiling Techniques
- COS326 - Functional Programming
http://www.cs.princeton.edu/academics/catalog
| <?php | |
| /** | |
| * @author James Morris <[email protected]> | |
| */ | |
| $html = <<<'EOF' | |
| <html> | |
| <body> | |
| <h1>Foo</h1> | |
| <div id="content"> |
| #!/usr/bin/python | |
| import re, urllib, urllib2 | |
| class Spreadsheet(object): | |
| def __init__(self, key): | |
| super(Spreadsheet, self).__init__() | |
| self.key = key | |
| class Client(object): |