Commit Graph

3533 Commits

Author SHA1 Message Date
Aayush Ranaut
83a229e3f5 Fixes typos 2015-10-07 20:50:30 -04:00
wboka
88d1bb7c84 Update coldfusion.html.markdown
Additions to the control structures. Added more user-friendly output for .cfm file
2015-10-07 16:54:19 -04:00
Gabriel Halley
6fce99b0ee Add ghalley as ruby contributor 2015-10-07 15:40:31 -04:00
Gabriel Halley
3b0bc74c56 ruby each with index 2015-10-07 15:26:25 -04:00
Gabriel Halley
f4c13bc696 array first and last methods 2015-10-07 15:26:10 -04:00
Gabriel Halley
e3c528bb81 add modulus operator 2015-10-07 15:25:50 -04:00
Cameron Schermerhorn
18b1c0c4d6 Edit string switch addition
+ fix typos:
     line 284: fix prinln to println
     line 293: fix sustem to system
2015-10-07 08:56:29 -04:00
Cameron Schermerhorn
ec125fb6e7 Add example for switching Strings
+ Added switch structure to demonstrate how to switch Strings
+ Added name to contributor list
2015-10-07 08:53:09 -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
Levi Bostian
0af2e565df Merge pull request #1365 from volnt/patch-1
[python/fr] Fix typo in french python doc
2015-10-06 09:39:43 -05:00
Levi Bostian
ab95776a15 Merge pull request #1364 from oylenshpeegul/patch-3
Typo: "too many" rather than "to many"
2015-10-06 09:39:24 -05:00
Levi Bostian
36c2165f29 Merge pull request #1363 from oylenshpeegul/patch-2
Typo: should be advice, not advise.
2015-10-06 09:39:04 -05:00
Levi Bostian
8dbeea3653 Merge pull request #1362 from oylenshpeegul/patch-1
Typo: should be variable, not varaible
2015-10-06 09:38:43 -05:00
Levi Bostian
5433241d7a Merge pull request #1361 from dstockto/master
Comment translation for swift-pt
2015-10-06 09:38:23 -05:00
Levi Bostian
da378ae56e Merge pull request #1359 from ayush--s/gitedit
[git/en] added gitignore section plus few other things
2015-10-06 09:37:57 -05:00