summaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeLines
* Add LICENSE.txtAdam Bard2023-01-27-0/+359
| | | Text of the CC-3.0 SA license added as license.txt (source: https://creativecommons.org/licenses/by-sa/3.0/legalcode.txt)
* Merge pull request #4580 from luovkle/masterMarcel Ribeiro Dantas2023-01-21-4/+4
|\ | | | | [python/es-es] parentheses required in print functions are added
| * [python/es-es] parentheses required in print functions are addedluovkle2023-01-21-4/+4
|/
* Merge pull request #4574 from wangsy98/masterMarcel Ribeiro Dantas2023-01-15-10/+10
|\ | | | | Fix broken 4clojure links
| * Fix broken 4clojure linkswang sy2023-01-14-10/+10
|/
* Merge pull request #4572 from guaguaguaxia/masterMarcel Ribeiro Dantas2023-01-11-8/+8
|\ | | | | fix:typo
| * fix:typozjzj19962023-01-11-8/+8
|/
* Merge pull request #4560 from mribeirodantas/fix-typos-enMarcel Ribeiro Dantas2022-12-10-88/+88
|\ | | | | Fixes typos in many different English articles
| * Fixes typos in many different English articlesMarcel Ribeiro-Dantas2022-12-10-88/+88
|/ | | | Signed-off-by: Marcel Ribeiro-Dantas <mribeirodantas@seqera.io>
* [lua/zh-cn] loadstring -> load (#4554)shoreyk2022-12-08-1/+2
| | | loadstring已弃用
* Merge pull request #4547 from louisportay/yaml_null_valueMarcel Ribeiro Dantas2022-12-06-0/+2
|\ | | | | [yaml/en] [yaml/fr] add another example for YAML null value
| * [yaml/en] add another example for YAML null valueLouis PORTAY2022-11-21-0/+2
| |
* | Merge pull request #4559 from adambard/mribeirodantas-patch-1Marcel Ribeiro Dantas2022-12-01-0/+1
|\ \ | | | | | | [python/en] Add missing json import
| * | Add missing json importMarcel Ribeiro Dantas2022-12-01-0/+1
|/ /
* | Merge pull request #4556 from nbehrnd/contributingMarcel Ribeiro Dantas2022-11-30-44/+50
|\ \ | | | | | | CONTRIBUTING, lint and hint to markdownlint
| * | add hint to markdownlintNorwid Behrnd2022-11-30-0/+3
| | | | | | | | | | | | | | | | | | In the longer term, the use of a linter (similar to pylint for Python) may contribute to easier maintenance of the markdown files and consistent display of the content on the web page.
| * | additional polish with markdownlintNorwid Behrnd2022-11-30-5/+8
| | | | | | | | | | | | | | | | | | Accounts for most of the remaining suggestions by markdownlint.[1] [1] https://github.com/markdownlint/markdownlint, version 0.12.0.
| * | adjust third level of indentation (manual)Norwid Behrnd2022-11-30-2/+2
| | |
| * | manual adjustments, second level of indentationNorwid Behrnd2022-11-30-18/+18
| | | | | | | | | | | | | | | | | | Manual adjustments and light edits to stay within the 80 character limit per line. Manual dedent of second level entries met in the lower part of the document.
| * | use asterisk for second level bullet pointsNorwid Behrnd2022-11-30-10/+10
| | | | | | | | | | | | | | | Running `sed -i "s/^ +/ */" CONTRIBUTING.markdown`. This is to be complemented by a manual correction in the lower section, too.
| * | consistent mark-up first level bullet listNorwid Behrnd2022-11-30-11/+11
| | | | | | | | | | | | An instance of `sed -i "s/^-/*/" CONTRIBUTING.markdown`.
| * | replace tabulator spaces by explicit spacesNorwid Behrnd2022-11-30-13/+13
|/ / | | | | | | An instance of `sed -i "s/\t/ /g" CONTRIBUTING.markdown`.
* | Merge pull request #4541 from akshitadixit/docker-docsMarcel Ribeiro Dantas2022-11-27-138/+271
|\ \ | | | | | | [docker/en] Rewriting the docs for Docker
| * \ Merge branch 'master' of https://github.com/adambard/learnxinyminutes-docs ↵Akshita Dixit2022-11-27-385/+866
| |\ \ | |/ / |/| | | | | into docker-docs
* | | Merge pull request #4548 from nbehrnd/awk_esMarcel Ribeiro Dantas2022-11-23-21/+23
|\ \ \ | | | | | | | | [awk/es] limit the code block to 80 characters/line (max)
| * | | edit overly long lines, consider markdownlintNorwid Behrnd2022-11-23-5/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Lines longer than 80 characters are edited. Withn reason, suggests by markdownlint[1] are equally considered, too. [1] https://github.com/markdownlint/markdownlint, version 0.12.0.
| * | | substitute a tab space by explicit spacesNorwid Behrnd2022-11-23-1/+1
| | | |
| * | | run `sed -i "s/ *$//" awk-es.html.markdown`Norwid Behrnd2022-11-23-16/+16
| | |/ | |/| | | | | | | Remove of trailing spaces.
* | | Merge pull request #4549 from nbehrnd/awk_frMarcel Ribeiro Dantas2022-11-23-56/+50
|\ \ \ | | | | | | | | [awk/fr] limit code block to 80 characters/line (maximum)
| * | | keep introducing comments close to their objectNorwid Behrnd2022-11-23-35/+21
| | | | | | | | | | | | | | | | | | | | | | | | In previous commits, some introducing comments ended just in the line ahead of their example; others did not. For consistency, comments are now back to back with their example.
| * | | break overly long linesNorwid Behrnd2022-11-23-23/+31
| | | | | | | | | | | | | | | | Critical threshold for a line are 80 characters maximum.
| * | | run `sed -i 's/ *$//' awk-fr.html.markdown`Norwid Behrnd2022-11-23-1/+1
| |/ / | | | | | | | | | Remove of trailing spaces.
* | | Merge pull request #4550 from nbehrnd/awk_enMarcel Ribeiro Dantas2022-11-23-13/+18
|\ \ \ | | | | | | | | [awk/en] keep code block within 80 characters/line (maximum)
| * | | rm overly long lines, consider markdownlintNorwid Behrnd2022-11-23-6/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Lines longer than 80 characters are edited. Within reason, issues identified by markdownlint[1] are equally curated. [1] https://github.com/markdownlint/markdownlint, version 0.12.0
| * | | run `sed -i "s/ *$//" awk.html.markdown`Norwid Behrnd2022-11-23-8/+8
| |/ / | | | | | | | | | Remove of trailing spaces.
* | | Merge pull request #4551 from nbehrnd/awk_pt_brMarcel Ribeiro Dantas2022-11-23-1/+3
|\ \ \ | |/ / |/| | [awk/pt-br] account for a suggest by markdownlint
| * | account for markdownlintNorwid Behrnd2022-11-23-1/+3
|/ / | | | | | | Account for two smaller suggestions put forward by markdownlint[1].
* | Merge pull request #4380 from agbohub/patch-1Marcel Ribeiro Dantas2022-11-20-1/+1
|\ \ | | | | | | [vim/en] Delete repeated word "one" in §Intro
| * | Delete repeated word "one" in §Introagbohub2022-04-20-1/+1
| | |
* | | Merge pull request #4513 from yashdodani/addScanfToCMarcel Ribeiro Dantas2022-11-20-28/+35
|\ \ \ | | | | | | | | [c/en] Added missing information about scanf in C
| * | | Added missing information about scanfYash2022-10-10-28/+35
| | | |
* | | | Merge pull request #4527 from kemelzaidan/processing-pt_brMarcel Ribeiro Dantas2022-11-20-0/+480
|\ \ \ \ | | | | | | | | | | [processing/pt_br] Adds processing translation to pt_br
| * | | | Update processing-pt.html.markdownKemel Zaidan2022-11-16-8/+9
| | | | | | | | | | | | | | | Last typo changes left
| * | | | Update processing-pt.html.markdownKemel Zaidan2022-11-16-2/+2
| | | | | | | | | | | | | | | Fixing some translation errors
| * | | | Update processing-pt.html.markdownKemel Zaidan2022-11-16-2/+2
| | | | | | | | | | | | | | | Fixing a typo to capital letter since it refers to the language name
| * | | | fixes the texts which were exceeding 80 collumnsKemel Zaidan2022-10-27-73/+83
| | | | |
| * | | | fixing some typos after reviewKemel Zaidan2022-10-27-14/+14
| | | | |
| * | | | add pt_br translation for ProcessingKemel Zaidan2022-10-27-0/+469
| | | | |
* | | | | Merge pull request #4488 from emilyseville7cf-scripts/feature/refresh-bashMarcel Ribeiro Dantas2022-11-20-106/+102
|\ \ \ \ \ | | | | | | | | | | | | [bash/en] Update bash help
| * | | | | Update bash help:EmilySeville7cfg2022-08-19-39/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - refresh read command sample - fix if examples and && with ||