/computer-security

Div. filer fra datasikkerhet bachelor

Primary LanguageJupyter Notebook

Welcome to the University of Bergen Informatics Repository

This repository is for all informatics students at the University of Bergen. It contains assignments, exams, and other materials that can help you in your courses.

Corces in the repository

This corces are from the institut of informatics at the University of Bergen. The corces are from the bachelor program in informatics.

  • BINF100 - Introduction to bioinformatics
  • EXPHIL-MNSEM - Examen philosophicum
  • INF100 - Introduction to programming
  • INF101 - Object-oriented programming
  • INF102 - Algorithms and data structures
  • INF112 - Introduction to Systems Development
  • INF113 - Introduction to operating Systems
  • INF115 - Databases and modelling
  • INF140 - Introduction to Cyber Security
  • INF142 - Computer Networks
  • INF143A - Applied Cryptography
  • INF214 - Concurrent programming
  • INF226 - Software Security
  • INFO284 - Machine Learning
  • MAT111 - Calculus 1
  • Mat121 - Linear Algebra
  • MNF130 - Discrete Mathematics
  • STAT110 - Basic Course in Statistics

Contributing

If you want to contribute to this repository by adding your exams or assignments, you can do so by creating a pull request. Here's how:

  1. Fork this repository by clicking the "Fork" button at the top of the page.
  2. Clone your forked repository to your local machine using git clone https://github.com/YOUR-USERNAME/informatics-repository.git.
  3. Create a new branch for your changes using git checkout -b my-branch-name.
  4. Add your exams or assignments to the exams or assignments folder, respectively. Please make sure that your files are named in the following format: COURSECODE-EXAM-SEMESTER-YEAR(Grade)-nr.pdf. For example, INF100-EXAM-SPRING-2019(Grade A)-1.pdf. If you have multiple files for the same course, please add a number at the end of the file name, e.g. INF100-EXAM-SPRING-2019(Grade A)-2.pdf.
  5. Commit your changes using git commit -m "Add my exams/assignments".
  6. Push your changes to your forked repository using git push origin my-branch-name.
  7. Go to the original repository and click the "New pull request" button.
  8. Select your forked repository and the branch that contains your changes.
  9. Add a title and description for your pull request, and click "Create pull request".

Your pull request will be reviewed by the repository maintainers, and if it is accepted, your exams or assignments will be added to the repository for others to use.

You can also add materials that can help others practice for exams or assignments. Please add them to the practice folder.

If you want to restructure the file system, please create an issue first to discuss your proposed changes.

Disclaimer

Please note that the materials in this repository are not guaranteed to be correct or complete. Use them at your own risk.

License

This repository is licensed under the MIT License. See the LICENSE file for more information.

How to Make a Pull Request