Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | removes english text | aceawan | 2015-10-19 | -5/+0 |
| | ||||
* | correct language | aceawan | 2015-10-19 | -1/+1 |
| | ||||
* | correct translator name | aceawan | 2015-10-19 | -0/+1 |
| | ||||
* | [d/fr] adds translation | aceawan | 2015-10-19 | -2/+2 |
| | ||||
* | [d/fr] adds translation | aceawan | 2015-10-19 | -0/+291 |
| | ||||
* | Merge branch 'master' of github.com:adambard/learnxinyminutes-docs | Adam | 2015-10-19 | -31/+245 |
|\ | ||||
| * | Merge pull request #1638 from xssc/patch-1 | Adam Bard | 2015-10-19 | -0/+10 |
| |\ | | | | | | | [php/en] Added variable amount of parameters as of php 5.6+ | |||
| | * | capital letter | Sawyer Charles | 2015-10-18 | -1/+1 |
| | | | ||||
| | * | Added variable amount of parameters as of php 5.6+ | Sawyer Charles | 2015-10-18 | -0/+10 |
| | | | ||||
| * | | Merge pull request #1639 from labrack/master | Adam Bard | 2015-10-19 | -6/+13 |
| |\ \ | | | | | | | | | [php/en] Add more examples and explanations | |||
| | * | | Add more examples and explanations | Tom Duff | 2015-10-18 | -6/+13 |
| | |/ | | | | | | | | | | | | | | | | Added some clarifying examples to sections on echo(), constants, and cleaned up formatting on others. Added further explanation about the spaceship operator. | |||
| * | | Merge pull request #1641 from billowkib/master | Adam Bard | 2015-10-19 | -25/+222 |
| |\ \ | | |/ | |/| | [ruby/es] General translation update | |||
| | * | Update and fix typos on ruby translation | Erick Bernal | 2015-10-18 | -25/+222 |
| |/ | ||||
* | | Fixed pythonstatcomp doc naming | Adam | 2015-10-19 | -15/+0 |
| | | ||||
* | | Merge branch 'master' of github.com:adambard/learnxinyminutes-docs | Adam | 2015-10-19 | -2823/+29154 |
|\| | ||||
| * | Merge pull request #1611 from SaurabhSandav/master | Levi Bostian | 2015-10-18 | -4/+5 |
| |\ | | | | | | | [whip/en] Fix typos | |||
| | * | [whip/en] Fix typos | Saurabh Sandav | 2015-10-18 | -4/+5 |
| | | | ||||
| * | | Fix issue with calling block code. | Levi Bostian | 2015-10-18 | -1/+1 |
| | | | | | | | | | Fixes https://github.com/adambard/learnxinyminutes-docs/issues/1598 | |||
| * | | Merge pull request #1560 from ankitaggarwal011/python27-ternary-operator-doc-add | Levi Bostian | 2015-10-18 | -0/+1 |
| |\ \ | | | | | | | | | [python/en] Adding documentation on ternary operator | |||
| | * | | Adding documentation on ternary operator | Ankit Aggarwal | 2015-10-16 | -0/+1 |
| | | | | ||||
| * | | | Merge pull request #1489 from evuez/patch-2 | Levi Bostian | 2015-10-18 | -9/+120 |
| |\ \ \ | | | | | | | | | | | [python/en] Add some stuff to lists, tuples, dicts, sets and classes | |||
| | * \ \ | Merge 'master' of github.com:adambard/learnxinyminutes-docs | evuez | 2015-10-16 | -234/+606 |
| | |\ \ \ | ||||
| | * | | | | Add some stuff to lists, sets and classes | evuez | 2015-10-14 | -4/+56 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is meant to match Python 3 update. Lists: added remove, insert and index Sets: added ^, <=, >= operators Classes: added propery decorator (including getter, setter, deleter) | |||
| | * | | | | Add property to Classes | evuez | 2015-10-13 | -5/+36 |
| | | | | | | | | | | | | | | | | | | | | | | | | This adds the property decorator (getter, setter, deleter) to the class example. Also update scopes functions to fit PEP8. | |||
| | * | | | | Update contributors | evuez | 2015-10-13 | -0/+1 |
| | | | | | | ||||
| | * | | | | Add some stuff to lists, tuples, dicts and sets | evuez | 2015-10-13 | -20/+47 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Lists: added `remove`, `insert` and `index` Tuples: added extended unpacking Dictionaries: added new unpacking from Python 3.5 Sets: added ^, <=, >= operators | |||
| * | | | | | Merge pull request #1553 from viv1/patch-1 | Levi Bostian | 2015-10-18 | -0/+6 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | [python/en]...Added some info on division | |||
| | * | | | | | [python/en]...Added some info on division | viv1 | 2015-10-16 | -0/+6 |
| | | |/ / / | | |/| | | | ||||
| * | | | | | Merge pull request #1552 from adback03/master | Levi Bostian | 2015-10-18 | -0/+30 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | ruby and csharp code example updates | |||
| | * | | | | | [csharp/eng] Partial Classes example | Andrew Backes | 2015-10-15 | -0/+29 |
| | | | | | | | ||||
| | * | | | | | [ruby/en] bitwise xor operator | Andrew Backes | 2015-10-15 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | Basic arithmetic bitwise xor operator example | |||
| * | | | | | | Merge pull request #1551 from rstiyer/typo-fix | Levi Bostian | 2015-10-18 | -6/+12 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | Typo fixes and refactor description of Java Map | |||
| | * | | | | | | Typo fixes and refactor description of Java Map | Rachel Stiyer | 2015-10-15 | -6/+12 |
| | |/ / / / / | ||||
| * | | | | | | Merge pull request #1548 from bharrisau/patch-2 | Levi Bostian | 2015-10-18 | -1/+2 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | Update r.html.markdown | |||
| | * | | | | | | Update r.html.markdown | Ben Harris | 2015-10-16 | -1/+2 |
| | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Correct key used to execute a line on Windows. closes #427 | |||
| * | | | | | | Merge pull request #1547 from bharrisau/patch-1 | Levi Bostian | 2015-10-18 | -2/+2 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | Update Julia variable names | |||
| | * | | | | | | Update Julia variable names | Ben Harris | 2015-10-16 | -2/+2 |
| | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Julia supports underscores at the beginning of a variable name now. It also supports a subset of Unicode code points for the first character, and additional code points for subsequent characters. A full explanation of all available code points was excluded as it is quite complicated and doesn't add much value in the X in Y context. closes #516 | |||
| * | | | | | | Merge pull request #1544 from Glutnix/php-late-static-binding | Levi Bostian | 2015-10-18 | -6/+43 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | [php/en] Adds late static binding | |||
| | * | | | | | | Adds late static binding to PHP reference | Brett Taylor | 2015-10-16 | -6/+43 |
| | |/ / / / / | ||||
| * | | | | | | Merge pull request #1540 from bbatliner/patch-1 | Levi Bostian | 2015-10-18 | -0/+34 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | [C/en] More info on dynamically allocated arrays | |||
| | * | | | | | | Added example of printIntArray in C | Brendan Batliner | 2015-10-15 | -0/+6 |
| | | | | | | | | ||||
| | * | | | | | | Update c.html.markdown | Brendan Batliner | 2015-10-15 | -0/+28 |
| | |/ / / / / | | | | | | | | | | | | | | | Added additional info on dynamically allocated arrays in C. | |||
| * | | | | | | Merge pull request #1539 from TolgaB/patch-1 | Levi Bostian | 2015-10-18 | -1/+7 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | Mutable And Immutable Changing | |||
| | * | | | | | | Mutable And Immutable Changing | Tolga Beser | 2015-10-15 | -1/+7 |
| | |/ / / / / | | | | | | | | | | | | | | | Added how to switch objects between the two types with examples. | |||
| * | | | | | | Merge pull request #1538 from davydovanton/typo-tmux | Levi Bostian | 2015-10-18 | -1/+1 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | [tmux/en] Fix typo for lsp command | |||
| | * | | | | | | [tmux/en] Fix typo for lsp command | Anton Davydov | 2015-10-16 | -1/+1 |
| | |/ / / / / | ||||
| * | | | | | | Merge pull request #1537 from xtrasmal/patch-1 | Levi Bostian | 2015-10-18 | -0/+4 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | Updated javascript.html.markdown | |||
| | * | | | | | | Updated javascript.html.markdown | Xander Smalbil | 2015-10-15 | -0/+4 |
| | |/ / / / / | | | | | | | | | | | | | | | Added some additional information on declaring variables. | |||
| * | | | | | | Merge pull request #1536 from infernocloud/patch-1 | Levi Bostian | 2015-10-18 | -13/+31 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | [JSON/en] Edited existing content for clarity and added more information to JSON doc | |||
| | * | | | | | | Added a more info link and extra explanation | Michael Neth | 2015-10-15 | -0/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added link to json.org Included information about using JSON text as data. |