Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Add lang field to pythonstatcomp-pt | Marcel Ribeiro Dantas, Ph.D | 2022-07-11 | -0/+1 |
| | ||||
* | Fix language name and filename extension for bf | Marcel Ribeiro Dantas, Ph.D | 2022-07-11 | -2/+2 |
| | ||||
* | Fix filename extension for brainfuck file | Marcel Ribeiro Dantas, Ph.D | 2022-07-11 | -1/+1 |
| | ||||
* | Merge pull request #4440 from nbehrnd/awk-fr | Marcel Ribeiro Dantas, Ph.D | 2022-07-11 | -49/+76 |
|\ | | | | | [awk-fr] harmonization with PR 4437 | |||
| * | shorten overly long lines | Norwid Behrnd | 2022-07-11 | -48/+75 |
| | | | | | | | | Following the recommendation to not exceed 80 characters/line. | |||
| * | correct example about gsub | Norwid Behrnd | 2022-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-es | Marcel Ribeiro Dantas, Ph.D | 2022-07-11 | -1/+1 |
|\ \ | | | | | | | correct example of gsub in awk-es | |||
| * | | correct example of gsub in awk-es | Norwid Behrnd | 2022-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-awk | Marcel Ribeiro Dantas, Ph.D | 2022-07-11 | -1/+1 |
|\ \ | | | | | | | [AWK/zh-cn] correct example gsub | |||
| * | | correct example gsub in zh-cn-awk | Norwid Behrnd | 2022-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-awk | Marcel Ribeiro Dantas, Ph.D | 2022-07-11 | -1/+1 |
|\ \ | |/ |/| | [AWK/pt-br] correct example gsub | |||
| * | correct example gsub in pt-br/awk | Norwid Behrnd | 2022-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 standard | Marcel Ribeiro Dantas, Ph.D | 2022-07-10 | -1/+1 |
| | ||||
* | Fix repeated filename field | Marcel Ribeiro Dantas, Ph.D | 2022-07-10 | -2/+1 |
| | | | Fix repeated filename field and stick to the standard filename for programming languages. | |||
* | Fix filename and add translator authorship | Marcel Ribeiro Dantas, Ph.D | 2022-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 field | Marcel Ribeiro Dantas, Ph.D | 2022-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 #4436 | Marcel Ribeiro Dantas, Ph.D | 2022-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-2 | Marcel Ribeiro Dantas, Ph.D | 2022-07-10 | -2/+2 |
|\ | | | | | [awk/en] Update awk.html.markdown | |||
| * | Update awk.html.markdown | Frédéric G. MARAND | 2022-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.D | 2022-07-09 | -1/+1 |
| | ||||
* | [set-theory.fr-fr] Fix multiple typos and remove english words. (#4435) | mphschmitt | 2022-07-08 | -9/+9 |
| | ||||
* | Merge pull request #4433 from nbehrnd/f90 | Marcel Ribeiro Dantas, Ph.D | 2022-07-08 | -62/+62 |
|\ | | | | | [Fortran/en] adjust name, edit format, add 2018 standard | |||
| * | remove trailing spaces | Norwid Behrnd | 2022-07-08 | -59/+59 |
| | | ||||
| * | inclusion of Fortran 2018 among the standards | Norwid Behrnd | 2022-07-08 | -2/+2 |
| | | ||||
| * | adjust file name and internal reference | Norwid Behrnd | 2022-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_typo | Marcel Ribeiro Dantas, Ph.D | 2022-07-08 | -1/+1 |
|\ \ | |/ |/| | [rust/fr-fr] Fix typo. | |||
| * | [rust/fr-fr] Fix typo. | Mathias Schmitt | 2022-07-08 | -1/+1 |
|/ | ||||
* | Merge pull request #4376 from tobycm/patch-1 | Marcel Ribeiro Dantas, Ph.D | 2022-07-08 | -1/+1 |
|\ | | | | | [json/vi-vn] Add a missing comma | |||
| * | Add a missing comma | tobycm | 2022-04-10 | -1/+1 |
| | | | | | | In json/vi-vn | |||
* | | Merge pull request #4432 from mribeirodantas/fix-gitguys-link | Marcel Ribeiro Dantas, Ph.D | 2022-07-08 | -20/+0 |
|\ \ | | | | | | | [git/many langs] Remove GitGuy dead link from git material (close #4314) | |||
| * | | Remove GitGuy dead link from git material (close #4314) | Marcel Ribeiro-Dantas | 2022-07-08 | -20/+0 |
|/ / | ||||
* | | Fix typo in vim (close #4311) | Marcel Ribeiro Dantas, Ph.D | 2022-07-08 | -1/+1 |
| | | ||||
* | | Merge pull request #4430 from mribeirodantas/update-latex-pt | Marcel Ribeiro Dantas, Ph.D | 2022-07-07 | -31/+70 |
|\ \ | | | | | | | [latex/pt-br] Update/improve pt-br translatoin of LaTeX | |||
| * | | New further reading links | Marcel Ribeiro-Dantas | 2022-07-07 | -0/+3 |
| | | | ||||
| * | | typo | Marcel Ribeiro Dantas, Ph.D | 2022-07-07 | -1/+1 |
| | | | | | | | | | Accidently added ^ | |||
| * | | Fix/update/improve pt-br translation of latex | Marcel Ribeiro-Dantas | 2022-07-07 | -31/+67 |
|/ / | | | | | | | | | Updates the pt-br translation Fixes some mistakes | |||
* | | Merge pull request #4397 from nbehrnd/latex/en | Marcel Ribeiro Dantas, Ph.D | 2022-07-07 | -0/+2 |
|\ \ | | | | | | | [latex/en] addition of two resources | |||
| * | | [latex/en] add tex.stackexchange as resource | Norwid Behrnd | 2022-05-25 | -0/+1 |
| | | | ||||
| * | | [latex/en] add learnlatex.org as resource | Norwid Behrnd | 2022-05-25 | -0/+1 |
| |/ | ||||
* | | Merge pull request #4429 from adambard/mribeirodantas-fix-tool-name | Marcel Ribeiro Dantas, Ph.D | 2022-07-07 | -1/+1 |
|\ \ | | | | | | | Update pythonstatcomp-pt.html.markdown | |||
| * | | Update pythonstatcomp-pt.html.markdown | Marcel Ribeiro Dantas, Ph.D | 2022-07-07 | -1/+1 |
|/ / | | | | | The tool name should not be translated, otherwise, it'll appear as a new tool on the web page. | |||
* | | Merge pull request #4428 from adambard/mribeirodantas-update-groovy-pt | Marcel Ribeiro Dantas, Ph.D | 2022-07-07 | -3/+12 |
|\ \ | | | | | | | Update groovy-pt.html.markdown | |||
| * | | Add Marcel as translator | Marcel Ribeiro-Dantas | 2022-07-07 | -1/+2 |
| | | | ||||
| * | | Update groovy-pt.html.markdown | Marcel Ribeiro Dantas, Ph.D | 2022-07-07 | -2/+10 |
|/ / | | | | | Update Portuguese version to the original version in English | |||
* | | Update and rename pythonstatcomp.html.markdown to ↵ | Marcel Ribeiro Dantas, Ph.D | 2022-07-07 | -1/+1 |
| | | | | | | | | pythonstatcomp-pt.html.markdown | |||
* | | Merge pull request #4047 from waltercjunior-zz/master | Marcel Ribeiro Dantas, Ph.D | 2022-07-07 | -0/+248 |
|\ \ | | | | | | | [pythonstatcomp/pt-br] | |||
| * | | Create pythonstatcomp.html.markdown | waltercjunior | 2020-10-20 | -0/+248 |
| | | | | | | | | | | | | Create pythonstatcomp.html.markdown with translate to pt-br | |||
* | | | Merge pull request #4356 from dannyloxavier/patch-1 | Marcel Ribeiro Dantas, Ph.D | 2022-07-07 | -53/+97 |
|\ \ \ | | | | | | | | | [YAML/pt-br] Some fixes and update | |||
| * | | | foo bar translation | dannyloxavier | 2022-03-28 | -3/+3 |
| | | | | | | | | | | | | Forgot to traslate this part | |||
| * | | | Some fixes | dannyloxavier | 2022-03-28 | -53/+97 |
| | | | | | | | | | | | | | | | | | | | | - Updated to latest EN version (with respective translation) - Fixed some pt-BR typos - Fixed indentations to be equal to the original EN version |