summaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeLines
* Merge pull request #1322 from dstockto/javascript-grammarLevi Bostian2015-10-04-1/+1
|\ | | | | Correct usage of "it's" in javascript doc
| * Correct usage of "it's" in javascript docDavid Stockton2015-10-03-1/+1
| |
* | Merge pull request #1300 from dhwanishah/javaPageChangeLevi Bostian2015-10-04-3/+23
|\ \ | | | | | | Added how to declare and initialize variables for single and multiple instances
| * | unneeded change fixedDhwani Shah2015-10-02-2/+2
| | |
| * | Added section on how to declare and initialize both single varible and ↵Dhwani Shah2015-10-02-5/+23
| | | | | | | | | | | | multiple varibles with the same value. Important concept for large structured programs. Seperated this a little bit.
| * | Update java.html.markdownDhwani Shah2015-10-02-12/+68
| | |
| * | Update java.html.markdownDhwani Shah2015-10-02-90/+14
| | |
| * | Added section on how to declare and initialize both single varible and ↵Dhwani Shah2015-10-02-2/+22
| | | | | | | | | | | | multiple varibles with the same value. Important concept for large structured programs. Seperated this a little bit.
| * | Added example of when string concatenation can also be helpful with ↵Dhwani Shah2015-10-02-0/+2
| | | | | | | | | | | | combination of strings with html tags as this is important to understand when templating say output code from a database transaction.
* | | Merge pull request #1296 from edm00se/patch-1Levi Bostian2015-10-04-1/+1
|\ \ \ | | | | | | | | markdown example: fixed missing ! to create an actual comment
| * | | fixed missing ! to create an actual commentEric McCormick2015-10-02-1/+1
| |/ / | | | | | | ... which was causing everything subsequently to be rendered as code block, as the triple back tick (which should be inside a comment) wasn't being escaped as part of a comment
* | | Merge pull request #1292 from micheleorselli/more-php-operatorsLevi Bostian2015-10-04-0/+20
|\ \ \ | | | | | | | | [PHP] Adds some new php operators
| * | | adds some new php operatorsMichele Orselli2015-10-02-0/+20
| | | |
* | | | Merge pull request #1290 from ksami/masterLevi Bostian2015-10-04-7/+7
|\ \ \ \ | | | | | | | | | | [bash/en] Improved descriptions
| * | | | [bash/en] Improved descriptionsksami2015-10-02-7/+7
| |/ / /
* | | | Fix #1289ven2015-10-04-0/+1
| | | |
* | | | Merge pull request #1334 from bk2dcradle/masterven2015-10-04-0/+68
|\ \ \ \ | | | | | | | | | | [java/en] Added abstract classes in java
| * | | | Modified as said to by a Collaboratorbk2dcradle2015-10-05-3/+3
| | | | |
| * | | | Added abstract classesbk2dcradle2015-10-04-0/+68
| | | | |
* | | | | Merge pull request #1342 from guntbert/iss1333-other-languagesven2015-10-04-5/+9
|\ \ \ \ \ | | | | | | | | | | | | [csharp/de,fr,tr,cn] Put demonstrative condition into ternary expression
| * | | | | Put demonstrative condition into ternary expressionGuntbert Reiter2015-10-04-5/+9
|/ / / / / | | | | | | | | | | | | | | | | | | | | It should be made clear that the part before the ternary operator is indeed a condition, most often created as some comparison expression.
* | | | | Merge pull request #1335 from davelima/masterven2015-10-04-3/+320
|\ \ \ \ \ | | | | | | | | | | | | [hack/en] Fixed some typos and added pt-br translation
| * | | | | Including '-pt' suffix on filenameDavid Lima2015-10-04-1/+1
| | | | | |
| * | | | | [hack/pt-br] Fixed some typosDavid Lima2015-10-04-2/+2
| | | | | |
| * | | | | [hack/pt-br] Add pt-br translationDavid Lima2015-10-04-0/+316
| | | | | |
| * | | | | [hack/en] Fixed some typosDavid Lima2015-10-04-3/+4
| | |_|/ / | |/| | |
* | | | | Merge pull request #1329 from thePsguy/patch-2ven2015-10-04-1/+3
|\ \ \ \ \ | | | | | | | | | | | | {c}Variable size array, user size input added.
| * | | | | replaced scanf with fscanf.Pushkar Sharma2015-10-05-1/+1
| | | | | |
| * | | | | Variable size array, user size input added. #1170Pushkar Sharma2015-10-04-1/+3
| | |_|_|/ | |/| | | | | | | | | | | | | Fixed Issue #1170 Variable size array, user size input added.
* | | | | Merge pull request #1341 from willianjusten/masterven2015-10-04-23/+22
|\ \ \ \ \ | | | | | | | | | | | | Fixing some typos
| * | | | | Fixing some typoswillianjusten2015-10-04-23/+22
| | | | | |
* | | | | | Merge pull request #1336 from thePsguy/patch-3ven2015-10-04-1/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | {common-lisp}Issue #1157 comment for '-p'
| * | | | | | fixed the comment formatPushkar Sharma2015-10-05-1/+1
| | | | | | |
| * | | | | | Issue #1157Pushkar Sharma2015-10-04-1/+2
| | |/ / / / | |/| | | | | | | | | | Comment explaining '-p', in line 178.
* | | | | | Merge pull request #1328 from thePsguy/patch-1ven2015-10-04-0/+6
|\ \ \ \ \ \ | | | | | | | | | | | | | | {C++}Clarified fooRef address.
| * | | | | | GrammarPushkar Sharma2015-10-05-2/+2
| | | | | | | | | | | | | | | | | | | | | the address
| * | | | | | Fixed a mistake from previous commit.Pushkar Sharma2015-10-05-2/+2
| | | | | | | | | | | | | | | | | | | | | Better explained reference address.
| * | | | | | Update c++.html.markdownPushkar Sharma2015-10-04-0/+6
| |/ / / / / | | | | | | | | | | | | Regarding issue #1216, Better explaining the Reference 'fooRef'.
* | | | | | Merge pull request #1340 from ozgurshn/masterven2015-10-04-5/+2
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | swift-tr.html.markdown
| * | | | | swift-tr.html.markdownozgur sahin2015-10-04-5/+3
| | | | | | | | | | | | | | | | | | | | | | | | Translated some English sentences.
* | | | | | Merge pull request #1320 from Carreau/patch-1ven2015-10-04-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | Update French Python 2 with link to English Python 3.
| * | | | | | typoMatthias Bussonnier2015-10-03-1/+1
| | | | | | |
| * | | | | | Update Python-fr.html.markdown Matthias Bussonnier2015-10-03-1/+1
| | |/ / / / | |/| | | | | | | | | | Add Link to Python3 English article.
* | | | | | Merge pull request #1321 from willianjusten/masterven2015-10-04-0/+548
|\ \ \ \ \ \ | | | | | | | | | | | | | | Added pt-br translation to Javascript
| * | | | | | Sync pt with original jswillianjusten2015-10-03-3/+0
| | | | | | |
| * | | | | | Merge remote-tracking branch 'upstream/master'willianjusten2015-10-03-59/+301
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/master: Add section on eunit in erlang doc Add clarification on bind / match with = op in erlang. Fixes #1139 Removed random "r" Add to contributors Misc. typos and formatting More explanation on virtual destructors Clarify character literals Fixing typo in julia-es.html.markdown [xml/id] Translated JSON to Indonesian (json-id) [xml/id] Translated XML to Indonesian (xml-id) Aligned the comment block [javascript] Fix for issue 1248 Fixed some grammatical issues/typos Typos fixed in julia-es.html.markdown [c++/pt-br] Fix translate on editing object as parameters Update c++.html.markdown Add lang: to header of Python3 cs-cz file. All class constants can be accessed statically Add `kbd` tag Fixed the description of attributes and elements.
| * | | | | | [javascript pt-br] : Leitura Adicionalwillianjusten2015-10-03-21/+22
| | | | | | |
| * | | | | | [javascript pt-br] : 5. More about Objects; Constructors and Prototypeswillianjusten2015-10-03-65/+69
| | | | | | |
| * | | | | | [javascript pt-br] : Funções, Escopos e Closureswillianjusten2015-10-02-37/+42
| | | | | | |
| * | | | | | [javascript pt-br] : 3. Lógica e Estruturas de Controlewillianjusten2015-10-02-20/+22
| | | | | | |