summaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeLines
* Merge pull request #1382 from cwalk/goLevi Bostian2015-10-09-3/+6
|\ | | | | [go/en] Minor typos/Increased readability/Added link to official docs
| * Added suggested changesClayton Walker2015-10-08-2/+2
| |
| * Added more to further readingClayton Walker2015-10-07-0/+2
| |
| * Minor Typos, increased readabilityClayton Walker2015-10-06-3/+4
| |
* | Merge pull request #1385 from gayanhewa/masterLevi Bostian2015-10-09-1/+36
|\ \ | | | | | | [php/en] Adding error handling
| * | Update php.html.markdownGayan2015-10-07-0/+5
| | |
| * | Update php.html.markdownGayan2015-10-07-2/+2
| | |
| * | Adding exceptions and error handlingGayan2015-10-07-2/+32
| | |
* | | Merge pull request #1305 from kdelwat/masterLevi Bostian2015-10-09-0/+6
|\ \ \ | | | | | | | | [python3/en] Added examples of multiple parameters to higher order functions
| * | | Add examples of higher-order functions taking multiple argumentsCadel Watson2015-10-07-0/+6
| | |/ | |/|
* | | Merge pull request #1376 from kalebdavis/masterLevi Bostian2015-10-09-15/+15
|\ \ \ | | | | | | | | Fix indentation to make compiled JS more readable
| * | | Fix indentation to make compiled JS more readableKaleb Davis2015-10-06-15/+15
| |/ /
* | | Merge pull request #1375 from kalebdavis/patch-3Levi Bostian2015-10-09-0/+4
|\ \ \ | | | | | | | | Add examples to show how printing works
| * | | Add examples to show how printing worksKaleb Davis2015-10-06-0/+4
| |/ /
* | | Merge pull request #1374 from kalebdavis/patch-2Levi Bostian2015-10-09-0/+13
|\ \ \ | | | | | | | | Add information about mapping arrays
| * | | Add information about mapping arraysKaleb Davis2015-10-06-0/+13
| |/ /
* | | Merge pull request #1373 from kalebdavis/patch-1Levi Bostian2015-10-09-1/+7
|\ \ \ | | | | | | | | Update ruby.html.markdown
| * | | Update ruby.html.markdownKaleb Davis2015-10-06-1/+7
| |/ /
* | | Merge pull request #1372 from raphaelbn/patch-1Levi Bostian2015-10-09-0/+20
|\ \ \ | | | | | | | | [javascript/en] Added for/in loop JavaScript
| * | | Added for/in loop JavaScriptRaphael Nascimento2015-10-08-3/+3
| | | | | | | | | | | | Fixing code style
| * | | [javascript/en] Added for/in loop JavaScriptRaphael Nascimento2015-10-06-1/+14
| | | | | | | | | | | | more explanation about for/in java script.
| * | | Update javascript.html.markdownRaphael Nascimento2015-10-06-0/+7
| |/ / | | | | | | For/In loop JavaScript
* | | Merge pull request #1371 from zfergus2/masterLevi Bostian2015-10-09-78/+131
|\ \ \ | | | | | | | | [java/en] Added additional definitions and edited comments
| * | | [java/en] Fixed repitionsZachary Ferguson2015-10-08-57/+2
| | | |
| * | | Revert "[c/en] Added a section for header files."Zachary Ferguson2015-10-07-49/+1
| | | | | | | | | | | | | | | | This reverts commit e1ac6209a8d3f43e7a018d79454fb1095b3314c0.
| * | | Merge remote-tracking branch 'adambard/master'Zachary Ferguson2015-10-07-682/+747
| |\ \ \ | | | | | | | | | | | | | | | | | | | | Conflicts: java.html.markdown
| * | | | [c/en] Added a section for header files.Zachary Ferguson2015-10-07-1/+49
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added a section for header files. Included a discussion of what belongs in a header file and what does not.
| * | | | [java/en] Fixed WhitespaceZachary Ferguson2015-10-06-63/+63
| | | | | | | | | | | | | | | | | | | | Converted tabs to 4 spaces for consistency.
| * | | | [java/en] Final MethodsZachary Ferguson2015-10-06-1/+14
| | | | | | | | | | | | | | | | | | | | Explained Final Methods
| * | | | [java/en] removed excess abstract classZachary Ferguson2015-10-06-22/+0
| | | | | | | | | | | | | | | | | | | | removed excess abstract class
| * | | | [java/en] Merged definitions of abstract and added finalZachary Ferguson2015-10-06-23/+31
| | | | | | | | | | | | | | | | | | | | Merged definitions of abstract and added a definition of final classes.
| * | | | Merge remote-tracking branch 'adambard/master'Zachary Ferguson2015-10-06-1/+694
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | Merge remote-tracking branch 'adambard/master'Zachary Ferguson2015-10-06-327/+3192
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: java.html.markdown
| * | | | | [java/en] Edits and additionsZachary Ferguson2015-10-06-19/+71
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | | | Merge pull request #1403 from payet-s/fix-yaml-fr-typosven2015-10-09-44/+48
|\ \ \ \ \ \ | | | | | | | | | | | | | | [yaml/fr] Fix typos
| * | | | | | [yaml/fr] Fix typospayet-s2015-10-09-44/+48
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #1416 from AVGP/854-json-trailing-commaAdam Bard2015-10-09-2/+5
|\ \ \ \ \ \ | | | | | | | | | | | | | | Mention of trailing commas in JSON and that they should be avoided
| * | | | | | Mention of trailing commas in JSON and that they should be avoidedMartin N2015-10-09-2/+5
|/ / / / / /
* | | | | | Merge pull request #1387 from Iandenh/patch-1ven2015-10-08-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | [brainfuck/nl] Fix dutch notation for large numbers
| * | | | | | Fix dutch notation for large numbersIandenh2015-10-07-1/+1
| | | | | | | | | | | | | | | | | | | | | The Dutch notation for large numbers is with a `.` instead of a `,`
* | | | | | | Merge pull request #1393 from aayushranaut/masterven2015-10-08-5/+4
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Fixes typos and removed useless spaces
| * | | | | | | Sugar Assert fixAayush Ranaut2015-10-07-1/+1
| | | | | | | |
| * | | | | | | Fixes typosAayush Ranaut2015-10-07-23/+22
| |/ / / / / /
* | | | | | | Merge pull request #1397 from silvansky/masterven2015-10-08-0/+14
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | [swift/en] Add generics operator in Swift
| * | | | | | | Add generics operator in SwiftValentine Silvansky2015-10-08-0/+14
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #1401 from oylenshpeegul/patch-1ven2015-10-08-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Typo: "thought of" not "though of"
| * | | | | | | Typo: "thought of" not "though of"Tim Heaney2015-10-08-1/+1
| |/ / / / / /
* | | | | | | Merge pull request #1402 from oylenshpeegul/patch-2ven2015-10-08-1/+1
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | Typo: "easily" rather than "easy"
| * | | | | | Typo: "easily" rather than "easy"Tim Heaney2015-10-08-1/+1
|/ / / / / /
* | | | | | Merge pull request #1395 from ghalley/spacesAdam Bard2015-10-08-686/+686
|\ \ \ \ \ \ | |/ / / / / |/| | | | | [en] Remove unnecessary whitespace throughout the english files