summaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeLines
* correct translator nameaceawan2015-10-19-0/+1
|
* [d/fr] adds translationaceawan2015-10-19-2/+2
|
* [d/fr] adds translationaceawan2015-10-19-0/+291
|
* Merge branch 'master' of github.com:adambard/learnxinyminutes-docsAdam2015-10-19-31/+245
|\
| * Merge pull request #1638 from xssc/patch-1Adam Bard2015-10-19-0/+10
| |\ | | | | | | [php/en] Added variable amount of parameters as of php 5.6+
| | * capital letterSawyer Charles2015-10-18-1/+1
| | |
| | * Added variable amount of parameters as of php 5.6+Sawyer Charles2015-10-18-0/+10
| | |
| * | Merge pull request #1639 from labrack/masterAdam Bard2015-10-19-6/+13
| |\ \ | | | | | | | | [php/en] Add more examples and explanations
| | * | Add more examples and explanationsTom Duff2015-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/masterAdam Bard2015-10-19-25/+222
| |\ \ | | |/ | |/| [ruby/es] General translation update
| | * Update and fix typos on ruby translationErick Bernal2015-10-18-25/+222
| |/
* | Fixed pythonstatcomp doc namingAdam2015-10-19-15/+0
| |
* | Merge branch 'master' of github.com:adambard/learnxinyminutes-docsAdam2015-10-19-2823/+29154
|\|
| * Merge pull request #1611 from SaurabhSandav/masterLevi Bostian2015-10-18-4/+5
| |\ | | | | | | [whip/en] Fix typos
| | * [whip/en] Fix typosSaurabh Sandav2015-10-18-4/+5
| | |
| * | Fix issue with calling block code. Levi Bostian2015-10-18-1/+1
| | | | | | | | | Fixes https://github.com/adambard/learnxinyminutes-docs/issues/1598
| * | Merge pull request #1560 from ankitaggarwal011/python27-ternary-operator-doc-addLevi Bostian2015-10-18-0/+1
| |\ \ | | | | | | | | [python/en] Adding documentation on ternary operator
| | * | Adding documentation on ternary operatorAnkit Aggarwal2015-10-16-0/+1
| | | |
| * | | Merge pull request #1489 from evuez/patch-2Levi Bostian2015-10-18-9/+120
| |\ \ \ | | | | | | | | | | [python/en] Add some stuff to lists, tuples, dicts, sets and classes
| | * \ \ Merge 'master' of github.com:adambard/learnxinyminutes-docsevuez2015-10-16-234/+606
| | |\ \ \
| | * | | | Add some stuff to lists, sets and classes evuez2015-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 Classesevuez2015-10-13-5/+36
| | | | | | | | | | | | | | | | | | | | | | | | This adds the property decorator (getter, setter, deleter) to the class example. Also update scopes functions to fit PEP8.
| | * | | | Update contributorsevuez2015-10-13-0/+1
| | | | | |
| | * | | | Add some stuff to lists, tuples, dicts and setsevuez2015-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-1Levi Bostian2015-10-18-0/+6
| |\ \ \ \ \ | | | | | | | | | | | | | | [python/en]...Added some info on division
| | * | | | | [python/en]...Added some info on divisionviv12015-10-16-0/+6
| | | |/ / / | | |/| | |
| * | | | | Merge pull request #1552 from adback03/masterLevi Bostian2015-10-18-0/+30
| |\ \ \ \ \ | | | | | | | | | | | | | | ruby and csharp code example updates
| | * | | | | [csharp/eng] Partial Classes exampleAndrew Backes2015-10-15-0/+29
| | | | | | |
| | * | | | | [ruby/en] bitwise xor operatorAndrew Backes2015-10-15-0/+1
| | | | | | | | | | | | | | | | | | | | | Basic arithmetic bitwise xor operator example
| * | | | | | Merge pull request #1551 from rstiyer/typo-fixLevi Bostian2015-10-18-6/+12
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Typo fixes and refactor description of Java Map
| | * | | | | | Typo fixes and refactor description of Java MapRachel Stiyer2015-10-15-6/+12
| | |/ / / / /
| * | | | | | Merge pull request #1548 from bharrisau/patch-2Levi Bostian2015-10-18-1/+2
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Update r.html.markdown
| | * | | | | | Update r.html.markdownBen Harris2015-10-16-1/+2
| | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Correct key used to execute a line on Windows. closes #427
| * | | | | | Merge pull request #1547 from bharrisau/patch-1Levi Bostian2015-10-18-2/+2
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Update Julia variable names
| | * | | | | | Update Julia variable namesBen Harris2015-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-bindingLevi Bostian2015-10-18-6/+43
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | [php/en] Adds late static binding
| | * | | | | | Adds late static binding to PHP referenceBrett Taylor2015-10-16-6/+43
| | |/ / / / /
| * | | | | | Merge pull request #1540 from bbatliner/patch-1Levi Bostian2015-10-18-0/+34
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | [C/en] More info on dynamically allocated arrays
| | * | | | | | Added example of printIntArray in CBrendan Batliner2015-10-15-0/+6
| | | | | | | |
| | * | | | | | Update c.html.markdownBrendan Batliner2015-10-15-0/+28
| | |/ / / / / | | | | | | | | | | | | | | Added additional info on dynamically allocated arrays in C.
| * | | | | | Merge pull request #1539 from TolgaB/patch-1Levi Bostian2015-10-18-1/+7
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Mutable And Immutable Changing
| | * | | | | | Mutable And Immutable ChangingTolga Beser2015-10-15-1/+7
| | |/ / / / / | | | | | | | | | | | | | | Added how to switch objects between the two types with examples.
| * | | | | | Merge pull request #1538 from davydovanton/typo-tmuxLevi Bostian2015-10-18-1/+1
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | [tmux/en] Fix typo for lsp command
| | * | | | | | [tmux/en] Fix typo for lsp commandAnton Davydov2015-10-16-1/+1
| | |/ / / / /
| * | | | | | Merge pull request #1537 from xtrasmal/patch-1Levi Bostian2015-10-18-0/+4
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Updated javascript.html.markdown
| | * | | | | | Updated javascript.html.markdownXander Smalbil2015-10-15-0/+4
| | |/ / / / / | | | | | | | | | | | | | | Added some additional information on declaring variables.
| * | | | | | Merge pull request #1536 from infernocloud/patch-1Levi Bostian2015-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 explanationMichael Neth2015-10-15-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added link to json.org Included information about using JSON text as data.
| | * | | | | | Added my contributor informationMichael Neth2015-10-15-0/+1
| | | | | | | |
| | * | | | | | Added some more information about valid JSONMichael Neth2015-10-15-10/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A single array can also be valid JSON. Removed the "And, you're done. You now know everything JSON has to offer." value since I added additional information after it.