akshayrb22 / VTU-Lab-Material

This is a collection of resources that intend to cover from lab programs to viva questions and all everything in between.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SOSC

VTU Lab Material

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 under one roof!

Contributing

To contribute to the project, Please take up the tasks specified in the issues. Add a comment in the issues if you are taking up one.

Instructions

  • Fork the repository to your account.
  • Copy the clone url of your repository.
  • Clone the repository to your machine git clone https://github.com/YOUR_USER_NAME/VTU-Lab-Material.git
  • Make sure you create a branch with the name as the issue you are working on git checkout -b YOUR_BRANCH_NAME, and make sure you are working on the same branch and not the master, run git status to know which branch you are working on, run git branch, your branch will be highlighted with an *. If you are not in your branch or want to move to another branch use git checkout BRANCH_NAME. a good branch name should explain what this branch is about eg. sem-5_CompterSciendce_DBMS etc.
  • Add the upstream url of original repository, follow the instructions here
  • Make sure your repository is in sync with the original repository's master branch. Follow the instruction here to know how to keep your local repository in sync.
  • Finally when you have made the changes, submit a pull request through github from the original repository, choose your branch against the master of original or create a new branch.

About

This is a collection of resources that intend to cover from lab programs to viva questions and all everything in between.

License:GNU General Public License v3.0


Languages

Language:Jupyter Notebook 34.4%Language:Python 20.7%Language:PHP 19.9%Language:HTML 17.2%Language:JavaScript 4.5%Language:C 1.8%Language:CSS 1.5%