Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | typo corrections, thanks to Nami-Doc for re-reading | Syl Zys | 2013-09-08 | -33/+33 |
| | ||||
* | Added Python French translation | Syl Zys | 2013-09-08 | -0/+491 |
| | ||||
* | Update README.markdown | Adam Bard | 2013-09-05 | -4/+29 |
| | ||||
* | Fixed up potential conflicts | Adam | 2013-09-04 | -4/+4 |
| | ||||
* | Merge branch 'master' of https://github.com/adambard/learnxinyminutes-docs | Adam | 2013-09-04 | -31/+1561 |
|\ | ||||
| * | Merge pull request #309 from ociule/master | Adam Bard | 2013-09-04 | -0/+489 |
| |\ | | | | | | | Romanian translation for Python. | |||
| | * | Corrections. | Ovidiu Ciule | 2013-09-04 | -3/+2 |
| | | | ||||
| | * | Add romanian python translation. Expect spelling corrections. | Ovidiu Ciule | 2013-09-04 | -0/+490 |
| | | | ||||
| * | | Merge pull request #297 from netpyoung/master | Adam Bard | 2013-09-04 | -0/+383 |
| |\ \ | | | | | | | | | Korean version of clojure tutorial added | |||
| | * | | Korean version of clojure tutorial added | netpyoung | 2013-09-04 | -0/+383 |
| | |/ | ||||
| * | | Merge pull request #298 from hkulekci/update-branch | Adam Bard | 2013-09-04 | -0/+22 |
| |\ \ | | | | | | | | | update latest commits. | |||
| | * | | update latest commits. | Haydar Kulekci | 2013-09-03 | -0/+22 |
| | |/ | ||||
| * | | Merge pull request #299 from neslux/master | Adam Bard | 2013-09-04 | -0/+631 |
| |\ \ | | | | | | | | | Spanish translation for the csharp article | |||
| | * | | Spanish translation for the csharp article | Olfran Jiménez | 2013-09-03 | -0/+631 |
| | |/ | ||||
| * | | Merge pull request #300 from JensRantil/parentheses-fix | Adam Bard | 2013-09-04 | -1/+1 |
| |\ \ | | | | | | | | | parens => parentheses | |||
| | * | | parens => parentheses | Jens Rantil | 2013-09-04 | -1/+1 |
| | |/ | ||||
| * | | Merge pull request #303 from mathiasbynens/patch-1 | Adam Bard | 2013-09-04 | -17/+15 |
| |\ \ | | | | | | | | | brainfuck: A few corrections | |||
| | * | | brainfuck: A few corrections | Mathias Bynens | 2013-09-04 | -17/+15 |
| | |/ | ||||
| * | | Merge pull request #305 from mrshu/master | Adam Bard | 2013-09-04 | -1/+1 |
| |\ \ | | | | | | | | | chan chan string -> channel of string channels | |||
| | * | | chan chan string -> channel of string channels | Marek Šuppa | 2013-09-04 | -1/+1 |
| | |/ | ||||
| * | | Merge pull request #306 from hoelzro/master | Adam Bard | 2013-09-04 | -4/+11 |
| |\ \ | | | | | | | | | A few clarifications for the Lua documentation | |||
| | * | | Use local variables for function examples | Rob Hoelz | 2013-09-04 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | Currently, the example functions create variables in global scope. | |||
| | * | | Add another example of function call without parens | Rob Hoelz | 2013-09-04 | -0/+4 |
| | | | | | | | | | | | | | | | | | | | | Function calls using a table literal as its sole parameter may also omit parentheses | |||
| | * | | Clarify self-referential local functions | Rob Hoelz | 2013-09-04 | -0/+3 |
| | |/ | | | | | | | | | | | | | | | | | | | The current language used implies that `local function f() ... end` does not allow f to invoke itself. This has been clarified via the addition of an example of a local function that may *not* invoke itself. | |||
| * | | Merge pull request #307 from NKCSS/master | Adam Bard | 2013-09-04 | -2/+2 |
| |\ \ | | | | | | | | | Changed Print function to show the variable type | |||
| | * | | Changed Print function to show the variable type | NKCSS | 2013-09-04 | -2/+2 |
| | |/ | | | | | | | | | | | | | This is to follow the way the string value is presented, and the format string is written (... is a ... infers a stype specification) | |||
| * | | Merge pull request #308 from dcaunt/master | Adam Bard | 2013-09-04 | -5/+5 |
| |\ \ | | | | | | | | | Fixed typos and naming inconsistencies. | |||
| | * | | Fixed inconsistencies in class implementation and protocol naming | Dave Caunt | 2013-09-04 | -2/+2 |
| | | | | ||||
| | * | | Fixed typo in Parameter | Dave Caunt | 2013-09-04 | -2/+2 |
| | | | | ||||
| | * | | Fixed For loop example so that jj is not incremented twice in each iteration ↵ | Dave Caunt | 2013-09-04 | -1/+1 |
| | |/ | | | | | | | | | | of the loop | |||
| * | | Merge pull request #311 from eXeC64/patch-1 | Adam Bard | 2013-09-04 | -1/+1 |
| |\ \ | | |/ | |/| | Corrected comment: utf-8 → unicode | |||
| | * | Corrected comment: utf-8 → unicode | Harry Jeffery | 2013-09-04 | -1/+1 |
| |/ | | | | | Runes hold the raw unicode code point, not utf-8. Storing utf-8 inside of a uint32 would be highly inefficient. Runes are essentially utf-32. | |||
* | | Add file download to javascript.js | Adam | 2013-09-02 | -2/+3 |
| | | ||||
* | | ARGH | Adam | 2013-09-02 | -16/+16 |
|/ | ||||
* | Merge pull request #296 from agumonkey/patch-1 | Adam Bard | 2013-09-02 | -1/+1 |
|\ | | | | | minor typo fix for common-lisp : s/Paul Khoung/Paul Khuong/g | |||
| * | [minor] s/Paul Khoung/Paul Khuong/g | agum onkey | 2013-09-03 | -1/+1 |
| | | ||||
* | | Merge pull request #295 from Willyfrog/mejora-clojure | Adam Bard | 2013-09-02 | -96/+94 |
|\ \ | | | | | | | From robot to human (spanish) | |||
| * | | From robot to human, corrected gender, some clojure idioms reverted to | Guillermo Vaya | 2013-09-03 | -96/+94 |
| |/ | | | | | | | unsranslated (no one uses the spanish translation for some), general review | |||
* | | Merge pull request #294 from timyates/master | Adam Bard | 2013-09-02 | -7/+35 |
|\ \ | |/ |/| | A few Groovy improvements | |||
| * | Another way of checking List.contains and some headers | Tim Yates | 2013-09-02 | -1/+14 |
| | | ||||
| * | Mention mutating with List.sort | Tim Yates | 2013-09-02 | -1/+5 |
| | | ||||
| * | Added a few more examples for List manipulation | Tim Yates | 2013-09-02 | -4/+15 |
| | | ||||
| * | Highlight code as Groovy, not cpp | Tim Yates | 2013-09-02 | -1/+1 |
|/ | ||||
* | Merge pull request #282 from wikibook/master | Adam Bard | 2013-08-31 | -5/+0 |
|\ | | | | | fixed merge errors | |||
| * | fixed merge errors | wikibook | 2013-08-29 | -5/+0 |
| | | ||||
* | | Merge pull request #287 from ggb/javascript-de | Adam Bard | 2013-08-31 | -0/+449 |
|\ \ | | | | | | | JavaScript: german translation | |||
| * | | translated javascript-tutorial | Gregor Große-Bölting | 2013-08-30 | -0/+449 |
| | | | ||||
* | | | Merge pull request #284 from ipscott/master | Adam Bard | 2013-08-31 | -0/+6 |
|\ \ \ | | | | | | | | | Update php.html.markdown | |||
| * | | | Update php.html.markdown | ipscott | 2013-08-29 | -0/+6 |
| | | | | | | | | | | | | added a better description for static functions and properties | |||
* | | | | Merge pull request #288 from MarcosX/adding_variables_scope_info | Adam Bard | 2013-08-31 | -0/+18 |
|\ \ \ \ | | | | | | | | | | | Adding explanation about variables scope and naming convention in Ruby |