CS 6140 Language Design
Design Pattern URLs:
Language URLs:
Installation:
- put this line after "set path = ..." in your .login file: source /home/faculty/billard/set6140
- make-up a password, say mypassword (but please pick something else)
- /home/faculty/billard/6140.install mypassword
- your sources are at: cd public_html/cs6140/mypassword/patterns
- Java compile: java myfile.java
- Java execution: java myfile
- C++ compile: c++ myfile.cpp
- C++ execution: a.out
- Smalltalk compile/execution: st myfile.st
- Perl compile/execution: perl myperl.pl
- Let me see your code: chmod go+r myperl.pl
- Or do one directory: chmod go+r *
- Or do all sub-directories: chmod -R go+r .
Additional Installation:
- cd cs???-??/public_html/cs6140/your password/patterns
- cp ~billard/public_html/patterns/check.html .
- chmod go+r check.html