Commit Graph

3605 Commits

Author SHA1 Message Date
Christian Albrecht
8811b18ef8 ruby ecosystem translation to german 2015-10-16 20:19:51 +02:00
Christian Albrecht
d7e2f6e12a ruby translation in german 2015-10-16 19:09:14 +02: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
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
Paulo Henrique Rodrigues Pinheiro
4829589880 Removed references to compilers other than the Rakudo. 2015-10-15 19:31:38 -03: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
Levi Bostian
063c962254 Merge pull request #1512 from awalGarg/patch-2
[c/en] clarify common tripping point of newbies
2015-10-15 13:01:15 -05:00
Levi Bostian
c1982009c7 Merge pull request #1511 from awalGarg/patch-1
[c/en] clarify that args' names are not required in proto
2015-10-15 13:00:53 -05:00
ven
b86ea4d51d Merge pull request #1527 from gkotian/master
[d/en] Next set of improvements
2015-10-15 18:23:43 +02:00
Gautam Kotian
a77d0264c9 Make the code compilable
and add some additional comments to explain what's happening.
2015-10-15 16:55:10 +02:00
Gautam Kotian
d136abe954 Improve code comments 2015-10-15 16:55:10 +02:00
Nimit Shah
28751f2134 A minor typo.
XML is singular so the word should be carries
2015-10-15 19:37:44 +05:30
ven
adc81a0bc5 Merge pull request #1480 from eltonvs/master
Translation fixes and extra information
2015-10-15 09:09:40 +02:00
ven
51c506712e Merge pull request #1520 from scheras/master
[python3/cs] Fixed typo
2015-10-15 08:48:35 +02:00
Zachary Ferguson
27bb1a1e80 Removed separate code section
Removed the separate code section for header files
2015-10-14 21:59:42 -04:00
Elton Viana
328ceb1a94 Some extra information 2015-10-14 21:44:42 -03:00
César Suárez
2605af6248 Fix more typos 2015-10-15 00:11:05 +02:00
César Suárez
b5bd5d7ba2 Fix some typos in LaTeX article 2015-10-15 00:05:18 +02:00
Sean Corrales
7a885b86c6 Adding sections on Sass functions, import, partials, and math operations. Adding some comments regarding best practices. Adding section on compatibility. 2015-10-14 15:22:46 -05:00
ven
2315d0587d Merge pull request #1521 from mwozniczak/xml-fix
[xml/en] Superfluous spaces removed in some tags in 'XML'
2015-10-14 22:11:56 +02:00
Sean Corrales
fcc5086cfc Merge remote-tracking branch 'upstream/master' 2015-10-14 14:52:37 -05:00
Michał Woźniczak
6cdd2a9102 Superfluous spaces removed in some tags in 'XML', where no attributes were present 2015-10-14 21:31:04 +02:00
ScheRas
d2a8a7f161 Fixed typo 2015-10-14 21:11:05 +02:00
Ankit Aggarwal
a8b32c362b Added instructions for input operations in Python3 2015-10-14 21:16:18 +05:30
Awal Garg
f402205247 [bash/en] use $var with quotes in conditions 2015-10-14 21:10:28 +05:30
Awal Garg
4599cd319f [c/en] clarify common tripping point of newbies
int foo () {
  printf("bar\n");
  int x; // this is not valid in C89+
}
2015-10-14 20:44:45 +05:30
Awal Garg
223c8140a0 clarify that args' names are not required in proto
with obligatory conventional warning
2015-10-14 20:41:36 +05:30
Levi Bostian
8ec133b295 Merge pull request #1506 from rominirani/master
Added Go Mobile information
2015-10-14 09:48:13 -05:00
Levi Bostian
a779d9cfb6 Merge pull request #1471 from ankitaggarwal011/python27-input-operations-add
[python/en] Added instructions on how to perform input operations
2015-10-14 09:47:42 -05:00
Levi Bostian
b4535eaae3 Fix header to hopefully bring back ruby to the site. 2015-10-14 09:45:13 -05:00
Levi Bostian
ae4e4e81f4 Merge pull request #1504 from dillonjbyrne/patch-1
[python3/en] Cleaned up formatting and clarified output
2015-10-14 09:42:55 -05:00
Levi Bostian
50ef362a83 Merge pull request #1503 from Carreau/patch-2
Update Python 2 vs Python 3
2015-10-14 09:42:29 -05:00
Levi Bostian
cbba48ec1e Merge pull request #1500 from Alters/master
[csharp/en] Fix for a few spelling errors
2015-10-14 09:41:46 -05:00
Levi Bostian
18f90aaabe Merge pull request #1497 from mwozniczak/json-fix
[json/en] Fixed incorrect information about commas in JSON doc
2015-10-14 09:41:16 -05:00
Levi Bostian
67f60a5fba Merge pull request #1493 from evuez/patch-3
[python/en] Add resources to the "Free Online" section
2015-10-14 09:36:51 -05:00
Levi Bostian
9ad3243cd8 Merge pull request #1490 from volcov/add-git-tag-info
[git/en]add documentation about git tags
2015-10-14 09:33:53 -05:00
Romin Irani
da556f64f9 Added Go Mobile information 2015-10-14 12:03:05 +05:30
Ankit Aggarwal
e1d2f8c718 Updated the input() method usage and description 2015-10-14 10:27:25 +05:30
Dillon J Byrne
518a383de1 Cleaned up formatting and clarified output
Unified the formatting throughout the document, clarified the output of a few lines, and tried to make it easier to visually separate comments from code when reading.
2015-10-13 20:03:46 -05:00
Matthias Bussonnier
c05400477b Update Python 2 vs Python 3
Add fact that Python 2 is reaching end of life. 
And note that you can use `__future__` to add Python 2 and 3 compatible code.
2015-10-13 17:56:48 -07:00