Giter VIP home page Giter VIP logo

lsd_c_lab's Introduction

LSD_C_LAB

Requirements

First you will need GCC and GIT to be installed on your machine. Use this command to install GIT on Ubuntu:

> sudo apt install git

For Mac os:

> brew install git

Use this command to install GCC on Ubuntu:

> sudo apt install build-essential

For Mac os:

> brew install gcc

Manual pages about using GNU (additional):

> sudo apt-get install manpages-dev

How to use the template

First of all you need to fork the repository. The uou can use the command below to clone the repository to your local machine: PS: you need to change YOUR-USER-NAME in the github link with your Github username.

> git clone https://github.com/YOUR-USER-NAME/LSD_C_LAB.git

Then go to the correction folder and start working :

> cd LSD_C_LAB/TP1

If you want to push a change that you made to your repository follow these steps: First, you need to tell Git who you are:

git config --global user.email "[email protected]"
git config --global user.name "Your Name"

Add the files that you changed :

git add *

Commit your changes :

git commit -m "a comment about your changes"

Push your changes :

git push

lsd_c_lab's People

Contributors

sheimaebnani avatar rakati avatar rmahjoubi 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.