summaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeLines
...
* | | | | Merge pull request #4095 from alecks/masterAndre Polykanine2021-01-30-1/+1
|\ \ \ \ \ | | | | | | | | | | | | [kotlin/en] fooData was mistaken for fooCopy in a comment
| * | | | | fix: use fooData's values, not fooCopy'sAlex P2021-01-29-1/+1
| |/ / / /
* | | | | Merge pull request #4094 from Naereen/patch-5Andre Polykanine2021-01-30-7/+20
|\ \ \ \ \ | |/ / / / |/| | | | [bash/en] Small updates
| * | | | [bash/en] Small updatesLilian Besson2021-01-29-7/+20
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | - I added https:// for the links, it's 2021, http:// is dead - fixed two comments which where `#text` => `# text` for consistency - added a link to `trash-cli` Python package which provides `trash` as a "safe" alternative to `rm` - add warning that `sed -i` erase (replace) the input file - add `...` around fgrep and grep -F, for consistency too
* | | | Merge pull request #4090 from andreytemn/patch-2Andre Polykanine2021-01-25-1/+1
|\ \ \ \ | |_|_|/ |/| | | [c/ru] Fix typo in the string definition
| * | | Fix typo in the string definitionandreytemn2021-01-24-1/+1
|/ / /
* | | Remove negative and inaccurate translation (#4087)An Long2021-01-15-1/+1
| | |
* | | Fix typo in data item definition (#4076)andreytemn2021-01-15-1/+1
| | | | | | | | | Change "with start with a level number" to "starts with a level number"
* | | Fix the as-> macro exemple (#4054)Mathieu Gemard2021-01-15-2/+2
| | |
* | | Remove binary gender example from R (#4082)Hank Hester2021-01-15-7/+7
| | |
* | | Merge pull request #4072 from Wingman4l7/patch-1Divay Prakash2020-12-16-1/+1
|\ \ \ | | | | | | | | [jsonnet/en] typo and grammar fix
| * | | typo and grammar fixWingman4l72020-12-15-1/+1
|/ / /
* | | Merge pull request #4068 from bkbncn/patch-1Max Schumacher2020-12-11-1/+1
|\ \ \ | | | | | | | | [tcl]fix typo
| * | | fix typoXiangyu Xu2020-12-11-1/+1
| | | | | | | | | | | | We already have item 4, this should be number 5.
* | | | Merge pull request #4066 from bdavs3/patch-1Max Schumacher2020-12-11-1/+1
|\ \ \ \ | | | | | | | | | | go/en - Fix typo in build tag description
| * | | | Fix typo in build tag descriptionBen Davis2020-12-03-1/+1
| |/ / /
* | | | Merge pull request #4067 from GabLeRoux/patch-1Max Schumacher2020-12-11-3/+3
|\ \ \ \ | |/ / / |/| | | Fix a small french typo
| * | | Fix yet another french typo :)Gabriel Le Breton2020-12-06-1/+1
| | | |
| * | | Fix another small french typoGabriel Le Breton2020-12-06-1/+1
| | | |
| * | | Fix a small french typoGabriel Le Breton2020-12-06-1/+1
|/ / /
* | | Merge pull request #4046 from imba-tjd/patch-5Max Schumacher2020-10-20-16/+16
|\ \ \ | | | | | | | | [python/en] some clean up, add a Modulo example
| * | | Update links谭九鼎2020-10-20-7/+7
| | | |
| * | | [python/en] some clean up, add a Modulo example谭九鼎2020-10-20-9/+9
| | | |
* | | | Merge pull request #4040 from mofarajmandi/patch-1Max Schumacher2020-10-20-0/+11
|\ \ \ \ | | | | | | | | | | Add a short note about `final` keyword
| * | | | Add a short note about `final` keywordmofarajmandi2020-10-17-0/+11
| |/ / / | | | | | | | | | | | | It's a general good practice to mark classes as `final` unless they are designed to be subclassed.
* | | | Merge pull request #4037 from kokkonisd/masterMax Schumacher2020-10-20-0/+339
|\ \ \ \ | | | | | | | | | | [rust/el-gr] Add Greek translation for Rust
| * | | | Add Greek translation of Rust articleDimitris Kokkonis2020-10-14-0/+339
| | | | |
| * | | | Merge remote-tracking branch 'upstream/master' into masterDimitris Kokkonis2020-10-10-13015/+33141
| |\| | |
| * | | | Merge pull request #1 from adambard/masterDimitri Kokkonis2019-08-06-544/+4830
| |\ \ \ \ | | | | | | | | | | | | Update fork
| * | | | | Translate Bash to greekDimitris Kokkonis2019-08-06-8/+538
| | | | | |
| * | | | | Correct typo in source file nameDimitris Kokkonis2019-08-02-1/+1
| | | | | |
| * | | | | Add greek translation for the HTML languageDimitris Kokkonis2019-08-02-0/+194
| | | | | |
* | | | | | Merge pull request #4038 from sburris0/masterMax Schumacher2020-10-20-0/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | [Haskell/en] Explain the !! operator
| * | | | | | [Haskell/en] Explain the !! operatorSpencer Burris2020-10-15-0/+2
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #4031 from kmubiin/review-xml-enMax Schumacher2020-10-20-4/+9
|\ \ \ \ \ \ | | | | | | | | | | | | | | [xml/en] copy edit and fix code typo
| * | | | | | [xml/en] copy edit and fix code typoMubiin Kimura2020-10-02-4/+9
| | | | | | | | | | | | | | | | | | | | | under well-formedness and validation, the first line of comment within code blocks should be written as text paragraph instead, otherwise anyone who simply copy-paste the code will not be able to preview the result, the original code block is now separated into three parts, each preceded by a single line of text paragraph for clarity, also the external dtd file had a typo in last commit (60a1a43) that should have been removed at the end
* | | | | | | Merge pull request #4039 from subtra3t/patch-3Max Schumacher2020-10-20-0/+2
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | [javascript] Added note
| * | | | | | | Added noteDevansh Patil2020-10-16-0/+2
| | |/ / / / / | |/| | | | | | | | | | | | Brief explanation of jQuery status
* | | | | | | Merge pull request #4043 from imba-tjd/patch-2Max Schumacher2020-10-20-3/+2
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | [json/en] use https
| * | | | | | | [json/en] use https谭九鼎2020-10-20-3/+2
| |/ / / / / /
* | | | | | | Merge pull request #4045 from imba-tjd/patch-4Max Schumacher2020-10-20-3/+3
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | [yaml/en] Remove unused anchor
| * | | | | | [yaml/en] Remove unused anchor谭九鼎2020-10-20-3/+3
|/ / / / / /
* / / / / / Adjusting formattingAndrew Ryan Davis2020-10-06-10/+11
|/ / / / / | | | | | | | | | | Indentation on function
* | | | | Merge pull request #4016 from ianitow/patch-1Adam Bard2020-10-01-0/+423
|\ \ \ \ \ | | | | | | | | | | | | [pt-br/lua] Add translation for Lua to pt-BR
| * | | | | fix headerIaan Mesquita2020-09-26-1/+1
| | | | | | | | | | | | | | | | | | omg
| * | | | | fixed header xdIaan Mesquita2020-09-26-1/+1
| | | | | |
| * | | | | Update lua-pt.html.markdownIaan Mesquita2020-09-26-1/+1
| | | | | |
| * | | | | Create lua-pt.html.markdownIaan Mesquita2020-09-26-0/+423
| | | | | | | | | | | | | | | | | | Translation to pt-br.
* | | | | | Merge pull request #4003 from Vap0r1ze/patch-1Adam Bard2020-10-01-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | [set-theory/en] correct equality statement
| * | | | | | correct equality statementJustice Almanzar2020-08-24-1/+1
| | | | | | |