Skip to content

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

License

Notifications You must be signed in to change notification settings

faiqchilmi/VTU-Lab-Material

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 35.0%
  • Python 21.1%
  • PHP 20.2%
  • HTML 17.6%
  • JavaScript 4.6%
  • CSS 1.5%