summaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeLines
* 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.
* 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
| * 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
| | |\ | |_|/ |/| |
* | | Merge pull request #839 from westurner/patch-1Levi Bostian2014-11-01-6/+39
|\ \ \ | | | | | | | | [bash/en] add bash redirection examples
| * | | [bash/en] bash.html.markdown: add bash redirection examplesWes Turner2014-11-01-6/+39
| | | |
* | | | Merge pull request #843 from brunokim/patch-1Levi Bostian2014-11-01-5/+6
|\ \ \ \ | | | | | | | | | | Remove misleading example of NA in Levels section
| * | | | Remove misleading example of NA in Levels sectionBruno Kim Medeiros Cesar2014-11-01-5/+6
| | |/ / | |/| | | | | | | | | | | | | | The levels section was using a level "NA" together with "female" and "male", which is misleading (given that NA was just introduced as a missing value). I updated it to what I believe is a better example of how NAs are interpreted. Additionally, I edited a comment about Inf that wouldn't compile. How about inserting it at the tutorial altogether?
* | | | Merge pull request #842 from wzsk/masterLevi Bostian2014-11-01-2/+1
|\ \ \ \ | |/ / / |/| | | [tmux] Correct contributors
| * | | Correct contributorsjmaud2014-10-31-2/+1
| | | | | | | | | | | | | | | | | | | | - Correct my github url/name - Remove kaernyk (converted account, now deleted)
| * | | Merge branch 'master' of github.com:adambard/learnxinyminutes-docsjmaud2014-10-31-3/+192
| |\ \ \ | |/ / / |/| | | | | | | Merge from upstream
* | | | Merge pull request #840 from westurner/patch-2Levi Bostian2014-10-30-0/+26
|\ \ \ \ | | | | | | | | | | [bash/en] add bash help, man, info, docs examples
| * | | | DOC: bash.html.markdown: add bash docs examplesWes Turner2014-10-30-0/+26
| | |/ / | |/| |
* | | | Merge pull request #836 from pallxk/masterLevi Bostian2014-10-30-2/+4
|\ \ \ \ | |/ / / |/| | | [matlab/en] Fix block comment syntax.
| * | | [matlab/en] Fix block comment syntax.xk liu2014-10-30-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The %{ and %} operators must appear alone on the lines that immediately precede and follow the block of help text. Do not include any other text on these lines. Reference: http://www.mathworks.com/help/matlab/matlab_prog/comments.html
* | | | Update self.html.markdownAdam Bard2014-10-31-1/+1
| | | |
* | | | Merge pull request #834 from russellallen/masterAdam Bard2014-10-31-0/+161
|\ \ \ \ | | | | | | | | | | Adding Self language
| * | | | Fix typosRussell Allen2014-10-29-5/+11
| | | | |
| * | | | Better use of linebreaksRussell Allen2014-10-27-7/+11
| | | | |
| * | | | Cleaner code samplesRussell Allen2014-10-27-10/+19
| | | | |
| * | | | First draft Self pageRussell Allen2014-10-27-0/+142
| | | | |
* | | | | Merge pull request #838 from m90/patch-1Adam Bard2014-10-31-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | | [javascript/en] use proper notation for decimals