summaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeLines
* translating scalaPablo Arranz Ropero2019-06-01-0/+754
|
* Merge pull request #3540 from danielemegna/rustit-fixtypoAndre Polykanine2019-05-31-1/+1
|\ | | | | [rust/it] Fix typo
| * Fix typo in rust-itDaniele Megna2019-05-29-1/+1
|/
* Merge pull request #3538 from apeyroux/masterDivay Prakash2019-05-25-2/+2
|\ | | | | [fr-fr/erlang] fix syntax
| * fix syntaxAlexandre Peyroux2019-05-24-2/+2
| |
* | Merge pull request #3536 from dubiouscript/patch-1Divay Prakash2019-05-25-0/+2
|\ \ | |/ |/| [awk/en] add some related links
| * add link to dubiousjim/awkenough Awk utility routinesdubiouscript2019-04-23-0/+1
| |
| * add awk "gotchas" alpine wiki linkdubiouscript2019-04-23-0/+1
| |
* | [C++/de] added. (#3527)LamdaLamdaLamda2019-05-20-0/+1160
| | | | | | | | | | | | | | | | | | | | * Added [C++/de] * [C++/de] filename fixed. * [C++/de] language code in filename added * [C++/de] file duplicate removed
* | Merge pull request #3533 from Ravenons/patch-1Divay Prakash2019-05-16-1/+1
|\ \ | | | | | | [Cypher/en] Escaping underscores (unwanted italic)
| * | Escaping underscores (unwanted italic)Carlos Ledesma2019-05-15-1/+1
|/ /
* | [haxe/en] Fix grammatical errors, closes #3513 (#3530)Divay Prakash2019-05-11-2/+2
|\ \ | | | | | | [haxe/en] Fix grammatical errors, closes #3513
| * | Fix grammatical errorsDivay Prakash2019-05-11-2/+2
|/ /
* | Merge pull request #3528 from shinohara-rin/patch-1Divay Prakash2019-05-11-4/+4
|\ \ | | | | | | [make/zh] Update make-cn.html.markdown
| * | Update make-cn.html.markdownent_explode2019-05-06-4/+4
| | | | | | | | | fix typo and gramma mistakes
* | | Merge pull request #3522 from kpeluso/masterDivay Prakash2019-05-11-3/+8
|\ \ \ | | | | | | | | [vyper/en] Update vyper.html.markdown
| * | | [vyper/en] Update vyper.html.markdownKenny P2019-04-23-3/+8
| | |/ | |/| | | | Multidimensional array syntax was wrong, now fixed
* | | Merge pull request #3521 from aanaedu/patch-1Divay Prakash2019-05-11-7/+7
|\ \ \ | | | | | | | | [toml/en] update toml doc and fix typos
| * | | update toml doc and fix typosAnthony Anaedu2019-04-23-7/+7
| |/ /
* | | Merge pull request #3512 from Rakasch/patch-1Divay Prakash2019-05-11-40/+319
|\ \ \ | | | | | | | | [python/de] chapter 5+6 updated, chapter 6.1, 6.2, 7 added
| * | | Kap. 5+6 aktualisiert, Kap 6.1, 6.2, 7 hinzugefügtRakasch2019-04-06-40/+319
| |/ / | | | | | | | | | | | | Kapitel 6.1, 6.2 und 7 aus der englischen Version übernommen. Kapitel 5 und 6 getauscht, um der englischen Version zu entsprechen. Texte der Kapitel 5 und 6 Kapitel um fehlende Teile erweitert.
* | | (fsharp/en) List Pattern Matching first element of "many" (#3516)Divay Prakash2019-05-11-1/+1
|\ \ \ | |_|/ |/| | List Pattern Matching first element of "many"
| * | List Matching first element of "many"Jeff Parent2019-04-14-1/+1
| |/ | | | | Updated the pattern matching for lists to show how to get head of a list when you don't care how many other elements are in the list.
* | Merge pull request #3524 from persevereVon/patch-1Pratik Karki2019-05-05-1/+1
|\ \ | | | | | | [make/zh-cn] fix: typo
| * | fix: typoPersevere Von2019-04-29-1/+1
| |/
* | Merge pull request #3525 from kfrncs/patch-1Pratik Karki2019-05-05-1/+1
|\ \ | | | | | | typo fix in csharp.html.markdown
| * | typo fix in csharp.html.markdownken2019-04-29-1/+1
| |/
* | Merge pull request #3526 from sdshlanta/patch-1Pratik Karki2019-05-05-1/+1
|\ \ | | | | | | [perl5/en] Fixed variable not declared before use.
| * | Fixed variable not declared before use. Mike Shlanta2019-05-01-1/+1
| |/ | | | | The variable `max` was not declared before use in demonstrating how for loops work over ranges. It has been added on line 155 and set to a value of 5
* | Merge pull request #3510 from aditmehta9/patch-1Pratik Karki2019-05-05-1/+1
|\ \ | |/ |/| Updated initialiser
| * Updated initialiserAdit Mehta2019-04-06-1/+1
| |
* | Merge pull request #3511 from caminsha/patch-4Divay Prakash2019-04-06-3/+3
|\ \ | |/ |/| [asciidoc/de] Added commas
| * [asciidoc/de] Added commascaminsha2019-04-06-3/+3
|/
* Merge pull request #3507 from cjcbusatto/masterDivay Prakash2019-04-02-22/+24
|\ | | | | [coffeescript/pt-br] Fix typos and layout
| * User data has to follow the grammarClaudio Busatto2019-03-27-2/+2
| | | | | | | | of the target language
| * Include me as a contributorClaudio Busatto2019-03-27-14/+15
| |
| * Fix layout and typosClaudio Busatto2019-03-27-11/+12
| |
* | Merge pull request #3501 from iluxonchik/refactor-kotlin-examplesDivay Prakash2019-04-02-64/+53
|\ \ | | | | | | [Kotlin/EN] Refactor kotlin examples
| * | refactor operator overloading example; reorder codeIllya Gerasymchuk2019-03-23-62/+51
| | | | | | | | | | | | | | | Refactored the operator overloading example, fixed some grammar mistakes, reordered parts of the code to make it easier to read and some other minor fixes.
| * | fix grammar errorsIllya Gerasymchuk2019-03-22-2/+2
| | |
* | | Merge pull request #3506 from cjcbusatto/masterDivay Prakash2019-03-26-28/+26
|\ \ \ | | |/ | |/| [p5/en] Fix layout problem on webpage
| * | Include myself as a contributorClaudio Busatto2019-03-26-0/+1
| | |
| * | Fix the layout problem on the WebpageClaudio Busatto2019-03-26-28/+25
|/ /
* | Merge pull request #3504 from caminsha/patch-3Divay Prakash2019-03-26-1/+1
|\ \ | | | | | | [markdown/de] Escaped backtick
| * | Escaped backtickcaminsha2019-03-24-1/+1
| |/ | | | | It did not render the text 100% correct.
* | Merge pull request #3503 from caminsha/patch-2Divay Prakash2019-03-26-1/+1
|\ \ | |/ |/| [git/de] Edited translation
| * Edited translationcaminsha2019-03-24-1/+1
|/
* Merge pull request #3490 from msumeet/patch-1Divay Prakash2019-03-21-0/+2
|\ | | | | added more resources
| * added more resourcesSumeet Mahajan2019-03-13-0/+2
| |
* | Merge pull request #3499 from kpeluso/masterDivay Prakash2019-03-21-0/+867
|\ \ | | | | | | [vyper/en] Create vyper.html.markdown