summaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeLines
...
| * | | Reverse an arrayChashmeet Singh2015-10-05-0/+4
| |/ /
* | | Merge pull request #1347 from bomberstudios/patch-1Levi Bostian2015-10-05-55/+53
|\ \ \ | | | | | | | | Fixed some typos
| * | | Fixed some typosAle Muñoz2015-10-05-55/+53
| | | |
* | | | Merge pull request #1337 from jig08/masterLevi Bostian2015-10-05-0/+955
|\ \ \ \ | | | | | | | | | | [smalltalk/en] Addition of an article for Smalltalk
| * | | | Update smalltalk.html.markdownJigyasa Grover2015-10-04-2/+4
| | | | |
| * | | | Update smalltalk.html.markdownJigyasa Grover2015-10-04-2/+3
| | | | |
| * | | | Update smalltalk.html.markdownJigyasa Grover2015-10-04-126/+128
| | | | |
| * | | | Update smalltalk.html.markdownJigyasa Grover2015-10-04-3/+3
| | | | |
| * | | | Update smalltalk.html.markdownJigyasa Grover2015-10-04-2/+0
| | | | |
| * | | | Update smalltalk.html.markdownJigyasa Grover2015-10-04-35/+28
| | | | |
| * | | | Delete smalltalk.html.markdown~Jigyasa Grover2015-10-04-959/+0
| | | | |
| * | | | Delete .RhistoryJigyasa Grover2015-10-04-0/+0
| | | | |
| * | | | Adding smalltalk tutjig082015-10-04-0/+1918
| | |_|/ | |/| |
* | | | Merge pull request #1293 from ian-bertolacci/masterLevi Bostian2015-10-05-101/+101
|\ \ \ \ | | | | | | | | | | [chapel] Updated info for release 1.12.0
| * \ \ \ Merge branch 'master' of github.com:adambard/learnxinyminutes-docsIan Bertolacci2015-10-04-113/+1972
| |\ \ \ \ | | | |/ / | | |/| | | | | | | Fixed down merge-conflict.
| * | | | Updated info for Chapel 1.12.0Ian Bertolacci2015-10-02-98/+98
| | | | |
| * | | | Merge branch 'master' of github.com:adambard/learnxinyminutes-docsIan Bertolacci2015-10-02-974/+5733
| |\ \ \ \
| * | | | | Update to ChapelIan Bertolacci2015-08-17-2/+2
| | | | | | | | | | | | | | | | | | A reader/writer sync example was missing a "Reader: " notem
* | | | | | Merge pull request #1306 from zfergus2/masterLevi Bostian2015-10-05-3/+47
|\ \ \ \ \ \ | | | | | | | | | | | | | | [python3/en] edits and additions
| * | | | | | Fixed whitespacesZachary Ferguson2015-10-04-6/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed the spacing to conform with standards.
| * | | | | | 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
| | | | | | | |