https://github.com/ashton17h/ways
Plateforme permettant d'orienter les candidats et de mieux les connaître lors des JPO du CESI.
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
- Télécharger Git. Pour Windows, c'est là : https://gitforwindows.org/
- Cloner un dépôt (ou repository).
- Se positionner dans le dossier souhaité. Par exemple C:\Users\chris\source\repos
- Ouvrir un terminal et exécuter : git clone https://github.com/IAMCHRISC/Ways.git
- Un nouveau répertoire est créé contenant le projet. S'y positionner en exécutant : cd ways
- Créer une nouvelle branche. Pour l'exemple, elle s'appelle ici "dev_val".
- Dans le terminal, exécuter : git checkout -b dev_val
- Cette branche n'est pas disponible tant qu'elle n'a pas été envoyée sur le dépôt distant.
- Pour ce faire, exécuter : git push origin dev_val
- Pour savoir sur quelle branche on se trouve (pratique quand il y en a plusieurs), exécuter : git branch
- Ajouter, valider et envoyer des changements.
- Pour ajouter un fichier, exécuter : git add nomdufichier
- Pour ajouter plusieurs fichiers, exécuter : git add .
- Pour valider ces changements, exécuter : git commit -m "Message de validation"
- Pour envoyer ces changements sur le dépôt distant, exécuter : git push origin nomdela_branche
- Ex : git push origin dev_val
- Mettre à jour des changements.
- Pour mettre à jour son dépôt local avec les dernières modifications, exécuter : git pull
- Cela va récupérer et fusionner les changements effectués par quelqu'un d'autre.
- Lien vers le tuto d'origine : https://rogerdudler.github.io/git-guide/index.fr.html
Owner
- Name: Chris Chalopin
- Login: ashton17h
- Kind: user
- Repositories: 1
- Profile: https://github.com/ashton17h
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