Giter VIP home page Giter VIP logo

be-graphes's Introduction

Graph & Algorithm project — INSA Toulouse

How to start?

You will not be able to use this repository to save your work, you need to copy / import / fork it to your favorite Git platform.

Importing to Github, Bitbucket or Gitlab:

You first need to register and then log in to the platform you want. The steps to import the project are detailed below:

Github

  1. In the upper-right corner of any page, click the "+" icon, then click Import repository, or go to https://github.com/new/import.
  2. Paste the following URL in the first input: https://gitea.typename.fr/INSA/be-graphes.git
  3. Choose the name you want for the repository.
  4. Click Begin import.
  5. Wait for completion... Done!

Bitbucket

  1. On the left panel of any page, click the "+" icon, then Repository, and then Import, or directly go to https://bitbucket.org/repo/import.
  2. Paste the following URL in the first input (select Git as source if not already selected): https://gitea.typename.fr/INSA/be-graphes.git
  3. Choose the name you want for repository, and select Git as the Version control system.
  4. Click Import repository.
  5. Wait for completion... Done!

Gitlab

  1. In the upper-right corner of any page, click the "+" icon, then New project, or directly go to https://gitlab.com/projects/new.
  2. Select the Import project tab, and then click Repo by URL (right-most option).
  3. Paste the following URL in the first input: https://gitea.typename.fr/INSA/be-graphes.git
  4. Choose the name you want for the repository.
  5. Click Create project.
  6. Wait for completion... Done!

Importing to another repository provider [not recommended]:

  1. Create a new empty repository (no README, no LICENSE) on your provider. Let's assume the URL of your repository is $URL_REPOSITORY.

  2. Clone this repository somewhere:

    git clone https://gitea.typename.fr/INSA/be-graphes.git
  3. Go inside the newly cloned repository and update the remote:

    cd be-graphes
    git remote set-url origin $URL_REPOSITORY
  4. Push to your repository:

    push -u origin master

Another way is to do a bare clone and then mirror it to your repository: https://help.github.com/articles/importing-a-git-repository-using-the-command-line/

be-graphes's People

Contributors

holt59 avatar rob174 avatar

Watchers

 avatar

be-graphes's Issues

Tests JUnit algos non adaptés en temps

En mode de création de trajet suivant un temps le plus court possible, la vérification du chemin trouvé avec celui théorique est calculée en fonction de la différence de distance et non de temps de trajet

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.