summaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeLines
* Merge remote-tracking branch 'origin/master' into patch-1John Gabriele2018-09-10-60/+220
|\
| * Revert "[scala/en] Make return value example actually demonstrate issue" (#3213)ven2018-09-08-9/+5
| |
| * Merge pull request #2769 from cincodenada/patch-2Adam Bard2018-09-08-5/+9
| |\ | | | | | | [scala/en] Make return value example actually demonstrate issue
| | * Update more function mentions in commentsJoel Bradshaw2017-06-29-2/+2
| | |
| | * [scala/en] Make return value example actually demonstrate issueJoel Bradshaw2017-06-23-4/+8
| | | | | | | | | Previously the `return z` didn't actually have any effect on the output, since the outer function just return the anon function's result directly. Updated to make the outer function do something to demonstrate the difference. Also renamed functions to make what they're doing easier to follow, and added a couple examples of behavior w/ explanations
| * | Merge pull request #3157 from alexgrejuc/masterAdam Bard2018-09-08-7/+10
| |\ \ | | | | | | | | [haskell/en] tweaked tuple information to demonstrate wildcards and a more useful tuple function
| | * | Restore lost articlesAdam Bard2018-08-01-1/+1
| | | | | | | | | | | | I'm afraid we need these
| | * | trimmed loc over 80 charsAlex Grejuc2018-07-10-3/+3
| | | |
| | * | moved comment on sndOfTripleAlex Grejuc2018-07-10-2/+2
| | | |
| | * | added info about tuples, integrated wild card use into a function definitionAlex Grejuc2018-07-10-6/+9
| | | |
| * | | Merge pull request #3081 from thalesmello/patch-1Divay Prakash2018-09-08-8/+6
| |\ \ \ | | | | | | | | | | [pythonstatcomp/en] Improvements to syntax and comments
| | * | | Update pythonstatcomp.html.markdownThales Mello2018-03-09-1/+1
| | | | |
| | * | | Improvements to syntax and commentsThales Mello2018-03-08-8/+6
| | | | | | | | | | | | | | | | | | | | | | | | | Improve code by using context managers to handle closing of files. Also, replace the flame-war indexing comment for one with some explanations to why things are as they are.
| * | | | Merge pull request #3111 from antonalekseev/solidity-enDivay Prakash2018-09-08-2/+2
| |\ \ \ \ | | | | | | | | | | | | [solidity/en] Fix dead link to style guide, mention Emacs mode
| | * | | | Fix dead link to style guide, mention Emacs modeAnton Alekseev2018-04-10-2/+2
| | | | | |
| * | | | | Merge pull request #3109 from BenQuigley/patch-2Divay Prakash2018-09-08-2/+2
| |\ \ \ \ \ | | | | | | | | | | | | | | Removed semicolons
| | * | | | | Removed semicolonsBen Quigley2018-04-08-2/+2
| | |/ / / / | | | | | | | | | | | | No semicolons needed in Python
| * | | | | Merge pull request #3112 from smhanes15/java-en-lambdasDivay Prakash2018-09-08-0/+103
| |\ \ \ \ \ | | | | | | | | | | | | | | [Java/en] Added Lambdas section.
| | * | | | | [Java/en] Added Lambdas section.Shawn M. Hanes2018-04-11-82/+82
| | | | | | |
| | * | | | | [Java/en] Added Lambdas section.Shawn M. Hanes2018-04-11-0/+103
| | |/ / / /
| * | | | | Merge pull request #3121 from erikarvstedt/patch-2Divay Prakash2018-09-08-0/+4
| |\ \ \ \ \ | | | | | | | | | | | | | | [css/en] add selector groups
| | * | | | | css: add selector groupserikarvstedt2018-05-07-0/+4
| | |/ / / /
| * | | | | Merge pull request #3131 from BWStearns/scala_spellingDivay Prakash2018-09-08-1/+1
| |\ \ \ \ \ | | | | | | | | | | | | | | [scala/en] Correct English a/an usage
| | * | | | | Correct English a/an usageBrian Stearns2018-05-31-1/+1
| | | | | | |
| * | | | | | Merge pull request #3138 from yvan-sraka/dynamic-programming-frDivay Prakash2018-09-08-10/+6
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | [Dynamic Programming/fr-fr] Fix typos
| | * | | | | | Fix typos in French version of Dynamic Programming tutorialYvan Sraka2018-06-09-10/+6
| | | | | | | |
| * | | | | | | Merge pull request #3151 from Fake4d/patch-1Divay Prakash2018-09-08-1/+1
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | [bash/de] Update bash-de.html.markdown
| | * | | | | | | Update bash-de.html.markdownFake4d2018-07-03-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | Variable was not initialised in this stage for this loop - Removed the $
| * | | | | | | | Merge pull request #3148 from hamidra/hamid/jsDivay Prakash2018-09-08-0/+9
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | [javascript/en] add for/of loops
| | * | | | | | | | add for/of to js (change description)hra2018-07-01-1/+3
| | | | | | | | | |
| | * | | | | | | | add for/of to jshra2018-07-01-0/+7
| | | | | | | | | |
| * | | | | | | | | Merge pull request #3174 from ajrussellaudio/patch-1Divay Prakash2018-09-08-22/+10
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | [ruby-ecosystem] Update ruby-ecosystem.html.markdown
| | * | | | | | | | | Update ruby-ecosystem.html.markdownAlan Russell2018-08-02-22/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update info on major versions in common use Move info on versions above info on version managers
| * | | | | | | | | | Merge pull request #3181 from kanyuga/patch-1Divay Prakash2018-09-08-0/+5
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [lua/en] Added comment on ternary wonkiness
| | * | | | | | | | | | [lua/en] Fixed formatting and variable namesTopher2018-08-08-3/+4
| | | | | | | | | | | |
| | * | | | | | | | | | [lua/en] Added a note about the wonky ternaryTopher2018-08-08-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ternaries in lua only work if the value returned when the condition evaluates to `true` is not `false` or `Nil`.
| * | | | | | | | | | | Merge pull request #3204 from divayprakash/fix-build-issuesDivay Prakash2018-09-08-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Fix build error in SmallBASIC (es-es)
| | * | | | | | | | | | | Fix build error in 'build/docs/es-es/learnsmallbasic-es/index.html'Divay Prakash2018-08-31-1/+1
| | | | | | | | | | | | |
| * | | | | | | | | | | | Merge pull request #3210 from Rholais/patch-1Divay Prakash2018-09-08-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | [Elixir/ro] Add language label
| | * | | | | | | | | | | | Add language labelRholais Lii2018-09-05-1/+1
| |/ / / / / / / / / / / /
| * | | | | | | | | | | | Merge pull request #3207 from divayprakash/fix-yaml-errorsAdam Bard2018-09-04-5/+5
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / | |/| | | | | | | | | | | Fix YAML errors, closes #3206
| | * | | | | | | | | | | Fix YAML error (#3206)Divay Prakash2018-09-04-1/+1
| | | | | | | | | | | | |
| | * | | | | | | | | | | Add language code suffix (#3206)Divay Prakash2018-09-04-1/+1
| | | | | | | | | | | | |
| | * | | | | | | | | | | Add language code suffix (#3206)Divay Prakash2018-09-04-1/+1
| | | | | | | | | | | | |
| | * | | | | | | | | | | Add language code suffix (#3206)Divay Prakash2018-09-04-1/+1
| | | | | | | | | | | | |
| | * | | | | | | | | | | Add language code suffix (#3206)Divay Prakash2018-09-04-1/+1
| |/ / / / / / / / / / /
| * | | | | | | | | | | Merge pull request #3193 from divayprakash/fix-build-issuesAdam Bard2018-08-30-0/+1
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Fix build issues, closes #3192
| | * | | | | | | | | | | Revert "Fix build error in 'build/docs/cypher/index.html'"Divay Prakash2018-08-29-51/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit b57cca8587b0205cd9b9e898143d2dc237a817be as the issue has already been fixed upstream.
| | * | | | | | | | | | | Revert "Fix build error in 'build/docs/es-es/objective-c-es/index.html'"Divay Prakash2018-08-29-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 38ac974e604b932e1be16d8e4bd87c2f46cdae88 as the issue has already been fixed upstream.
| | * | | | | | | | | | | Fix build error in 'build/docs/cypher/index.html'Divay Prakash2018-08-29-17/+51
| | | | | | | | | | | | |