https://github.com/ashton17h/ways

Plateforme permettant d'orienter les candidats et de mieux les connaître lors des JPO du CESI.

https://github.com/ashton17h/ways

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (2.8%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Plateforme permettant d'orienter les candidats et de mieux les connaître lors des JPO du CESI.

Basic Info
  • Host: GitHub
  • Owner: ashton17h
  • Language: C#
  • Default Branch: master
  • Size: 7.04 MB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 1
  • Releases: 0
Created about 6 years ago · Last pushed over 2 years ago
Metadata Files
Readme

README.md

Ways

Plateforme permettant d'orienter les candidats et de mieux les connaître lors des JPO du CESI. Développement d'une dimension "jeu", d'une dimension "orientation" et d'un espace d'administration.

Tuto Git

  1. Télécharger Git. Pour Windows, c'est là : https://gitforwindows.org/
  2. Cloner un dépôt (ou repository).
  3. Se positionner dans le dossier souhaité. Par exemple C:\Users\chris\source\repos
  4. Ouvrir un terminal et exécuter : git clone https://github.com/IAMCHRISC/Ways.git
  5. Un nouveau répertoire est créé contenant le projet. S'y positionner en exécutant : cd ways
  6. Créer une nouvelle branche. Pour l'exemple, elle s'appelle ici "dev_val".
  7. Dans le terminal, exécuter : git checkout -b dev_val
  8. Cette branche n'est pas disponible tant qu'elle n'a pas été envoyée sur le dépôt distant.
  9. Pour ce faire, exécuter : git push origin dev_val
  10. Pour savoir sur quelle branche on se trouve (pratique quand il y en a plusieurs), exécuter : git branch
  11. Ajouter, valider et envoyer des changements.
  12. Pour ajouter un fichier, exécuter : git add nomdufichier
  13. Pour ajouter plusieurs fichiers, exécuter : git add .
  14. Pour valider ces changements, exécuter : git commit -m "Message de validation"
  15. Pour envoyer ces changements sur le dépôt distant, exécuter : git push origin nomdela_branche
    • Ex : git push origin dev_val
  16. Mettre à jour des changements.
  17. Pour mettre à jour son dépôt local avec les dernières modifications, exécuter : git pull
  18. Cela va récupérer et fusionner les changements effectués par quelqu'un d'autre.
  19. Lien vers le tuto d'origine : https://rogerdudler.github.io/git-guide/index.fr.html

Owner

  • Name: Chris Chalopin
  • Login: ashton17h
  • Kind: user

GitHub Events

Total
Last Year

Dependencies

ADO/ADO.csproj nuget
  • System.Data.SqlClient 4.8.1
ADO/obj/project.assets.json nuget
  • Microsoft.NETCore.Platforms 1.1.0
  • Microsoft.Win32.Registry 4.7.0
  • NETStandard.Library 2.0.3
  • System.Buffers 4.5.0
  • System.Data.SqlClient 4.8.1
  • System.Diagnostics.DiagnosticSource 4.7.0
  • System.Memory 4.5.3
  • System.Numerics.Vectors 4.4.0
  • System.Runtime.CompilerServices.Unsafe 4.7.0
  • System.Security.AccessControl 4.7.0
  • System.Security.Principal.Windows 4.7.0
  • System.Text.Encoding.CodePages 4.7.0
  • runtime.native.System.Data.SqlClient.sni 4.7.0
  • runtime.win-arm64.runtime.native.System.Data.SqlClient.sni 4.4.0
  • runtime.win-x64.runtime.native.System.Data.SqlClient.sni 4.4.0
  • runtime.win-x86.runtime.native.System.Data.SqlClient.sni 4.4.0
ways/obj/project.assets.json nuget
  • Microsoft.NETCore.Platforms 3.1.0
  • Microsoft.Win32.Registry 4.7.0
  • System.Data.SqlClient 4.8.1
  • System.Security.AccessControl 4.7.0
  • System.Security.Principal.Windows 4.7.0
  • runtime.native.System.Data.SqlClient.sni 4.7.0
  • runtime.win-arm64.runtime.native.System.Data.SqlClient.sni 4.4.0
  • runtime.win-x64.runtime.native.System.Data.SqlClient.sni 4.4.0
  • runtime.win-x86.runtime.native.System.Data.SqlClient.sni 4.4.0
ways/ways.csproj nuget