Git Product home page Git Product logo

pcd-lab-programs's Introduction

VTU PCD Lab Programs

curated list of lab programs for VTU - Programming with C and Data Structures

Contribution Guidelines

Step 1

Fork this Repo and Clone it to your local machine.

$ git clone https://github.com/YOUR_USERNAME/pcd-lab-programs.git
$ cd pcd-lab-programs

Step 2

Create a new branch with your name and program number.
eg. haxzie-lab2

$ git branch haxzie-lab2
$ git checkout haxzie-lab2

replace haxzie-lab2 with your username and proper lab program number. This will be your branch name.

Step 3

Create a new folder with the following name format.

Lab<Number>-<ProgramName>

eg: Lab1-StackOperations

Step 4

Create a new file inside this folder with the name Readme.md and add the Program Description or Question related to the program.

Step 5

Create a new file with appropriate extension with the actual program

Step 6

Stage and Commit all your changes

$ git add -A
$ git commit -m "Your Commit Message here"

Step 7

Push the changes to your repository

$ git push origin YOUR_BRANCH_NAME

Replace YOUR_BRANCH_NAME with the name of the branch you created, here haxzie-lab2

Step 8

Return to this original repository, You'll see a big green button saying. Compare and Pull Request. Submit the PR and Enjoy ๐ŸŽ‰

pcd-lab-programs's People

Contributors

abdulraouf9567 avatar haxzie avatar swaaz avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.