summaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeLines
* Merge pull request #844 from m90/masterAdam Bard2014-11-12-20/+98
|\ | | | | [javascript/de] update german javascript tutorial to match english version
| * casing fixm902014-11-01-1/+1
| |
| * add mostlym902014-11-01-1/+1
| |
| * update javascript-de according to english master and fix some typosm902014-11-01-18/+96
| |
* | Merge pull request #857 from geoffliu/masterAdam Bard2014-11-12-171/+212
|\ \ | | | | | | [Scala/en] Reorganize the Scala tutorial
| * | Use the right comment style for Scala... oopsGeoff Liu2014-11-12-27/+27
| | |
| * | Merge branch 'master' of github.com:geoffliu/learnxinyminutes-docsGeoff Liu2014-11-11-0/+0
| |\ \
| | * \ MergeGeoff Liu2014-11-11-24/+45
| | |\ \ | |_|/ / |/| | |
| * | | MergeGeoff Liu2014-11-11-25/+46
| |\ \ \ | |/ / / |/| / / | |/ /
* | | Merge pull request #853 from levibostian/ruby-exceptionven2014-11-11-0/+14
|\ \ \ | | | | | | | | Add Ruby exceptions.
| * | | Add colon to introduce the exception handling sectionLevi Bostian2014-11-11-1/+1
| | | |
| * | | Add Ruby exceptions.Levi Bostian2014-11-10-0/+14
| | | |
* | | | Merge pull request #856 from jackhooper/masterLevi Bostian2014-11-11-5/+5
|\ \ \ \ | | | | | | | | | | More apostrophe fixes
| * | | | Apostrophe fixes as per Python 2 tutorialJack Hooper2014-11-12-3/+3
| | | | |
| * | | | More apostrophe fixesJack Hooper2014-11-12-2/+2
| | | | | | | | | | | | | | | I hate to be that guy, but... I found a couple more.
* | | | | Merge pull request #855 from jackhooper/masterven2014-11-11-2/+2
|\| | | | | |/ / / |/| | | Got rid of misplaced apostrophe & updated note on Python 3 tutorial.
| * | | Updated note regarding Python 3 tutorial.Jack Hooper2014-11-12-1/+1
| | | |
| * | | There's no apostrophe in 90sJack Hooper2014-11-12-1/+1
|/ / / | | | | | | Apostrophes are for indicating an abbreviation or for denoting possession. '90s' is merely a plural. It is an abbreviation of 1990s, so technically it ought to be '90s, but for all intents and purposes this is optional.
* | | Merge pull request #852 from MContagious/masterven2014-11-10-1/+1
|\ \ \ | | | | | | | | Update perl6.html.markdown
| * | | Update perl6.html.markdownKishore Relangi2014-11-10-1/+1
|/ / / | | | | | | It is actually generating fibonacci series
* | | Merge pull request #850 from PeterMortensen/masterLevi Bostian2014-11-09-11/+11
|\ \ \ | | | | | | | | Update README.markdown
| * | | Update README.markdownPeter Mortensen2014-11-09-11/+11
|/ / / | | | | | | Copy edited (e.g. ref. <https://en.wiktionary.org/wiki/English#Adjective>, <http://en.wikipedia.org/wiki/Vim_%28text_editor%29>, <http://en.wikipedia.org/wiki/UTF-8>, http://en.wikipedia.org/wiki/Python_%28programming_language%29, <http://en.wikipedia.org/wiki/Uniform_Resource_Locator>, and <https://en.wiktionary.org/wiki/Esperanto#English>).
* | | Merge pull request #848 from biobonnie/masterven2014-11-07-4/+11
|\ \ \ | | | | | | | | Added a few clarifying lines to Scala.
| * | | Remove an extraneous space.Bonnie2014-11-06-1/+1
| | | |
| * | | Added a few clarifying lines to Scala so that the examples can be run as ↵Bonnie Barrilleaux2014-11-05-4/+11
| | | | | | | | | | | | | | | | given. Removed a duplicate example.
* | | | Update python3-cn.html.markdownAdam Bard2014-11-06-1/+2
| | | |
* | | | Merge pull request #818 from geoffliu/masterAdam Bard2014-11-06-0/+628
|\ \ \ \ | |/ / / |/| | | [Python3/zh-cn] First section of the Python 3 doc for simplified Chinese
| | * | Minor consistency editGeoff Liu2014-11-10-2/+3
| | | |
| | * | Minor fixGeoff Liu2014-11-10-1/+1
| | | |
| | * | Clean up of section 1Geoff Liu2014-11-10-30/+43
| | | |
| | * | A huge re-organization of the Scala fileGeoff Liu2014-11-10-165/+193
| |/ /
| * | Merge remote-tracking branch 'upstream/master'Geoff Liu2014-11-05-4/+516
| |\ \ | |/ / |/| |
* | | Fixed russion java situationAdam2014-11-05-521/+14
| | |
* | | Update java-ru.html.markdownAdam Bard2014-11-05-4/+3
| | |
* | | Merge pull request #847 from gaykov/masterAndre Polykanine A.K.A. Menelion Elensúlë2014-11-05-0/+1014
|\ \ \ | | | | | | | | [Java] Added Russian translation.
| * | | Done.Sergey2014-11-04-22/+23
| | | |
| * | | Description & typo.Sergey2014-11-04-3/+4
| | | |
| * | | Some fixes.Sergey2014-11-03-0/+506
| | | |
| * | | Little fixes.Sergey2014-11-03-18/+20
| | | |
| * | | [Java] Added Russian translation.Sergey2014-11-03-0/+504
| | | |
* | | | Merge pull request #845 from westurner/patch-3Levi Bostian2014-11-02-1/+1
|\ \ \ \ | | | | | | | | | | [c/en] Typo: integral -> integer
| * | | | [c/en] Typo: integral -> integerWes Turner2014-11-02-1/+1
| | | | |
* | | | | Merge pull request #841 from gaykov/masterLevi Bostian2014-11-02-3/+9
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / / [Java] Added description of LinkedList, Map & HashMap.
| * | | [Java] Maps description little fix.Sergey2014-11-01-1/+1
| | | |
| * | | Added description of LinkedList, Map & HashMap.Sergey2014-10-31-3/+9
| | |/ | |/|
| | * Missed a few linesGeoff Liu2014-11-05-5/+5
| | |
| | * Done with Chinese, mostlyGeoff Liu2014-11-05-18/+15
| | |
| | * Only one section left!Geoff Liu2014-11-05-19/+16
| | |
| | * Functions sectionGeoff Liu2014-11-04-17/+12
| | |
| | * Merge remote-tracking branch 'upstream/master'Geoff Liu2014-11-02-84/+2293
| | |\ | |_|/ |/| |