summaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeLines
* Merge pull request #3925 from sjbutler/patch-1Adam Bard2020-05-19-1/+1
|\ | | | | [MIPS/en] minor fix for uncommented comment line
| * minor fix for uncommented comment lineSimon Butler2020-05-08-1/+1
|/
* Merge pull request #3914 from kallekutta/vim-quitDivay Prakash2020-04-24-0/+1
|\ | | | | [vim/en] Add shortcut for quit vim
| * [vim/en] Add shortcut for quit vimNils Karlström2020-04-23-0/+1
|/
* Merge pull request #3905 from caminsha/en/crystal_smalltyposDivay Prakash2020-04-16-2/+2
|\ | | | | [crystal/en] Fixed typo and reference url
| * changed http link to httpscaminsha2020-04-12-1/+1
| |
| * Fixed a small typo.caminsha2020-04-12-1/+1
|/ | | | litteral => literal
* Merge pull request #3883 from roastchicken/masterDivay Prakash2020-04-11-1/+1
|\ | | | | [lua/en] Fix typo by indicating a range with '...' instead of '..'
| * Fix typo by indicating a range with '...'Julian Montague2020-03-13-1/+1
| |
* | Merge pull request #3889 from caminsha/en/processing_smalltyposDivay Prakash2020-04-11-4/+6
|\ \ | | | | | | [processing/en] Fixed some small typos
| * | Changed color definitioncaminsha2020-03-01-1/+1
| | | | | | | | | | | | | | | I have changed the color definition because 255, 255, 255 was not yellow.
| * | Changed color value in background functioncaminsha2020-03-01-1/+1
| | | | | | | | | | | | Changed it because we defined the color white as c before.
| * | removed an unnecesarry white spacecaminsha2020-02-27-1/+1
| | |
| * | Added short explanation about break statementcaminsha2020-02-27-0/+2
| | |
| * | added semicolon at the end of the linecaminsha2020-02-27-1/+1
| | |
* | | Merge pull request #3893 from Liberatedwinner/patch-2Max Schumacher2020-04-09-16/+16
|\ \ \ | | | | | | | | [Python/ja-jp] Fix tiny typo
| * | | Update python-jp.html.markdownLuxor2020-03-24-16/+16
| | | | | | | | | | | | Fix tiny typo
* | | | Merge pull request #3898 from avrong/patch-1Max Schumacher2020-04-09-1/+1
|\ \ \ \ | | | | | | | | | | [wasm/en] Remove wrong comment
| * | | | Remove wrong commentAleksei Trifonov2020-04-05-1/+1
| |/ / / | | | | | | | | The second comment probably got to the actual expression by mistake. Commented expression is wrong as it should be, but the other one is fine
* | | | Merge pull request #3901 from hyphz/masterMax Schumacher2020-04-09-56/+63
|\ \ \ \ | | | | | | | | | | [en-en/cobol] Corrections and some added explanation.
| * | | | Corrections and some added explanation.Mark Green2020-04-09-56/+63
| | | | |
* | | | | Merge pull request #3900 from hyphz/masterMax Schumacher2020-04-09-0/+182
|\| | | | | |/ / / |/| | | [en-en/cobol] Added COBOL. With all the current press, I think this is inevitable.. I'm not an expert, but it's a start.
| * | | Added COBOL. With all the current press, I think this is inevitable..Mark Green2020-04-08-0/+182
|/ / /
* | | Merge pull request #3885 from MonliH/patch-1Max Schumacher2020-03-14-3/+3
|\ \ \ | |_|/ |/| | [raku/en] Added missing function call
| * | Fixed typo in sample outputJonathan2020-03-13-1/+1
| | |
| * | Update raku.html.markdownJonathan2020-03-13-2/+2
|/ /
* | Merge pull request #3874 from tendermario/patch-1Divay Prakash2020-03-03-1/+1
|\ \ | | | | | | [dynamic-programming/en] Fix whitespace to be consistent
| * | Fix whitespace to be consistentMario Viens2020-02-29-1/+1
|/ /
* | Merge pull request #3871 from brianl9995/masterDivay Prakash2020-02-29-1/+1
|\ \ | |/ |/| [ruby/es] Fixed a spelling mistake
| * Fixed a spelling mistakebrian2020-02-28-1/+1
|/
* Merge pull request #3862 from tomasbedrich/patch-2Max Schumacher2020-02-27-1/+2
|\ | | | | [python/cs-cz] Fix bad description of floor division
| * Fix bad description of floor divisionTomáš Bedřich2020-02-19-1/+2
| |
* | Merge pull request #3870 from rmukh/patch-3Max Schumacher2020-02-27-24/+25
|\ \ | | | | | | [cmake/en] Some grammar, vocabulary improvements
| * | Some grammar, vocabulary improvementsRinat M2020-02-27-24/+25
| | |
* | | Merge pull request #3869 from rmukh/patch-2Max Schumacher2020-02-27-30/+32
|\ \ \ | |/ / |/| | [asymptotic-notation/en] Some grammar, vocabulary, stylistic changes
| * | Some grammar, vocabulary, stylistic changesRinat M2020-02-27-30/+32
|/ /
* | Merge pull request #3865 from bitfield/patch-1Max Schumacher2020-02-27-1/+7
|\ \ | | | | | | [go/en] Add Golang University playlist links
| * | Remove links/source mentionJohn Arundel2020-02-27-2/+2
| | |
| * | Update go.html.markdownJohn Arundel2020-02-26-1/+1
| | | | | | | | | Remove link in body
| * | Fix playlist linkJohn Arundel2020-02-25-1/+1
| | |
| * | Add Golang University playlist linksJohn Arundel2020-02-23-1/+7
| | |
* | | Merge pull request #3868 from caminsha/en/procesing/fix_math_errorDivay Prakash2020-02-26-1/+1
|\ \ \ | | | | | | | | [processing/en] Fixed a small math error
| * | | Fixed a small math errorcaminsha2020-02-25-1/+1
|/ / / | | | | | | | | | | | | Before: 2 -1 = 0 After: 2 - 1 = 1
* | | Merge pull request #3867 from caminsha/de-de/c/rephraseVariableMax Schumacher2020-02-25-3/+4
|\ \ \ | | | | | | | | [c/de-de] reworded variable declaration comment
| * | | reworded variable declaration commentcaminsha2020-02-25-3/+4
|/ / / | | | | | | | | | | | | I reworded the comment so that the English and the German version have the same content. See PR #3864
* | | Merge pull request #3866 from nitinrathi/patch-1Max Schumacher2020-02-25-1/+1
|\ \ \ | |/ / |/| | [pascal/en] Fixed a spelling mistake
| * | Fixed a spelling mistakeNitin Rathi2020-02-25-1/+1
|/ /
* | Merge pull request #3864 from KoenigKrote/masterDivay Prakash2020-02-23-4/+6
|\ \ | |/ |/| [C/en] Rephrase variable declaration comments
| * Requires -> RequireKoenigKrote2020-02-21-1/+1
| |
| * Rephrase variable declaration commentsKoenigKrote2020-02-21-4/+6
|/