Colton Kohnke
79cee63879
[matlab/en] Added simple class example to Matlab
2015-10-08 21:20:37 +02:00
Tom Samstag
4b74a7a76d
fix the output of ff example
2015-10-08 08:46:54 -07:00
Tim Heaney
c39264fd88
Typo: "easily" rather than "easy"
2015-10-08 09:00:59 -04:00
Tim Heaney
6f2d381559
Typo: "thought of" not "though of"
2015-10-08 07:14:24 -04:00
Valentine Silvansky
707c8db171
Add generics operator in Swift
2015-10-08 10:00:13 +03:00
Zachary Ferguson
7aca9100a0
[java/en] Fixed repitions
2015-10-08 00:00:37 -04:00
Zachary Ferguson
3c02fdb8e4
Revert "[c/en] Added a section for header files."
...
This reverts commit e1ac6209a8
.
2015-10-07 23:49:46 -04:00
Zachary Ferguson
bc21259249
Merge remote-tracking branch 'adambard/master'
...
Conflicts:
java.html.markdown
2015-10-07 23:46:13 -04:00
Zachary Ferguson
e1ac6209a8
[c/en] Added a section for header files.
...
Added a section for header files.
Included a discussion of what belongs in a header file and what does
not.
2015-10-07 23:45:01 -04:00
Adam Bard
abd7444f9e
Merge pull request #1395 from ghalley/spaces
...
[en] Remove unnecessary whitespace throughout the english files
2015-10-08 11:24:31 +08:00
Gabriel Halley
960ee4a185
removing whitespace all over
2015-10-07 23:11:24 -04:00
Gabriel Halley
a793d16e37
remove extra whitespace, explain NaN
2015-10-07 22:22:12 -04:00
Aayush Ranaut
087bc761d5
Sugar Assert fix
2015-10-07 21:19:50 -04:00
Aayush Ranaut
83a229e3f5
Fixes typos
2015-10-07 20:50:30 -04:00
Iandenh
07c1233705
Fix dutch notation for large numbers
...
The Dutch notation for large numbers is with a `.` instead of a `,`
2015-10-07 11:36:24 +02:00
Gayan
ddb3c9eab5
Update php.html.markdown
2015-10-07 16:01:09 +08:00
ven
5c677e8071
Merge pull request #1378 from cwalk/swift-1
...
[swift/en] Updated link to correct page
2015-10-07 09:21:27 +02:00
ven
4d8202a55b
Merge pull request #1380 from cwalk/obj-c
...
[objective-c/en] Added additional reading for both iOS and OS X for Objective-C
2015-10-07 09:20:43 +02:00
Gayan
a03b400390
Update php.html.markdown
2015-10-07 15:13:17 +08:00
Gayan
0904a24f30
Adding exceptions and error handling
2015-10-07 15:12:31 +08:00
ven
d6f45adb94
fix contributors, #13699
2015-10-07 08:35:54 +02:00
Cadel Watson
777423dcc5
Add examples of higher-order functions taking multiple arguments
2015-10-07 17:01:28 +11:00
Clayton Walker
56ec0882a4
Added more to further reading
2015-10-07 00:07:00 -04:00
Clayton Walker
6a2fe434b8
Minor Typos, increased readability
2015-10-06 23:56:55 -04:00
Clayton Walker
ad16a31c07
Added clearer description of Optionals and Unwrapping. Minor typo changes as well.
2015-10-06 23:36:32 -04:00
Clayton Walker
f53f50aad1
Added additional reading for both iOS and OS X for Objective-C from Apple Developer site. Added contribution line.
2015-10-06 23:06:21 -04:00
Clayton Walker
5dac348b72
Forgot to add myself as a contributor from swift-1 pull request.
2015-10-06 23:00:11 -04:00
Raphael Nascimento
f1711ddd4c
[javascript/en] Added for/in loop JavaScript
...
more explanation about for/in java script.
2015-10-06 23:44:30 -03:00
Clayton Walker
d540d1c67b
Original link directs to page that can't be found. Changed to represent new location of the Apple Developer tutorial on swift.
2015-10-06 22:25:38 -04:00
Kaleb Davis
7afadb0181
Fix indentation to make compiled JS more readable
2015-10-06 21:31:07 -04:00
Kaleb Davis
f30200b31c
Add examples to show how printing works
2015-10-06 21:22:09 -04:00
Kaleb Davis
d73584cc9a
Add information about mapping arrays
2015-10-06 21:06:44 -04:00
Kaleb Davis
f165e721ce
Update ruby.html.markdown
2015-10-06 20:55:51 -04:00
Raphael Nascimento
fe52573118
Update javascript.html.markdown
...
For/In loop JavaScript
2015-10-06 20:51:47 -03:00
Zachary Ferguson
cea7db46eb
[java/en] Fixed Whitespace
...
Converted tabs to 4 spaces for consistency.
2015-10-06 19:09:13 -04:00
Zachary Ferguson
420e04a590
[java/en] Final Methods
...
Explained Final Methods
2015-10-06 19:07:24 -04:00
Zachary Ferguson
01685afb84
[java/en] removed excess abstract class
...
removed excess abstract class
2015-10-06 18:31:11 -04:00
Zachary Ferguson
93d7d801d8
[java/en] Merged definitions of abstract and added final
...
Merged definitions of abstract and added a definition of final classes.
2015-10-06 18:28:57 -04:00
Zachary Ferguson
da10a0bf06
Merge remote-tracking branch 'adambard/master'
2015-10-06 18:27:48 -04:00
ven
6ac7368b3b
Merge pull request #1370 from dreamtocode/patch-2
...
Update c++.html.markdown
2015-10-07 00:21:12 +02:00
Zachary Ferguson
c4f93c0b0e
Merge remote-tracking branch 'adambard/master'
...
Conflicts:
java.html.markdown
2015-10-06 18:19:20 -04:00
ven
b4428b190e
Merge pull request #1369 from pboutin/master
...
[PHP - fr] Added the french translation for the PHP guide
2015-10-07 00:17:37 +02:00
Zachary Ferguson
29cbff1768
[java/en] Edits and additions
...
Included an example of printf
Discussed final variable
initialization
Gave a floating point division example
Discussed boolean
operators
Defined the abstract and final class and compared them.
Added
some clarifying remarks to comments.
2015-10-06 18:16:33 -04:00
George Gognadze
9d64b532f8
Update c++.html.markdown
...
spelling error
2015-10-07 01:27:12 +04:00
pboutin
7ffea42953
fixed grammar errors following the comments of vendethiel
2015-10-06 17:18:10 -04:00
ven
55c80f2552
Merge pull request #1368 from Ribeiro/master
...
Added The Elvis Operator to Groovy docs - Issue #1181
2015-10-06 22:07:57 +02:00
Geovanny Ribeiro
35ba352668
Update groovy.html.markdown
2015-10-06 16:49:21 -03:00
Pascal Boutin
08ba654955
Quick review for the fr-fr php page
2015-10-06 15:11:34 -04:00
Ribeiro
d810a71b76
Added The Elvis Operator to Groovy docs
2015-10-06 15:09:29 -03:00
ven
a8621d1aad
Merge pull request #1367 from theist/patch-1
...
[ruby-ecosystem/en] Ruby 1.9.x is also retired
2015-10-06 18:32:29 +02:00