Skip to content

Latest commit

 

History

History
37 lines (33 loc) · 1.87 KB

README.md

File metadata and controls

37 lines (33 loc) · 1.87 KB

VTU Lab Material

SOSC Probot

Collection of VTU laboratory easy solutions and related educational material maintained by the students, for the students, to the students. 💪🏻

Motivation

Ever had trouble getting the right VTU lab material to study from? Well look no further here's a collection of all resources required gathered and verified with respective laboratory incharge by students over at Sahyadri Open Source Community

Getting started

The folder structure is arranged according to semester/branch/subject_code+subject_name/file_name

.
├── sem-7
│   ├── computer_science
│   │   ├── 15CSL76_MACHINE_LEARNING_LABORATORY
│   │   │   ├── 01. Find-S Algorithm.ipynb
│   │   │   ├── 01. Find-S Algorithm.py
.   .   .   .
.   .   .   .

If the Lab experiments contain more than one file, create a separate sub directory for each experiment. eg /semester/branch/subject_code_subject_name/experiment_no_experiment_name/filename

.
├── sem-7
│   ├── computer_science
│   │   ├── 15CSL77_WEB_PROGRAMMING_LABORATORY
│   │   │   ├── 01 Calculator
│   │   │   |   ├── index.html
│   │   │   |   ├── style.css
.   .   .   .   .
.   .   .   .   .

Contributing

Please read CONTRIBUTING.md for details on our code of conduct and the process for submitting pull requests.

License

This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for more details.