summaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeLines
...
| | * | | | | [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.
| | * | | | | | | | | | Remove "drawbacks" sentenceMichael Neth2015-10-15-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Opinionated information probably shouldn't end up in one of these, especially when it is non-comprehensive and does not include any of the "pro" arguments.
| | * | | | | | | | | | Clarified some of the intro textMichael Neth2015-10-15-3/+5
| | |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Clarified the terminology of a "JSON value" and its limited set of options. Clarified that Supporting Browsers are from the shown version and up. Clarified that ".json" is the standard "file extension".
| * | | | | | | | | | Merge pull request #1535 from barendt/patch-1Levi Bostian2015-10-18-1/+1
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Remove an extraneous space
| | * | | | | | | | | | Remove an extraneous spaceGreg Barendt2015-10-15-1/+1
| | |/ / / / / / / / /
| * | | | | | | | | | Update ColdFusion headerLevi Bostian2015-10-18-3/+3
| | | | | | | | | | |
| * | | | | | | | | | Merge pull request #1618 from neslinesli93/masterven2015-10-18-0/+12
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [elixir/it] Bring this version up to date with the english one
| | * | | | | | | | | | Add myself as a translatorTommaso2015-10-18-0/+4
| | | | | | | | | | | |
| | * | | | | | | | | | [elixir/it] Bring this version up to date with the english oneTommaso2015-10-18-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The following commits were taken into consideration and translated into italian: d8001da79909734d333de31079ca2f4d884a6b21 65f951d87c80deff6c447faa4690dcfe1bb4d36a 07e04e7a2d0f2b7269e4495c338b039a30f70e64
| * | | | | | | | | | | Merge pull request #1620 from Chris54721/patch-4ven2015-10-18-1/+4
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | [git/en] Fixed 'git push' documentation
| | * | | | | | | | | | | [git/en] Fixed 'git push' documentationChris547212015-10-18-1/+4
| |/ / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | The 'git push' documentation had the same problem of the 'git pull' one I just fixed.
| * | | | | | | | | | | Merge pull request #1619 from Chris54721/patch-3ven2015-10-18-1/+4
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | [git/en] Fixed 'git pull' documentation
| | * | | | | | | | | | | [git/en] Fixed 'git pull' documentationChris547212015-10-18-1/+4
| |/ / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | While translating git.html.markdown to Italian, I found a mistake: `git pull` does not default to `git pull origin master`. By default, it updates the current branch by merging changes from its remote-tracking branch.
| * | | | | | | / / / / Merge pull request #1617 from neslinesli93/masterven2015-10-18-16/+16
| |\| | | | | | | | | | | | |_|_|_|_|_|/ / / / | |/| | | | | | | | | [coffeescript/it] Bring this version up to date with the english one
| | * | | | | | | | | Merge remote-tracking branch 'upstream/master'Tommaso2015-10-18-1/+1
| | |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | | | | |