Skip to content

Personal notes and snippets for the Algorithms and Data Structures course at HdM Stuttgart.

License

Notifications You must be signed in to change notification settings

pojntfx/uni-algodat-notes

Repository files navigation

Uni Algodat Notes

Notes for the Anwendungssicherheit (app security) course at HdM Stuttgart.

Deliverance CI

Overview

You can view the notes on GitHub pages, download them from GitHub releases or check out the source on GitHub. There are also quite a few code examples in this repo.

Contributing

To contribute, please use the GitHub flow and follow our Code of Conduct.

To build and open a note locally, run the following:

$ git clone https://github.com/pojntfx/uni-algodat-notes.git
$ cd uni-algodat-notes
$ ./configure
$ make depend
$ make dev-pdf/your-note # Use Bash completion to list available targets
# In another terminal
$ make open-pdf/your-note # Use Bash completion to list available targets

The note should now be opened. Whenever you change a source file, it will automatically be re-compiled.

License

Uni Algodat Notes (c) 2022 Felicitas Pojtinger and contributors

SPDX-License-Identifier: AGPL-3.0