chore(docs): Apply #6822 (playground definition) to the rest of CONTRIBUTING files (#6824)

* Added playground definition

Added a small definition about programming/coding playgrounds for making it understandable to beginners

* Define what is a playground

Via / completes:
- What's a programming playground? #6107
- Added playground definition #6817
- Sentence added under playground #6819

Thanks @Suman373 for the initial idea.

Co-authored-by: Suman Roy <95040233+Suman373@users.noreply.github.com>

* reword playground definition as suggested

Co-authored-by: Eric Hellman <eric@hellman.net>

* copy #6822 playground definition into rest files

* translate #6822 (playground definition) to spanish

* translate #6822 (playground definition) to italian

Co-authored-by: ImVector <59611597+LuigiImVector@users.noreply.github.com>

* translate #6822 (playground definition) to french

Thanks to @Existential-nonce

Co-authored-by: nonce <77142078+Existential-nonce@users.noreply.github.com>

* translate EbookFoundation#6822 (playground definition) to chinese

Provided by @kang8. Thank you too much!

Co-authored-by: kang <1115610574@qq.com>

* Improve playground definition in `zh_TW` language

Co-authored-by: Alan Syue <33183531+AlanSyue@users.noreply.github.com>

* Minor improve playground definition in `fr` language

Co-authored-by: lorrding <mathias.berthonneau@gmail.com>

Co-authored-by: Suman Roy <95040233+Suman373@users.noreply.github.com>
Co-authored-by: Eric Hellman <eric@hellman.net>
Co-authored-by: ImVector <59611597+LuigiImVector@users.noreply.github.com>
Co-authored-by: nonce <77142078+Existential-nonce@users.noreply.github.com>
Co-authored-by: kang <1115610574@qq.com>
Co-authored-by: Alan Syue <33183531+AlanSyue@users.noreply.github.com>
Co-authored-by: lorrding <mathias.berthonneau@gmail.com>
This commit is contained in:
David Ordás
2022-07-25 14:37:35 +02:00
committed by GitHub
parent eded902203
commit 97022b79cd
14 changed files with 28 additions and 14 deletions

View File

@@ -21,11 +21,12 @@
2. Δεν χρειάζεται να γνωρίζετε Git: αν βρήκατε κάτι ενδιαφέρον που *δεν βρίσκεται ήδη σε αυτό το αποθετήριο*, παρακαλώ ανοίξτε ένα [Issue](https://github.com/EbookFoundation/free-programming-books/issues) με τις προτάσεις σας για συνδέσμους.
- Αν γνωρίζετε Git, παρακαλούμε να κάνετε Fork αυτό το αποθετήριο και να στέλνετε Pull Requests (PR).
3. Έχουμε 5 τύπους λιστών. Επιλέξτε την κατάλληλη:
3. Έχουμε 6 τύπους λιστών. Επιλέξτε την κατάλληλη:
- *Βιβλία* : PDF, HTML, ePub, ένας ιστότοπος που βασίζεται στο gitbook.io, ένα αποθετήριο Git, κλπ.
- *Μαθήματα* : Ένα μάθημα είναι εκπαιδευτικό υλικό που δεν είναι βιβλίο. [Αυτό είναι ένα μάθημα](http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-006-introduction-to-algorithms-fall-2011/).
- *Διαδραστικά σεμινάρια* : Μια διαδραστική ιστοσελίδα που επιτρέπει στον χρήστη να γράψει κώδικα ή εντολές και αξιολογεί τα αποτελέσματα (με το "αξιολογεί" δεν εννοούμε "βαθμολογεί"). π.χ. [Try Haskell](http://tryhaskell.org), [Try GitHub](http://try.github.io).
- *Playgrounds* : are online and interactive websites, games or desktop software for learning programming. Write, compile (or run), and share code snippets. Playgrounds often allow you to fork and get your hands dirty by playing with code.
- *Podcasts και Screencasts*: Podcasts και screencasts.
- *Προβλήματα και Ανταγωνιστικός Προγραμματισμός*: Ένας ιστότοπος ή ένα λογισμικό που σου επιτρέπει να αξιολογήσεις τις προγραμματιστικές σου ικανότητες λύνοντας απλά ή περίπλοκα προβλήματα, με ή χωρίς επιθεώρηση του κώδικα, συγκρίνοντας ή όχι τα αποτελέσματα με άλλους χρήστες.