-
Cal Poly VPN Access
04/04/2020 - 10:47pm
Cal Poly now requires the use of a VPN to access on-campus resources. You
can find details here.
-
Welcome
04/02/2020 - 6:00pm
Let's do something awesome.
-
Group Member Notification
04/02/2020 - 6:00pm
You will submit your group member information through a quiz on Canvas.
-
javax.json on CSL Machines
03/31/2020 - 5:36pm
The provided parser uses javax.json to generate the JSON output.
On the CSL machines, you can access this package by adding
/home/akeen/public/javax.json-1.0.4.jar
to your CLASSPATH environment variable.
-
ANTLR 4 on CSL Machines
03/31/2020 - 5:36pm
You can use ANTLR 4 on the CSL machines by adding
/home/akeen/public/antlr4/antlr-4.7.1-complete.jar
to your CLASSPATH environment variable. To run the ANTLR translation
tool, execute java org.antlr.v4.Tool grammar_file.g,
where grammar_file.g is your grammar file.