Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
| * | | | | | | | | Added description of LinkedList, Map & HashMap. | Sergey | 2014-10-31 | -3/+9 | |
| | |/ / / / / / | |/| | | | | | | |||||
| | * | | | | | | Missed a few lines | Geoff Liu | 2014-11-05 | -5/+5 | |
| | | | | | | | | |||||
| | * | | | | | | Done with Chinese, mostly | Geoff Liu | 2014-11-05 | -18/+15 | |
| | | | | | | | | |||||
| | * | | | | | | Only one section left! | Geoff Liu | 2014-11-05 | -19/+16 | |
| | | | | | | | | |||||
| | * | | | | | | Functions section | Geoff Liu | 2014-11-04 | -17/+12 | |
| | | | | | | | | |||||
| | * | | | | | | Merge remote-tracking branch 'upstream/master' | Geoff Liu | 2014-11-02 | -84/+2293 | |
| | |\ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | |||||
* | | | | | | | | Merge pull request #839 from westurner/patch-1 | Levi Bostian | 2014-11-01 | -6/+39 | |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | [bash/en] add bash redirection examples | ||||
| * | | | | | | | | [bash/en] bash.html.markdown: add bash redirection examples | Wes Turner | 2014-11-01 | -6/+39 | |
| | | | | | | | | | |||||
* | | | | | | | | | Merge pull request #843 from brunokim/patch-1 | Levi Bostian | 2014-11-01 | -5/+6 | |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Remove misleading example of NA in Levels section | ||||
| * | | | | | | | | | Remove misleading example of NA in Levels section | Bruno Kim Medeiros Cesar | 2014-11-01 | -5/+6 | |
| | |/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The levels section was using a level "NA" together with "female" and "male", which is misleading (given that NA was just introduced as a missing value). I updated it to what I believe is a better example of how NAs are interpreted. Additionally, I edited a comment about Inf that wouldn't compile. How about inserting it at the tutorial altogether? | ||||
* | | | | | | | | | Merge pull request #842 from wzsk/master | Levi Bostian | 2014-11-01 | -2/+1 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | [tmux] Correct contributors | ||||
| * | | | | | | | | Correct contributors | jmaud | 2014-10-31 | -2/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Correct my github url/name - Remove kaernyk (converted account, now deleted) | ||||
| * | | | | | | | | Merge branch 'master' of github.com:adambard/learnxinyminutes-docs | jmaud | 2014-10-31 | -3/+192 | |
| |\ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | | | | | | | | | | Merge from upstream | ||||
* | | | | | | | | | Merge pull request #840 from westurner/patch-2 | Levi Bostian | 2014-10-30 | -0/+26 | |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [bash/en] add bash help, man, info, docs examples | ||||
| * | | | | | | | | | DOC: bash.html.markdown: add bash docs examples | Wes Turner | 2014-10-30 | -0/+26 | |
| | |/ / / / / / / | |/| | | | | | | | |||||
* | | | | | | | | | Merge pull request #836 from pallxk/master | Levi Bostian | 2014-10-30 | -2/+4 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | [matlab/en] Fix block comment syntax. | ||||
| * | | | | | | | | [matlab/en] Fix block comment syntax. | xk liu | 2014-10-30 | -2/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The %{ and %} operators must appear alone on the lines that immediately precede and follow the block of help text. Do not include any other text on these lines. Reference: http://www.mathworks.com/help/matlab/matlab_prog/comments.html | ||||
* | | | | | | | | | Update self.html.markdown | Adam Bard | 2014-10-31 | -1/+1 | |
| | | | | | | | | | |||||
* | | | | | | | | | Merge pull request #834 from russellallen/master | Adam Bard | 2014-10-31 | -0/+161 | |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Adding Self language | ||||
| * | | | | | | | | | Fix typos | Russell Allen | 2014-10-29 | -5/+11 | |
| | | | | | | | | | | |||||
| * | | | | | | | | | Better use of linebreaks | Russell Allen | 2014-10-27 | -7/+11 | |
| | | | | | | | | | | |||||
| * | | | | | | | | | Cleaner code samples | Russell Allen | 2014-10-27 | -10/+19 | |
| | | | | | | | | | | |||||
| * | | | | | | | | | First draft Self page | Russell Allen | 2014-10-27 | -0/+142 | |
| | |_|_|_|_|/ / / | |/| | | | | | | | |||||
* | | | | | | | | | Merge pull request #838 from m90/patch-1 | Adam Bard | 2014-10-31 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | [javascript/en] use proper notation for decimals | ||||
| * | | | | | | | | use propernotation for decimals | Frederik Ring | 2014-10-30 | -1/+1 | |
|/ / / / / / / / | |||||
| | * | | | | | | Merge pull request #1 from adambard/master | Johnathan Maudlin | 2014-10-29 | -381/+3496 | |
| | |\ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | Merge from upstream | ||||
* | | | | | | | | Merge pull request #835 from pbaisla/master | ven | 2014-10-29 | -2/+2 | |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | [tmux/en] Fix URL names | ||||
| * | | | | | | | | [tmux/en] Fix URL names | pbaisla | 2014-10-29 | -2/+2 | |
|/ / / / / / / / | |||||
* | | | | | | | | Update markdown.html.markdown | Adam Bard | 2014-10-28 | -0/+1 | |
| | | | | | | | | |||||
* | | | | | | | | Merge pull request #823 from bfontaine/patch-1 | Adam Bard | 2014-10-28 | -2/+2 | |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | [markdown/fr] Fixed typo in language author’s name | ||||
| * | | | | | | | | [markdown/en] Fixed typo in language author | Baptiste Fontaine | 2014-10-26 | -2/+2 | |
| |/ / / / / / / | | | | | | | | | | | | | | | | | It’s “John Gruber”, not “Jhon Gruber”. | ||||
* | | | | | | | | Merge pull request #799 from m90/csharp-de | Adam Bard | 2014-10-28 | -0/+889 | |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | [c#/de] german translation of c# tutorial | ||||
| * | | | | | | | | another round of improvements and corrections | m90 | 2014-10-12 | -43/+46 | |
| | | | | | | | | | |||||
| * | | | | | | | | a plethora of smaller tweaks | m90 | 2014-10-11 | -39/+45 | |
| | | | | | | | | | |||||
| * | | | | | | | | fix english comment and use non-american phone number | m90 | 2014-10-11 | -3/+3 | |
| | | | | | | | | | |||||
| * | | | | | | | | them typographic mistakes | m90 | 2014-10-11 | -1/+1 | |
| | | | | | | | | | |||||
| * | | | | | | | | typo | m90 | 2014-10-11 | -1/+1 | |
| | | | | | | | | | |||||
| * | | | | | | | | fix yet-to-be-translated name | m90 | 2014-10-11 | -1/+1 | |
| | | | | | | | | | |||||
| * | | | | | | | | add german translation of csharp tutorial | m90 | 2014-10-11 | -0/+880 | |
| | | | | | | | | | |||||
* | | | | | | | | | Merge pull request #813 from JoaoGFarias/master | Adam Bard | 2014-10-28 | -0/+435 | |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [groovy-pt] Translation of Groovy page to pt-br | ||||
| * | | | | | | | | | [groovy-pt] Translation of Groovy page to pt-br | Joao Farias | 2014-10-18 | -0/+435 | |
| | | | | | | | | | | |||||
* | | | | | | | | | | Merge pull request #810 from levibostian/polish-perl-translation | Adam Bard | 2014-10-28 | -0/+169 | |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | [pl/perl] Polish Perl translation | ||||
| * | | | | | | | | | | Add @ukom Polish Perl translation from PR ↵ | Levi Bostian | 2014-10-17 | -0/+169 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/adambard/learnxinyminutes-docs/pull/341 | ||||
* | | | | | | | | | | | Merge pull request #820 from Jell-E/master | Adam Bard | 2014-10-28 | -0/+86 | |
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | [brainfuck/nl] Added Dutch translation of the brainfuck tutorial | ||||
| * | | | | | | | | | | | Revert "[python/de] Fix typo in url of German translation" | Jelle Besseling | 2014-10-25 | -4/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit c44552b25840c742043aa64470f5cc3caaac4a5b. | ||||
| * | | | | | | | | | | | [python/de] Fix typo in url of German translation | Jelle Besseling | 2014-10-25 | -5/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | My text editor apparently also fixed some incorrect trailing spaces and tabs on empty lines | ||||
| * | | | | | | | | | | | Dutch translation of the brainfuck tutorial | Jelle Besseling | 2014-10-25 | -0/+86 | |
| | | | | | | | | | | | | |||||
* | | | | | | | | | | | | Merge pull request #819 from vinhnx/master | Adam Bard | 2014-10-28 | -28/+38 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | [git/vi] Fix Vietnamese Git guide typo and update content | ||||
| * | | | | | | | | | | | | Fix Vietnamese Git guide typo and update content | Vinh Nguyen | 2014-10-25 | -28/+38 | |
| | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | Merge pull request #829 from sg-s/master | Levi Bostian | 2014-10-28 | -16/+34 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [matlab] cleaned up code, added struct docs |