This is the official repository of academic materials for Software Engineering - Batch 11 (2021), College of Computer Science and Information Technology, Karary University, it containing files (docx,pptx,pdf,zip, and others) for the sheets, papers, lectures, references and notes taken by different contributors.
Visit Site
This repository is using on a workflow that runs a python script setup.py when triggered by a push request.
the script centers inside the folder setup, reads the file init.setup, opens and updates the file config.json that contains map of all files in all semesters then copies of the files to their specified destination.
if you're adding files to non-existing semester folder, you will need to update select tag inside index.html manually.
This file contains the information about where to the put the files uploaded by which semester and which material/subject folder,
and consists of 3 lines:
Subject Name (optional if folder exists)
subject folder
semester number
More details on configuring.md on branch prototype, if you're planning to clone/build your own repo.