All Projects → cpc6128 → LangageLinotte

cpc6128 / LangageLinotte

Licence: GPL-3.0 license
Code source officiel du langage de programmation Linotte - Langage de programmation en français simple créé dans le but de permettre aux enfants et aux personnes n'ayant pas une connaissance approfondie de l’informatique d’apprendre la programmation facilement.

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to LangageLinotte

microalg
Langage et environnements dédiés à l’algorithmique.
Stars: ✭ 12 (-58.62%)
Mutual labels:  francais, french, french-education
verbecc
Complete Conjugation of any Verb using Machine Learning for French, Spanish, Portuguese, Italian and Romanian
Stars: ✭ 45 (+55.17%)
Mutual labels:  french, french-language
alix
A Lucene Indexer for XML, with lexical analysis (lemmatization for French)
Stars: ✭ 15 (-48.28%)
Mutual labels:  francais, french
rust-book-fr
🇫🇷 French translation of the book "The Rust Programming Language"
Stars: ✭ 89 (+206.9%)
Mutual labels:  learn-to-code, french
createurstech.fr
Première plateforme collaborative et open source qui référence les créateurs de contenus tech francophone.
Stars: ✭ 174 (+500%)
Mutual labels:  french
date-extractor
Extract dates from text
Stars: ✭ 58 (+100%)
Mutual labels:  french
jverein
JVerein - Open Source Vereinsverwaltung
Stars: ✭ 48 (+65.52%)
Mutual labels:  gplv3
DataFrames
Welcome to DataFrames.jl with Bogumił Kamiński
Stars: ✭ 106 (+265.52%)
Mutual labels:  learn-to-code
fuzzychinese
A small package to fuzzy match chinese words
Stars: ✭ 50 (+72.41%)
Mutual labels:  natural-language
fountain
Natural Language Data Augmentation Tool for Conversational Systems
Stars: ✭ 113 (+289.66%)
Mutual labels:  natural-language
AutoAirplaneMode
✈️ Automatic Aiplane Mode for Android
Stars: ✭ 15 (-48.28%)
Mutual labels:  gplv3
arabic-programming-blogs
أهم المدونات والمصادر العربية لتعلم البرمجة وتطوير الويب
Stars: ✭ 41 (+41.38%)
Mutual labels:  learn-to-code
double-metaphone
Fast Double Metaphone algorithm
Stars: ✭ 70 (+141.38%)
Mutual labels:  natural-language
balistica
A open source ballistics calculator
Stars: ✭ 45 (+55.17%)
Mutual labels:  gplv3
librecoop
Coop mode for dhewm3, open for everyone.
Stars: ✭ 41 (+41.38%)
Mutual labels:  gplv3
GPLv3.md
GPLv3 in Markdown.
Stars: ✭ 27 (-6.9%)
Mutual labels:  gplv3
java-wegweiser
🔭 Ein wachsender Wegweiser für die Grundlagen der Java-Programmierung
Stars: ✭ 15 (-48.28%)
Mutual labels:  learn-to-code
linguistic-datasets-portuguese
Linguistic Datasets for Portuguese: Lista de conjuntos de dados linguísticos para língua portuguesa com licença flexíveis: banco de dados, lista de palavras, sinônimos, antônimos, dicionário temático, tesauro, linked data, semântica, ontologia e representação de conhecimento
Stars: ✭ 46 (+58.62%)
Mutual labels:  natural-language
BARIS
Use the French Open Data Portal API features from R
Stars: ✭ 21 (-27.59%)
Mutual labels:  french
awesome-by-example
😎 A curated list of example-based learning resources.
Stars: ✭ 97 (+234.48%)
Mutual labels:  learn-to-code

GitHub release (release name instead of tag name) GitHub all releases GitHub release (latest by date) GitHub release (latest by date and asset) Chocolatey Version linotte GitHub last commit GitHub issues Java CI with Maven

Atelier de programmation pour le Langage Linotte

Code source officiel du langage Linotte

Linotte est le langage de programmation entièrement en français. Il offre un environnement simple, complet et pédagogique pour apprendre à programmer.

Vous voulez contribuer au projet ? N'hésitez pas à venir me rejoindre sur ce depôt.

Le site officiel du langage est langagelinotte.free.fr

Téléchargement de la dernière version 3.14, avec Java 19 inclus (installation simplifiée) :

Téléchargement de la dernière version 3.14, sans Java :

documentation en ligne :

  • documentation en ligne : wiki

  • c'est en projet, nous avons besoin d'aide !

Pour contribuer à faire évoluer Linotte :

git clone https://github.com/cpc6128/LangageLinotte.git

cd LangageLinotte

mvn clean package

java -jar linotte-lanceur/target/Atelier.jar

Mes autres projets :

Atelier 3.0

Pour les développeurs du langage :

  • Pour mac :

    jpackage --input . --main-jar Atelier.jar --icon ../../linotte-resources/src/main/resources/linotte_hd.icns --app-version 3.8

  • Pour windows :

    "C:\Program Files\Java\jdk-19\bin\jpackage" --type msi --input . --main-jar Atelier.jar --icon ..\..\..\linotte-resources\src\main\resources\linotte_new.ico --app-version 3.14 --win-menu --file-associations ..\..\..\linotte-resources\src\main\resources\mime.txt --vendor CodeVallée

  • Pour Ubuntu ou Fedora :

    /usr/lib/jvm/jdk-17/bin/jpackage --input . --main-jar Atelier.jar --icon ../../../linotte-resources/src/main/resources/linotte_new.png --app-version 3.10

  • Chocolatey :

    cpack

    choco push linotte.3.14.00.nupkg --source https://push.chocolatey.org/

  • Snapcraft :

    snapcraft

    snap install linotte_3.11.0_amd64.snap --dangerous

    snapcraft upload --release=stable linotte_3.11.0_amd64.snap

    sudo snap remove linotte

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].