summaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeLines
* new boolean[] not really required when initializing.Senthil Kumaran2016-02-15-1/+1
| | | Introducing this disrupts the flow a little bit to think, if specifying `new boolean[] ` required when intializing.
* Merge pull request #2110 from firoxer/masterAdam Bard2016-02-14-0/+608
|\ | | | | [ruby/fi] Translate Ruby docs to Finnish
| * Fix file metadataOliver Vartiainen2016-01-25-1/+2
| |
| * Translate Ruby docs to FinnishOliver Vartiainen2016-01-20-0/+607
| |
* | Merge pull request #1643 from ↵Adam Bard2016-02-14-0/+4
|\ \ | | | | | | | | | | | | ankitaggarwal011/python3-ternary-operator-documentation-add [python3/en] Adding documentation on ternary operator
| * | Adding documentation on ternary operatorAnkit Aggarwal2015-10-19-0/+4
| | |
* | | Fix up asciidocAdam2016-02-14-15/+17
| | |
* | | Merge pull request #2104 from ryanmavilia/masterAdam Bard2016-02-14-0/+120
|\ \ \ | | | | | | | | [asciidoc/en-us] Start Asciidoc
| * | | Edit my website!Ryan Mavilia2016-01-26-1/+1
| | | |
| * | | Added paragraphs, lists, and formatted text.Ryan Mavilia2016-01-26-6/+60
| | | |
| * | | Rename asciidoc.markdown to asciidoc.html.markdownRyan Mavilia2016-01-17-0/+0
| | | |
| * | | Update asciidoc.markdownRyan Mavilia2016-01-17-7/+7
| | | |
| * | | Created the first asciidoc tutorialRyan Mavilia2016-01-13-0/+66
| | | |
* | | | Merge pull request #2134 from JacobCWard/patch-3ven2016-02-14-1/+1
|\ \ \ \ | | | | | | | | | | [make/en] existance -> existence
| * | | | corrected spellingJacob Ward2016-02-13-1/+1
|/ / / /
* | | | Clean up various errorsAdam2016-02-12-259/+25
| | | |
* | | | brainfuck->bfAdam2016-02-12-12/+12
| | | |
* | | | Merge pull request #2129 from JacobCWard/patch-2Geoff Liu2016-02-12-8/+8
|\ \ \ \ | | | | | | | | | | [zfs/en] Fix a few typos
| * | | | fix a few more typosJacob Ward2016-02-12-8/+8
| | | | |
| * | | | fix a typoJacob Ward2016-02-12-1/+1
|/ / / /
* | | | Merge pull request #1758 from patrikja/patch-2ven2016-02-11-9/+9
|\ \ \ \ | | | | | | | | | | Some minor fixes
| * | | | Some minor fixesPatrik Jansson2015-10-23-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I just noted that the example claiming that (add 10) is the same as (+10) was wrong. (A detail - it should be (10+) to match the argument order.) Then I just continued down making a few similar fixes and terminology updates. /Patrik PS. I've been teaching [Advanced Functional Programming](http://www.cse.chalmers.se/edu/course/afp/) (in Haskell) for a few years at Chalmers.
* | | | | Merge pull request #2127 from oscarb-se/patch-1ven2016-02-08-1/+1
|\ \ \ \ \ | | | | | | | | | | | | [java/en] Fixed statement about many classes in one file
| * | | | | Fixed statement about many classes in one fileoscarb-se2016-02-08-1/+1
|/ / / / / | | | | | | | | | | Fixed statement on line 441 to say that it is _not_ good practice to keep many classes in the same file.
* | | | | Merge pull request #2126 from rajanand/patch-1ven2016-02-05-1/+1
|\ \ \ \ \ | | | | | | | | | | | | Removed exclamation mark(!) from comment.
| * | | | | Removed !rajanand ilangovan2016-02-06-1/+1
|/ / / / /
* | | | | Merge pull request #2125 from 23Pstars/masterven2016-02-02-0/+848
|\ \ \ \ \ | | | | | | | | | | | | [php/id-id] ID translation
| * \ \ \ \ Merge remote-tracking branch 'origin/master'Ahmad Zafrullah2016-02-02-0/+0
| |\ \ \ \ \
| | * | | | | [php/id-id] updates for ID translationAhmad Zafrullah2016-02-02-121/+118
| | | | | | |
| | * | | | | [php/id-id] add ID translationAhmad Zafrullah2016-01-30-0/+851
| | | | | | |
| * | | | | | [php/id-id] updates for ID translationAhmad Zafrullah2016-02-02-121/+118
| | | | | | |
| * | | | | | [php/id-id] add ID translationAhmad Zafrullah2016-02-02-0/+851
|/ / / / / /
* | | | | | Merge pull request #2123 from AndrejPetelin/AndrejPetelin-patch-1ven2016-01-31-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | Update c++.html.markdown
| * | | | | | Update c++.html.markdownAndrejPetelin2016-01-31-1/+1
|/ / / / / / | | | | | | | | | | | | v.empty() queries if v is empty while v.clear() actually clears it (or rather sets size to 0).
* | | | | | #2119 fixupsven2016-01-28-7/+7
| | | | | |
* | | | | | Merge pull request #2119 from Jaskamalkainth/masterven2016-01-28-0/+46
|\ \ \ \ \ \ | | | | | | | | | | | | | | [C++ / en] Added Tuple.
| * | | | | | [C++/en] Tuple , UpdatedJaskamal Kainth2016-01-28-3/+2
| | | | | | |
| * | | | | | [C++/en] Tuple , updatedJaskamal Kainth2016-01-28-5/+5
| | | | | | |
| * | | | | | [C++/en] Tuples in C++Jaskamal Kainth2016-01-28-7/+6
| | | | | | |
| * | | | | | Added TupleJaskamal Kainth2016-01-28-0/+48
| | | | | | |
* | | | | | | Merge pull request #2118 from cannium/patch-1ven2016-01-28-2/+2
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | Remove junk string `450635425`
| * | | | | | Remove junk string `450635425`can2016-01-28-2/+2
|/ / / / / /
* | | | | | Merge pull request #2103 from kazu9su/translate-phpven2016-01-26-0/+777
|\ \ \ \ \ \ | | | | | | | | | | | | | | [php/ja] Translated PHP tutorial to japanese
| * | | | | | update filenameTomy2016-01-26-1/+1
| | | | | | |
| * | | | | | feedbackTomy2016-01-26-0/+1
| | | | | | |
| * | | | | | fix typoTomy2016-01-17-1/+1
| | | | | | |
| * | | | | | translate allTomy2016-01-17-57/+61
| | | | | | |
| * | | | | | translate to 487Tomy2016-01-17-31/+33
| | | | | | |
| * | | | | | translate to 328Tomy2016-01-16-41/+44
| | | | | | |
| * | | | | | translate 100 to 150 linesTomy2016-01-14-17/+18
| | | | | | |