summaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeLines
...
| * | | | | | Changed [python3/en]Zachary Ferguson2015-10-02-3/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Compared is and ==. Noted that tuples of length 1 require an ending comma. Discussed that keys of dictionaries have to be immutable. Added that elements of a set have to be immutable. Included an explanation of returning multiple values with tuple assignments. Added some clarifying remarks to comments.
* | | | | | | Merge pull request #1343 from VeerpalB/VeerpalB-patch-1Adam Bard2015-10-05-0/+12
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | [python3/en]Add step parameter to range function
| * | | | | | | Add step parameter to range functionVeerpalB2015-10-04-0/+12
| | |_|_|_|/ / | |/| | | | | | | | | | | | A description of the step parameter of the range function is added. An example of its use in a for loop is also given.
* | | | | | | Merge pull request #1344 from connorshea/masterAdam Bard2015-10-05-1/+5
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | [css/en] Added some Further Reading Links for CSS
| * | | | | | Added some Further Reading Links for CSSconnorshea2015-10-04-1/+5
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | And changed CanIUse to “Can I Use…”
* | | | | | Merge pull request #1349 from chashmeetsingh/patch-1ven2015-10-05-0/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Update ruby-ru.html.markdown
| * | | | | Update ruby-ru.html.markdownChashmeet Singh2015-10-05-0/+1
|/ / / / /
* | | | | 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.