Overview
This repository is a collection of code examples for CS 417/517.
Working with the Example Code
The contents of this repo can be downloaded as a zip file (using the download button). In general, cloning the repo using
git clone git@git-community.cs.odu.edu:tkennedy/cs417-lecture-examples.git
is the better option. Cloning the repo will allow you to download updates from lecture using
git pull
SSH Keys
To clone the repo, you will need to set up SSH Keys in https://git-community.cs.odu.edu.
Languages
Depending on the discussion, source code may be written in
- Python 3.7+
- C++ (11, 17, or 20)
- Rust
Each example will include a README.md
that describes the required
compiler/interpreter, compilation instructions, and example commands.
Dockerfile
Ignore the Docker file. It is used for testing.