Skip to content

bj-study/CAB403-Systems-Programming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CAB403 Study Guide | 2023 Semester 1

Timothy Chappell | Notes for CAB403 at the Queensland University of Technology

How to use this guide

There are three ways to read the book:

  1. View the study guide online
  2. Reading the PDF output:
    1. Navigate to ./book/pdf/output.pdf
    2. Open the PDF
  3. Running the book locally
    1. Install NPM
    2. Install serve
    3. Navigate to the book directory and serve the files
    cd <project>/book
    serve
    1. Open up the corresponding URL in your browser e.g. http://localhost:3000

Building locally

  1. Install Cargo
  2. Install mdbook
  3. Serve the book
    • Via NPM
      1. Build the book
      mdbook build
      1. Serve the book
      cd <project>/book
      serve
    • Via mdBook
      1. Serve the book
      mdbook serve --open

Disclaimer

Although these documents may provide a decent learning experience on their own it is highly advised that you use these in-part with the lectures notes and videos provided to you by your lecturer. This is mainly due to the fact that overtime these guides may become outdated as the units themselves get updated.

It is also important to remember that these guides are written by students and as part should always be taken with a grain of salt, always read further into topics you don't understand and always do your own research on topics. These guides are designed to give you a brief description on each topic giving you a nice overview of the unit and a solid exam time revision document.

A note for programming units, when it comes to programming the best way to learn is not by reading theory but by practising in a practical way. Follow along with the guides but customize the exercises to your liking and make an attempt to utilise the language being learnt in home projects of your own.

About

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors