CS45 Weekly Lab: week 10

Tools for running experiments, latex
Tools for running experiments
There are several useful tools for running experiments. Also, since you will be running experiments on your VM, you may want to run your virtualbox in non-GUI mode (see the virtual box guide for how to do this), using screen to remotely attach and detach from it.

In addition, you will likely want to write some bash scripts and maybe use script and dos2unix to run a large set of experiments.

You can try out a couple example bash scripts that I have. In your cs45/weeklylabs subdirectory, copy over my bash script examples directory:

cd cs45/weeklylabs/
mkdir bash_examples
cd bash_examples
cp -r ~newhall/public/bashscript_examples .

See my tools for running experiments for more information and links to resources (screen, script, bash scripts).

Latex

If you want to try out latex for writing your lab 4 report, take a look at my latex documentation and examples: latex (this link also has documentation about graph and figure creating and editing tools on our system).

Below are some latex examples for papers that you can copy these over and use as a starting point for your report (I recommend using the fist one). Read the README files to see how to build, view, and clean-up .pdf and other generatd files, and note that there is a Makefile that contains commands to build and clean-up to make this very easy (always use a Makefile):