Commit Graph

3866 Commits

Author SHA1 Message Date
bharathkkb
80bb3a0642 Added backticks for a keyword.
Added backticks for the “this” keyword.
2015-10-16 11:41:52 -07:00
ven
44338f17ab Merge pull request #1568 from dreanor/patch-1
fixed broken web matrix link
2015-10-16 20:39:55 +02:00
Gabriel Gomes
6305ec5aec Change filename for learncss-pt.css 2015-10-16 15:36:05 -03:00
Dreanor
aa48d900c7 fixed broken web matrix link 2015-10-16 20:32:56 +02:00
Gabriel Gomes
99daab78ad Added css-pt.html.markdown 2015-10-16 15:25:05 -03:00
Christian Albrecht
8811b18ef8 ruby ecosystem translation to german 2015-10-16 20:19:51 +02:00
Gabriel Gomes
123f8ce1e0 Added css.pt.html.markdown 2015-10-16 15:16:40 -03:00
Gabriel Gomes
791b06d94a Added css.pt.html.markdown 2015-10-16 15:08:32 -03:00
Kirushan Rasendran
b64dabd871 xml translation from EN to TA
xml translation from EN to Tamil
2015-10-16 23:20:01 +05:30
Christian Albrecht
d7e2f6e12a ruby translation in german 2015-10-16 19:09:14 +02:00
Kirushan Rasendran
c063cd4e0b JavaScript Tamil translation complete
[JavaScript/ta] Translation completed
2015-10-16 20:45:01 +05:30
Ankit Aggarwal
451ccaec5b Adding documentation on ternary operator 2015-10-16 20:42:03 +05:30
Rafik NACCACHE
9a96671642 Add documentation about Threading Macros 2015-10-16 15:44:30 +01:00
Christian Albrecht
593bcb9ae4 scala translation de 2015-10-16 14:13:49 +02:00
ven
91218b4fce Merge pull request #1543 from paulohrpinheiro/fix-perl6
Removed references to compilers other than the Rakudo.
2015-10-16 11:22:51 +02:00
evuez
85adff2c39 Merge 'master' of github.com:adambard/learnxinyminutes-docs 2015-10-16 10:42:41 +02:00
viv1
a9bcaffd36 [python/en]...Added some info on division 2015-10-16 12:57:31 +05:30
ven
25e49b8cf1 Merge pull request #1486 from Thimoteus/master
updated purescript example for compiler version >= 0.7.4.1
2015-10-16 08:32:59 +02:00
Andrew Backes
d65e738fc3 [csharp/eng] Partial Classes example 2015-10-15 23:26:57 -05:00
Andrew Backes
46c37fd745 [ruby/en] bitwise xor operator
Basic arithmetic bitwise xor operator example
2015-10-15 23:02:03 -05:00
Rachel Stiyer
7a864ef86b Typo fixes and refactor description of Java Map 2015-10-15 20:33:35 -07:00
Ben Harris
06253d40c5 Update r.html.markdown
Correct key used to execute a line on Windows.

closes #427
2015-10-16 12:30:08 +11:00
Ben Harris
56e8508a30 Update Julia variable names
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
2015-10-16 12:25:19 +11:00
chris@chriszimmerman.net
d8001da799 Added an alternative way to fire up a process in Elixir. 2015-10-15 20:59:18 -04:00
chris@chriszimmerman.net
0671147741 Fixed more spacing issues. 2015-10-15 20:41:22 -04:00
chris@chriszimmerman.net
6a173cb28d Fixed spacing. 2015-10-15 20:39:37 -04:00
chris@chriszimmerman.net
4e0db77a0c Added information about out parameters in C#. 2015-10-15 20:37:29 -04:00
Brett Taylor
6c14f507c2 Adds late static binding to PHP reference 2015-10-16 12:04:17 +13:00
Paulo Henrique Rodrigues Pinheiro
4829589880 Removed references to compilers other than the Rakudo. 2015-10-15 19:31:38 -03:00
Brendan Batliner
36fe7e1cce Added example of printIntArray in C 2015-10-15 16:38:42 -05:00
Brendan Batliner
2acf7822bd Update c.html.markdown
Added additional info on dynamically allocated arrays in C.
2015-10-15 16:34:53 -05:00
Tolga Beser
b78a67c9fc Mutable And Immutable Changing
Added how to switch objects between the two types with examples.
2015-10-15 14:09:36 -07:00
Anton Davydov
33aca58b8c [tmux/en] Fix typo for lsp command 2015-10-16 00:00:35 +03:00
Xander Smalbil
841dcb5f09 Updated javascript.html.markdown
Added some additional information on declaring variables.
2015-10-15 22:38:44 +02:00
Michael Neth
76b8a3a36e Added a more info link and extra explanation
Added link to json.org
Included information about using JSON text as data.
2015-10-15 15:35:13 -05:00
Michael Neth
af1465d02f Added my contributor information 2015-10-15 15:30:59 -05:00
Michael Neth
e951f409a0 Added some more information about valid JSON
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.
2015-10-15 15:30:21 -05:00
Greg Barendt
3777d8a059 Remove an extraneous space 2015-10-15 16:28:38 -04:00
Michael Neth
56d0c93fd9 Remove "drawbacks" sentence
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.
2015-10-15 15:25:26 -05:00
Michael Neth
b4a125877f Clarified some of the intro text
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".
2015-10-15 15:21:52 -05:00
ven
66bc42e31b Merge pull request #1427 from zfergus2/master
[c/en] Added a section for header files.
2015-10-15 20:51:10 +02:00
Zachary Ferguson
8417366a1b Cleaned up c file 2015-10-15 14:50:20 -04:00
Zachary Ferguson
65bb71f4bd Merge remote-tracking branch 'refs/remotes/adambard/master'
Conflicts:
	c.html.markdown
2015-10-15 14:48:59 -04:00
Zachary Ferguson
a4ea396174 Merge remote-tracking branch 'refs/remotes/origin/master-cn' 2015-10-15 14:44:14 -04:00
Levi Bostian
68953bd9d9 Merge pull request #1530 from NimitS1/patch-3
A minor typo.
2015-10-15 13:36:14 -05:00
Levi Bostian
854a6c6363 Merge pull request #1457 from GersonLazaro/fix-js
[javascript/es] corrected typo in javascript doc
2015-10-15 13:35:56 -05:00
Levi Bostian
3f39e697d7 Merge pull request #1525 from csuarez/latex-en-typos
[latex/en] Fix some typos in LaTeX article
2015-10-15 13:28:09 -05:00
Levi Bostian
733b04bdbd Merge pull request #1523 from droidenator/more-sass
More Sass documentation
2015-10-15 13:27:46 -05:00
Levi Bostian
c2b7b81fe4 Merge pull request #1514 from ankitaggarwal011/python3-input-operations-add
[python3/en] Added instructions on how to perform input operations
2015-10-15 13:03:30 -05:00
Levi Bostian
560b93d109 Merge pull request #1513 from awalGarg/patch-3
[bash/en] use $var with quotes in conditions
2015-10-15 13:02:14 -05:00