summaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeLines
* Add table of contentsMarcel Ribeiro-Dantas2022-07-14-2/+19
|
* Keep lines <=80 chars in markdown-pt-brMarcel Ribeiro-Dantas2022-07-14-25/+32
| | | | | Whenever possible, keep it under 80 chars. The few exceptions in which I left with >80 were for code snippets.
* Fix syntax, typos and text style for markdown-ptMarcel Ribeiro-Dantas2022-07-14-64/+62
| | | | | | | The pt-br version has diverted a bit from the english version not only by being outdated, but due to content that was added to the portuguese version and not to the english one. Besides, there were many silly errors that shouldn't have passed review.
* Merge pull request #4117 from azev77/patch-1Marcel Ribeiro Dantas, Ph.D2022-07-13-0/+14
|\ | | | | Update julia.html.markdown
| * Update julia.html.markdownazev772021-02-24-0/+14
| | | | | | Assignment vs copy: see https://discourse.julialang.org/t/is-it-worth-introducing-copy-into-learnxiny/55965/2
* | Merge pull request #4302 from taivlam/masterMarcel Ribeiro Dantas, Ph.D2022-07-13-4/+4
|\ \ | | | | | | [nim and rst/en] Fix typo in comment
| * | [rst/en] Make formatting in comments consistenttaivlam2022-01-16-3/+3
| | | | | | | | | Made formatting in comments consistent by adding 2 periods
| * | [nim/en] Fix typo in commenttaivlam2022-01-16-1/+1
| | | | | | | | | [nim/en] Fixed typo in comment by deleting extra apostrophe
* | | Merge pull request #4304 from taivlam/masterMarcel Ribeiro Dantas, Ph.D2022-07-13-7/+7
|\ \ \ | | | | | | | | [markdown/en] Fixed minor typos & backticks
| * | | [markdown/en] Fixed minor typos & backtickstaivlam2022-01-16-7/+7
| |/ / | | | | | | | | | | | | * Added some periods at end of sentences for consistent style * Line 238 previously rendered as "` - even though GitHub preview correctly displayed 3 consecutive backticks, i.e.: ``` (hopefully this fix will work) * Line 281 missed the capitalization of "This"
* | | Merge pull request #4316 from gabrielsroka/patch-1Marcel Ribeiro Dantas, Ph.D2022-07-13-1/+1
|\ \ \ | | | | | | | | [bash/en] fix typo
| * | | Update bash.html.markdownGabriel Sroka2022-02-01-1/+1
| | | | | | | | | | | | fix minor typo
* | | | Merge pull request #4374 from imadx/masterMarcel Ribeiro Dantas, Ph.D2022-07-13-5/+5
|\ \ \ \ | | | | | | | | | | [solidity/en] fix minor typos
| * | | | [solidity/en] fix minor typosIshan Madhusanka2022-04-09-5/+5
| | | | |
* | | | | Merge pull request #4408 from FreedomBen/fix-typoMarcel Ribeiro Dantas, Ph.D2022-07-13-1/+1
|\ \ \ \ \ | | | | | | | | | | | | [vimscript/en] fix typo: pacing -> placing
| * | | | | fix typo: pacing -> placingBenjamin Porter2022-06-17-1/+1
| |/ / / /
* | | | | Merge pull request #4448 from potomak/patch-1Marcel Ribeiro Dantas, Ph.D2022-07-13-1/+1
|\ \ \ \ \ | | | | | | | | | | | | [erlang/en] Update link to personal site
| * | | | | Update link to personal siteGiovanni Cappellotto2022-07-13-1/+1
|/ / / / /
* | | | | Merge pull request #4446 from mribeirodantas/fix-docker-docMarcel Ribeiro Dantas, Ph.D2022-07-12-2/+4
|\ \ \ \ \ | | | | | | | | | | | | [docker/en and zh-cn] Fix document category
| * | | | | Fix document category for Docker in zh-cnMarcel Ribeiro-Dantas2022-07-12-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | Docker is a tool, not a language.
| * | | | | Fix document category for DockerMarcel Ribeiro-Dantas2022-07-12-1/+2
|/ / / / / | | | | | | | | | | | | | | | Docker is a tool, not a language.
* | | | | [AWK/fr] correction orthography (#4445)nbehrnd2022-07-12-20/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [awk-fr], spell check, errors spot by @vendethiel The commit accounts for errors in orthography identified by @vendethiel.[1] [1] https://github.com/adambard/learnxinyminutes-docs/pull/4440 * [awk-fr] spell check, own revision Additional spell check.
* | | | | [GDScript/zh-cn] Add GDScript Chinese translation (#4416)wczcw2022-07-12-0/+314
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [GDScript/zh-cn] Add GDScript Chinese translation * [GDScript/zh-cn] Remove something inappropriate * [GDScript/zh-cn] Rename GDScript cn file * [GDScript/zh-cn] Keep lines under 80 chars * [GDScript/zh-cn] Header config Co-authored-by: xiehuaqiao <xiehuaqiao@national-space.com>
* | | | | Add lang field to pythonstatcomp-ptMarcel Ribeiro Dantas, Ph.D2022-07-11-0/+1
| | | | |
* | | | | Fix language name and filename extension for bfMarcel Ribeiro Dantas, Ph.D2022-07-11-2/+2
| | | | |
* | | | | Fix filename extension for brainfuck fileMarcel Ribeiro Dantas, Ph.D2022-07-11-1/+1
| | | | |
* | | | | Merge pull request #4440 from nbehrnd/awk-frMarcel Ribeiro Dantas, Ph.D2022-07-11-49/+76
|\ \ \ \ \ | | | | | | | | | | | | [awk-fr] harmonization with PR 4437
| * | | | | shorten overly long linesNorwid Behrnd2022-07-11-48/+75
| | | | | | | | | | | | | | | | | | | | | | | | Following the recommendation to not exceed 80 characters/line.
| * | | | | correct example about gsubNorwid Behrnd2022-07-11-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This corrects an error spot in the English edition of the document spot earlier[1] and equally present in the French one. [1] https://github.com/adambard/learnxinyminutes-docs/pull/4437
* | | | | | Merge pull request #4441 from nbehrnd/awk-esMarcel Ribeiro Dantas, Ph.D2022-07-11-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | correct example of gsub in awk-es
| * | | | | | correct example of gsub in awk-esNorwid Behrnd2022-07-11-1/+1
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Edit is based on the correction in the English edition.[1] [1] https://github.com/adambard/learnxinyminutes-docs/pull/4437
* | | | | | Merge pull request #4443 from nbehrnd/zn-cn-awkMarcel Ribeiro Dantas, Ph.D2022-07-11-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | [AWK/zh-cn] correct example gsub
| * | | | | | correct example gsub in zh-cn-awkNorwid Behrnd2022-07-11-1/+1
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Edit based on the correction of the English original.[1] [1] https://github.com/adambard/learnxinyminutes-docs/pull/4437
* | | | | | Merge pull request #4442 from nbehrnd/pt-br-awkMarcel Ribeiro Dantas, Ph.D2022-07-11-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | | [AWK/pt-br] correct example gsub
| * | | | | correct example gsub in pt-br/awkNorwid Behrnd2022-07-11-1/+1
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | Edit is based on correction in the English edition.[1] [1] https://github.com/adambard/learnxinyminutes-docs/pull/4437
* | | | | Fix filename field to stick to the standardMarcel Ribeiro Dantas, Ph.D2022-07-10-1/+1
| | | | |
* | | | | Fix repeated filename fieldMarcel Ribeiro Dantas, Ph.D2022-07-10-2/+1
| | | | | | | | | | | | | | | Fix repeated filename field and stick to the standard filename for programming languages.
* | | | | Fix filename and add translator authorshipMarcel Ribeiro Dantas, Ph.D2022-07-10-1/+3
| | | | | | | | | | | | | | | The incorrect filename in this file was overwriting the same document for the original document in English. This commit fixes this. Besides, the author of the translation had not added his info, so I did.
* | | | | Fix filename fieldMarcel Ribeiro Dantas, Ph.D2022-07-10-1/+1
| | | | | | | | | | | | | | | The incorrect filename in this file was overwriting the same document for the original document in English.
* | | | | Fix filename as pointed out in #4436Marcel Ribeiro Dantas, Ph.D2022-07-10-1/+1
| | | | | | | | | | | | | | | The incorrect filename in this file was overwriting the one provided in the original document in English. This commit fixes this.
* | | | | Merge pull request #4437 from fgm/patch-2Marcel Ribeiro Dantas, Ph.D2022-07-10-2/+2
|\ \ \ \ \ | | | | | | | | | | | | [awk/en] Update awk.html.markdown
| * | | | | Update awk.html.markdownFrédéric G. MARAND2022-07-09-2/+2
|/ / / / / | | | | | | | | | | | | | | | | | | | | The `gsub` example is incorrect: with pattern `"e+"`, one gets `"m.t m. at th. bar"`. To get `"m..t m. at th. bar"` as documented, the pattern is just `"e"`. Otherwise we could keep "e+" but change the result. Also removed an extra dot at the end of a sentence.
* | | | | Fix filename Lua-pt file (close #4436)Marcel Ribeiro Dantas, Ph.D2022-07-09-1/+1
| | | | |
* | | | | [set-theory.fr-fr] Fix multiple typos and remove english words. (#4435)mphschmitt2022-07-08-9/+9
| | | | |
* | | | | Merge pull request #4433 from nbehrnd/f90Marcel Ribeiro Dantas, Ph.D2022-07-08-62/+62
|\ \ \ \ \ | | | | | | | | | | | | [Fortran/en] adjust name, edit format, add 2018 standard
| * | | | | remove trailing spacesNorwid Behrnd2022-07-08-59/+59
| | | | | |
| * | | | | inclusion of Fortran 2018 among the standardsNorwid Behrnd2022-07-08-2/+2
| | | | | |
| * | | | | adjust file name and internal referenceNorwid Behrnd2022-07-08-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since the document's focus is about the free source form, and contrasting to the previous setup of the document, .f90 commonly is recommended as file extension for modern, contemporay projects. https://zmoon.github.io/FortranTipBrowser/tips/013.html https://fortran-lang.discourse.group/t/is-there-a-standard-file-suffix-for-modern-fortran-code/3550/2
* | | | | | Merge pull request #4434 from mphschmitt/fix/rust_fr_typoMarcel Ribeiro Dantas, Ph.D2022-07-08-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | | [rust/fr-fr] Fix typo.
| * | | | | [rust/fr-fr] Fix typo.Mathias Schmitt2022-07-08-1/+1
|/ / / / /