Commit Graph

2182 Commits

Author SHA1 Message Date
jmaud
44ce611cc1 Merge branch 'master' of github.com:adambard/learnxinyminutes-docs
Merge from upstream
2014-10-31 15:55:35 -04:00
Levi Bostian
cd7a2e72d5 Merge pull request #840 from westurner/patch-2
[bash/en] add bash help, man, info, docs examples
2014-10-30 20:44:42 -05:00
Levi Bostian
9930b41696 Merge pull request #836 from pallxk/master
[matlab/en] Fix block comment syntax.
2014-10-30 20:33:58 -05:00
Wes Turner
112b0b7662 DOC: bash.html.markdown: add bash docs examples 2014-10-30 19:46:37 -05:00
Adam Bard
02e81acfe1 Update self.html.markdown 2014-10-31 00:44:24 +02:00
Adam Bard
19d9907bb8 Merge pull request #834 from russellallen/master
Adding Self language
2014-10-31 00:43:50 +02:00
Adam Bard
9abff80ab8 Merge pull request #838 from m90/patch-1
[javascript/en] use proper notation for decimals
2014-10-31 00:35:46 +02:00
Frederik Ring
9324987c1f use propernotation for decimals 2014-10-30 16:43:49 +01:00
xk liu
3f69c38ba3 [matlab/en] Fix block comment syntax.
The %{ and %} operators must appear alone on the lines that immediately
precede and follow the block of help text. Do not include any other text
on these lines.

Reference:
http://www.mathworks.com/help/matlab/matlab_prog/comments.html
2014-10-30 11:07:40 +08:00
Johnathan Maudlin
259c144eeb Merge pull request #1 from adambard/master
Merge from upstream
2014-10-29 22:13:33 -04:00
ven
7d0eaa8559 Merge pull request #835 from pbaisla/master
[tmux/en] Fix URL names
2014-10-29 19:25:27 +01:00
pbaisla
583f874cdf [tmux/en] Fix URL names 2014-10-29 23:44:36 +05:30
Russell Allen
9d9dd467cd Fix typos 2014-10-29 14:46:27 +11:00
Adam Bard
b3cceac37e Update markdown.html.markdown 2014-10-28 23:12:58 +02:00
Adam Bard
a290543762 Merge pull request #823 from bfontaine/patch-1
[markdown/fr] Fixed typo in language author’s name
2014-10-28 23:12:38 +02:00
Adam Bard
50061006b6 Merge pull request #799 from m90/csharp-de
[c#/de] german translation of c# tutorial
2014-10-28 23:08:49 +02:00
Adam Bard
8dd430b6ab Merge pull request #813 from JoaoGFarias/master
[groovy-pt] Translation of Groovy page to pt-br
2014-10-28 23:07:37 +02:00
Adam Bard
8e1adacde1 Merge pull request #810 from levibostian/polish-perl-translation
[pl/perl] Polish Perl translation
2014-10-28 23:06:16 +02:00
Adam Bard
d2540d3093 Merge pull request #820 from Jell-E/master
[brainfuck/nl] Added Dutch translation of the brainfuck tutorial
2014-10-28 23:03:03 +02:00
Adam Bard
5bf79988dc Merge pull request #819 from vinhnx/master
[git/vi] Fix Vietnamese Git guide typo and update content
2014-10-28 22:52:06 +02:00
Levi Bostian
fbbb362277 Merge pull request #829 from sg-s/master
[matlab] cleaned up code, added struct docs
2014-10-28 12:34:56 -05:00
Srinivas Gorur-Shandilya
e1bdeff354 clarified lookfor 2014-10-28 09:56:18 -04:00
Adam Bard
9c9abd1c31 Merge pull request #831 from isomorphisms/patch-4
basic arithmetic *doesn't* work
2014-10-28 12:08:06 +02:00
i
eb43eb7ccd basic arithmetic *doesn't* work
It's not really true that arithmetic is accurate in JavaScript.
2014-10-28 03:11:59 -04:00
Levi Bostian
e126fec972 Merge pull request #830 from diodewaal/master
[coffeescript/nl] A few trailing spaces and take 2 on Dutch spelling and translation.
2014-10-27 21:30:35 -05:00
Dana de Waal
02db45c5dc A few trailing spaces and take 2 on Dutch spelling and translation. 2014-10-28 03:23:52 +01:00
Srinivas Gorur-Shandilya
759f7349d2 cleaned up code, added struct docs
cleaned up code, added struct docs
2014-10-27 16:52:14 -04:00
ven
67de7d7281 [Common Lisp/en] Add a missing argument to (walker) 2014-10-27 20:01:55 +01:00
Adam Bard
2a6e60d83b Merge pull request #828 from ml242/master
Use === in js tutorial except once demonstrating ==
2014-10-27 19:32:39 +02:00
ven
92db780adc Merge pull request #826 from bfontaine/brainfuck/fr
[brainfuck/fr] Brainfuck French translation added
2014-10-27 13:12:05 +01:00
Baptiste Fontaine
122b9ab408 Brainfuck/fr: a couple fixes after proof-reading 2014-10-27 12:25:36 +01:00
Russell Allen
9fdfb3f566 Better use of linebreaks 2014-10-27 22:13:08 +11:00
Russell Allen
3c66f47941 Cleaner code samples 2014-10-27 22:11:20 +11:00
Russell Allen
b82da4edfe First draft Self page 2014-10-27 22:07:24 +11:00
ml242
fb28f2c102 Your Name: Matt
Subject Line: Addresses Comparisons in Javascript
What Happened:

I believe that starting out with the double equals instead of the triple equals for strict comparison checking is incorrect. Because double equals uses type coercion, it is more of a feature the needs to be understood. Beginners looking at the language should look upon the stricter method as the proper one because it is less likely to give a surprising result.

I also tried to address the behaviour by adding an example to the double equals comparison.

Hope that the community is interested in pulling in these changes, they stem from teaching beginners javaScript but I am by no means the authority.
2014-10-27 00:43:20 -04:00
Levi Bostian
8167b5f9e0 Merge pull request #827 from subbul/patch-1
correcting the setName method
2014-10-26 22:47:05 -05:00
Subramanian
00c4a6324e correcting the setName method
set the method argument dogsName to name, instead of doggie_name
2014-10-27 09:06:43 +05:30
Baptiste Fontaine
9f2d4d8027 Brainfuck French translation added 2014-10-26 21:51:32 +01:00
Baptiste Fontaine
928fdd34b0 [markdown/en] Fixed typo in language author
It’s “John Gruber”, not “Jhon Gruber”.
2014-10-26 12:57:49 +01:00
ven
9fe68559c0 Merge pull request #822 from AndreiCurelaru/master
other fixes
2014-10-25 22:43:20 +02:00
Andrei Curelaru
b4edd93823 other fixes 2014-10-25 22:36:40 +02:00
ven
64e9e80ea2 Merge pull request #821 from AndreiCurelaru/master
French version for the Markdown file
2014-10-25 19:53:53 +02:00
Andrei Curelaru
10fad13285 Good bye Asterix 2014-10-25 19:51:39 +02:00
Andrei Curelaru
9bfb86a75d typographic and other fixes 2014-10-25 19:47:24 +02:00
Andrei Curelaru
f7aadaff81 some fixes on line-length 2014-10-25 16:59:58 +02:00
Jelle Besseling
059ef4ebfa Revert "[python/de] Fix typo in url of German translation"
This reverts commit c44552b25840c742043aa64470f5cc3caaac4a5b.
2014-10-25 16:48:06 +02:00
Jelle Besseling
9ff3a57c07 [python/de] Fix typo in url of German translation
My text editor apparently also fixed some incorrect trailing spaces and
tabs on empty lines
2014-10-25 16:48:02 +02:00
Jelle Besseling
710e504fbc Dutch translation of the brainfuck tutorial 2014-10-25 16:48:00 +02:00
Andrei Curelaru
476c3a21c6 ayé c'est fait 2014-10-25 16:43:50 +02:00
Andrei Curelaru
e4889157c7 mi chemin 2014-10-25 14:56:07 +02:00