Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Pogoscript to pt-br | Cássio Böck | 2015-10-20 | -0/+202 |
| | | | | Partial translation to pt-br | |||
* | Merge pull request #1659 from xssc/patch-2 | ven | 2015-10-19 | -5/+8 |
|\ | | | | | [javascript/en] Added setInterval | |||
| * | Fixed bracket placement | Sawyer Charles | 2015-10-19 | -5/+2 |
| | | ||||
| * | removed () | Sawyer Charles | 2015-10-19 | -1/+1 |
| | | ||||
| * | [javascript/en] Added setInterval | Sawyer Charles | 2015-10-19 | -0/+6 |
| | | | | | | Added the setInterval function provided by most browsers | |||
* | | Merge pull request #1662 from denniskeller/master | ven | 2015-10-19 | -1/+2 |
|\ \ | |/ |/| | [go/de] typo fix | |||
| * | typo fix | Dennis Keller | 2015-10-19 | -1/+2 |
|/ | ||||
* | Merge pull request #1654 from claudsonm/matlab | Adam Bard | 2015-10-19 | -3/+544 |
|\ | | | | | [matlab-en] Figure handle and some text issues fixed | |||
| * | Figure handle and some text issues fixed | Claudson Martins | 2015-10-19 | -3/+4 |
| | | | | | | | | | | | | - File name added to the header; - Fixed figure handle letter; - Unnecessary extra word removed. | |||
| * | Revert "Figure handle and some text issues fixed" | Claudson Martins | 2015-10-19 | -4/+3 |
| | | | | | | | | This reverts commit 5f7a161f44e683d15d85126db78a6de5f1e0bfab. | |||
| * | Figure handle and some text issues fixed | Claudson Martins | 2015-10-19 | -3/+4 |
| | | | | | | | | | | | | - File name added to the header; - Fixed figure handle letter; - Unnecessary extra word removed; | |||
| * | Adding filename markdown | Claudson Martins | 2015-10-18 | -0/+1 |
| | | ||||
| * | Rename matlab.html.markdown to matlab-pt.html.markdown | Claudson Martins | 2015-10-18 | -0/+0 |
| | | ||||
| * | Fixing some linebreaks | Claudson Martins | 2015-10-18 | -4/+8 |
| | | | | | | | | Some lines were broken to be better presented | |||
| * | Matlab portuguese translation | Claudson Martins | 2015-10-18 | -251/+255 |
| | | | | | | | | The markdown is completely translated | |||
| * | Iniciando tradução do MatLab para PT-BR | Claudson Martins | 2015-10-18 | -0/+531 |
| | | ||||
* | | Merge pull request #1652 from MineDoubleSpace/master | Adam Bard | 2015-10-19 | -1/+1 |
|\ \ | | | | | | | Updated official python docs link. | |||
| * | | Updated official python docs to always use the latest version of python 2 | MDS | 2015-10-20 | -1/+1 |
|/ / | ||||
* | | 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 |