This repository contains submodules for the subjects in each semester . Each submodule contains code, resources, and notes related to a specific subject.
To use the submodules, clone this repository using the following command:
git clone --recursive https://github.com/NebulaTris/ami-code-vault.git
This will clone the repository along with all the submodules. If you have already cloned the repository without the --recursive option, you can fetch the submodules using the following command:
git submodule update --init --recursive
Once you have the submodules, you can access each one by navigating to its directory. You can update the submodules to the latest version using the following command:
git submodule update --recursive --remote
The following is a list of submodules in this directory:
sem_3/
├── cpp
└── dsa-in-c
sem_4/
├── basic-simulation
├── java
└── os
Contributions to the submodules are welcome. If you find any issues or want to suggest improvements, please create an issue in the respective submodule repository. If you want to contribute code, please create a pull request in the respective submodule repository.
The code and resources in the submodules are licensed under the Creative Commons Zero v1.0 Universal License. See the LICENSE file in each submodule directory for details.