m90
7ba211d85b
fix overflowing line
2014-08-11 10:04:38 +02:00
m90
4abce50bfe
add german coffeescript introduction
2014-08-11 10:02:06 +02:00
Sam Zaydel
5ed3d5455e
Fixed indentation error created in previous commit.
2014-08-10 20:04:49 -07:00
Sam Zaydel
19bd3cdd0b
In golang slices are dynamic, so a mention of append() for slice updates seems to be appropriate.
2014-08-10 20:02:31 -07:00
Adam Brenecki
a9daab714a
Merge pull request #718 from m90/master
...
[javascript/*] typeof is an operator and not a function/method - fix usag...
2014-08-10 19:31:54 +09:30
m90
7cf0bcb828
[javascript/*] typeof is an operand and not a function/method - fix usage / remove parens
2014-08-09 21:41:12 +02:00
LumenTeun
e1365274f7
Added two new ways to use for loops.
2014-08-08 18:24:43 +01:00
LumenTeun
4320966262
Fixed typo.
2014-08-08 18:24:29 +01:00
LumenTeun
8be20de321
Fixed while loop.
2014-08-08 18:11:17 +01:00
Daniel Zendejas
2cfc0752b4
Merge pull request #694 from DanielZendejas/master
...
[xml/es] created
2014-08-08 07:28:41 -05:00
Nami-Doc
e1982bf586
Merge pull request #707 from jcbohin/patch-1
...
[go/en] Adding Go playground link with code - fixes #318
2014-08-08 10:50:01 +02:00
Nami-Doc
26cfe0b94f
Merge pull request #700 from jcbohin/go-en-Range_clause-#351
...
[go/en] add an example for range - fixes #351
2014-08-08 10:49:26 +02:00
Daniel Zendejas
e6df8f849a
[brainfuck/es] created
2014-08-07 16:52:47 -05:00
Jean-Christophe Bohin
26166afc65
Fixed style
...
Didn't uppercased 'range' in the beginning of the sentence since it's a language keyword.
2014-08-07 22:43:59 +02:00
Jean-Christophe Bohin
c0d49cdb88
Fixing missing space and dot.
2014-08-07 22:37:52 +02:00
Jean-Christophe Bohin
a4b4a7927f
Adding a direct link to play.golang.org
2014-08-07 22:31:20 +02:00
Nami-Doc
5a42a4e301
Merge pull request #712 from kdamball/patch-1
...
Spelling error
2014-08-07 09:07:44 +02:00
Kado
09b1930986
Spelling error
...
From datetype to datatype
2014-08-07 09:55:27 +03:00
Nami-Doc
03e1da713c
Merge pull request #709 from NadOby/master
...
example of negative integer division
2014-08-06 22:54:09 +02:00
Evgeniy Ginzburg
cb3217fc35
Merge https://github.com/adambard/learnxinyminutes-docs
...
Added two minor changes in integer division to make it clear
2014-08-06 23:45:44 +03:00
Evgeniy Ginzburg
7bcf65278c
comment about floats in integer division
2014-08-06 23:45:37 +03:00
Evgeniy Ginzburg
daf83c9123
aded negative integer division same as in python3
2014-08-06 23:43:37 +03:00
Levi Bostian
4349587ac4
Merge pull request #711 from LumenTeun/master
...
&& and || in Bash if statements.
2014-08-06 15:27:31 -05:00
LumenTeun
3f8dbe8e77
&& and || in Bash if statements.
2014-08-06 19:30:15 +01:00
Levi Bostian
1c2bc08e19
Merge pull request #693 from mickelus/master
...
[python/en] naming conventions and underscores
2014-08-06 09:54:41 -05:00
Mikael E. Wikner
a30c76789e
Added changes to the python3 file aswell
2014-08-06 00:20:24 +02:00
Mikael E. Wikner
472142d11f
Squashed commits to prepare for merge
...
moved underscore for range variable, added comment
renamed parameter in beg decorator
added comment about double underscores
Update python.html.markdown
2014-08-06 00:10:52 +02:00
Nami-Doc
d1541f8534
Merge pull request #710 from patzim/master
...
Minor fixes to return values.
2014-08-05 20:16:19 +02:00
Patrick Sebastian Zimmermann
170de52231
Minor fixes to return values.
2014-08-05 19:50:19 +02:00
Evgeniy Ginzburg
611a00b510
Merge https://github.com/adambard/learnxinyminutes-docs
2014-08-05 17:41:41 +03:00
Evgeniy Ginzburg
57036f128f
aded negative integer division
2014-08-05 17:41:28 +03:00
Jean-Christophe Bohin
2ffd792932
Adding Go playground link with code - fixes #318
...
Just removed networking code, since Go playground's sandbox prevent it to work.
2014-08-05 09:03:21 +02:00
Jean-Christophe Bohin
0078b03707
Array initialization disambiguation - fixes #257
...
simply added proposed comment, which seems fine
2014-08-04 22:38:53 +02:00
Jean-Christophe Bohin
cfa26f23fd
[go/en] add an example for range - fixes #351
2014-08-04 22:23:24 +02:00
Levi Bostian
4541a0f450
Merge pull request #698 from Shashwat986/patch-1
...
Update python.html.markdown
2014-08-04 14:53:30 -05:00
Shashwat986
65a1b6279f
Update python.html.markdown
...
range() is not a generator in python 2.x
2014-08-05 01:06:54 +05:30
Levi Bostian
a0af5e9a7b
Merge pull request #696 from Shashwat986/master
...
Updated python and python3 with try/except details
2014-08-03 18:05:46 -05:00
Shashwat986
abc06a620b
Update python3.html.markdown
...
Added more info to try/except. Corrected some trivial bugs.
2014-08-03 21:56:26 +05:30
Shashwat986
e6a289be49
Update python.html.markdown
...
Added more details to try/except section.
2014-08-02 19:37:28 +05:30
Nami-Doc
10c07f30d5
REGULAAAAAAR EXPREEEESSSIIIIOOOOOONS. GO!
...
TODO nested sub signatures
TODO start
TODO flattening
2014-07-31 23:28:46 +02:00
Daniel Zendejas
9680347c90
[yaml/es] created
2014-07-30 12:09:18 -05:00
Daniel Zendejas
fe228e44e6
[xml/es] created
2014-07-30 10:33:33 -05:00
Nami-Doc
2ff257b551
Statement prefixes
...
also MAIN.
some links under "Going further"
TODO start
TODO flattening
TODO regexps
2014-07-29 23:42:52 +02:00
Nami-Doc
d368b19bca
Merge pull request #690 from DanielZendejas/master
...
[javascript/es] created
2014-07-29 23:34:52 +02:00
Daniel Zendejas
3a2d6d2f67
Markdown syntax error corrected
2014-07-29 14:35:15 -05:00
Daniel Zendejas
739ab0c7cf
[javascript/es] created
2014-07-29 11:05:24 -05:00
Kevin Fangzhou Chen
615ee27941
updated the filename into learnmarkdown-cn.md
2014-07-29 12:08:24 +08:00
Levi Bostian
c3cc8051cb
Merge pull request #670 from miguelarauj1o/translate_ptbr
...
[Markdown] translating Markdown to pt-br
2014-07-28 21:40:17 -05:00
Adam
c87923fd5c
Also we don't support julia highlighting yet.
2014-07-29 00:23:32 +02:00
Nami-Doc
0b4567345f
Merge pull request #689 from DanielZendejas/master
...
[livescript/es] Spanish translation for LiveScript
2014-07-28 19:23:38 +02:00