Commit Graph

4694 Commits

Author SHA1 Message Date
duci9y
76e72653b2 [json/en] Cut noise, formatting, links.
Also removed some duplicate information.
2015-10-20 14:24:32 +05:30
duci9y
60a1a43cd3 [xml/en] Grammar, formatting. Made more 'inlined'. 2015-10-20 13:53:47 +05:30
Vipul Sharma
a6eb459b61 Modified string format [python/en] 2015-10-20 09:57:53 +05:30
David Hsieh
9aca78c50a Fixed swift-es filename 2015-10-19 17:05:09 -07:00
ven
b354013dc9 Merge pull request #1659 from xssc/patch-2
[javascript/en] Added setInterval
2015-10-19 23:01:13 +02:00
Sawyer Charles
7fdce9215a Fixed bracket placement 2015-10-19 16:00:22 -05:00
ven
f4c1f3d947 Merge pull request #1662 from denniskeller/master
[go/de] typo fix
2015-10-19 21:10:47 +02:00
Dennis Keller
406eb11b74 typo fix 2015-10-19 20:59:53 +02:00
Sawyer Charles
d78518288b removed () 2015-10-19 12:42:23 -05:00
Sawyer Charles
3835cd26f5 [javascript/en] Added setInterval
Added the setInterval function provided by most browsers
2015-10-19 10:54:42 -05:00
Andrew Backes
5ca38bf934 [typescript/en] Fixing typo in 'Interpolation' 2015-10-19 10:40:57 -05:00
Adam Bard
9702bcaf86 Merge pull request #1654 from claudsonm/matlab
[matlab-en] Figure handle and some text issues fixed
2015-10-19 21:46:15 +08:00
Adam Bard
0bbf574e1f Merge pull request #1652 from MineDoubleSpace/master
Updated official python docs link.
2015-10-19 21:41:52 +08:00
aceawan
d7e3def01e fix indentation and typos 2015-10-19 15:40:44 +02:00
aceawan
13c9d9af5c fix indentation and typos 2015-10-19 15:33:48 +02:00
Claudson Martins
79d0e7cd23 Figure handle and some text issues fixed
- File name added to the header;
- Fixed figure handle letter;
- Unnecessary extra word removed.
2015-10-19 10:30:14 -03:00
aceawan
f8a2b28890 fix indentation and typos 2015-10-19 15:28:43 +02:00
Claudson Martins
69263413a1 Revert "Figure handle and some text issues fixed"
This reverts commit 5f7a161f44.
2015-10-19 10:25:57 -03:00
Claudson Martins
5f7a161f44 Figure handle and some text issues fixed
- File name added to the header;
- Fixed figure handle letter;
- Unnecessary extra word removed;
2015-10-19 10:17:14 -03:00
Andrew Backes
998e76c310 [typescript/en] Typo fixed in 'backticks' 2015-10-19 08:09:58 -05:00
MDS
c60ddc6ef5 Updated official python docs to always use the latest version of python 2 2015-10-20 01:01:14 +13:00
aceawan
00182d32f4 removes english text 2015-10-19 13:40:27 +02:00
aceawan
c759b6ea2b removes english text 2015-10-19 13:39:44 +02:00
aceawan
5507a38990 correct language 2015-10-19 13:39:05 +02:00
aceawan
7f8b8d0363 correct translator name 2015-10-19 13:38:10 +02:00
aceawan
6313536895 [d/fr] adds translation 2015-10-19 13:35:38 +02:00
aceawan
a8ebd49833 [d/fr] adds translation 2015-10-19 13:34:59 +02:00
Adam
226767916c Merge branch 'master' of github.com:adambard/learnxinyminutes-docs 2015-10-19 14:33:47 +08:00
Adam
8b3cc63b3e Fixed pythonstatcomp doc naming 2015-10-19 14:33:11 +08:00
Adam Bard
329166d986 Merge pull request #1638 from xssc/patch-1
[php/en] Added variable amount of parameters as of php 5.6+
2015-10-19 14:30:28 +08:00
Adam Bard
7c6db17874 Merge pull request #1639 from labrack/master
[php/en] Add more examples and explanations
2015-10-19 14:30:09 +08:00
Adam Bard
dd40900065 Merge pull request #1641 from billowkib/master
[ruby/es] General translation update
2015-10-19 14:28:33 +08:00
Adam
e6573af645 Merge branch 'master' of github.com:adambard/learnxinyminutes-docs 2015-10-19 14:28:03 +08:00
Ankit Aggarwal
d2d89cfa97 Adding documentation on ternary operator 2015-10-19 11:47:24 +05:30
Erick Bernal
b782df007b Update and fix typos on ruby translation 2015-10-18 23:25:01 -05:00
Andrew Backes
525b6106a5 [typescript/en] Multiline Strings
Multiline Strings via Template Strings
2015-10-18 22:38:56 -05:00
Andrew Backes
c3387b8a61 [typescript/en] Template Strings 2015-10-18 22:32:14 -05:00
Tom Duff
087dbecb2f Add more examples and explanations
Added some clarifying examples to sections on echo(), constants, and
cleaned up formatting on others. Added further explanation about the
spaceship operator.
2015-10-18 20:21:42 -04:00
Sawyer Charles
b4c8ff365e capital letter 2015-10-18 17:47:42 -05:00
Sawyer Charles
ed4ac31d97 Added variable amount of parameters as of php 5.6+ 2015-10-18 17:46:23 -05:00
Claudson Martins
05f7cd1a24 Adding filename markdown 2015-10-18 16:37:24 -03:00
Levi Bostian
ba5f3ebc11 Merge pull request #1611 from SaurabhSandav/master
[whip/en] Fix typos
2015-10-18 12:26:52 -05:00
Levi Bostian
3a968a826b Fix issue with calling block code.
Fixes https://github.com/adambard/learnxinyminutes-docs/issues/1598
2015-10-18 12:22:33 -05:00
Levi Bostian
3d70c872e4 Merge pull request #1560 from ankitaggarwal011/python27-ternary-operator-doc-add
[python/en] Adding documentation on ternary operator
2015-10-18 12:15:55 -05:00
Claudson Martins
9ee5d3739f Rename matlab.html.markdown to matlab-pt.html.markdown 2015-10-18 14:12:16 -03:00
Levi Bostian
a3db78c73d Merge pull request #1489 from evuez/patch-2
[python/en] Add some stuff to lists, tuples, dicts, sets and classes
2015-10-18 12:07:53 -05:00
Levi Bostian
5003e2c37c Merge pull request #1553 from viv1/patch-1
[python/en]...Added some info on division
2015-10-18 12:07:37 -05:00
Levi Bostian
4fffeac272 Merge pull request #1552 from adback03/master
ruby and csharp code example updates
2015-10-18 12:07:05 -05:00
Levi Bostian
b1d3bacfa5 Merge pull request #1551 from rstiyer/typo-fix
Typo fixes and refactor description of Java Map
2015-10-18 12:06:28 -05:00
Levi Bostian
d96104a33a Merge pull request #1548 from bharrisau/patch-2
Update r.html.markdown
2015-10-18 12:03:45 -05:00