summaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeLines
* Merge pull request #3180 from robertofd1995/patch-1Adam Bard2018-08-23-0/+3
|\ | | | | Python3 Clarification about sets
| * Clarification about setsRoberto Fernandez Diaz2018-08-07-0/+3
| | | | | | I indicate that a set doesn't contain duplicate elements and add a little example
* | Merge pull request #3183 from janniks/patch-1Adam Bard2018-08-23-126/+120
|\ \ | | | | | | [ruby/en] Update ruby/en and unify styles
| * | Update ruby.html.markdownJannik2018-08-10-126/+120
| |/ | | | | | | | | - Remove special characters - Unify style and grammar - Fix typos, etc.
* | Merge pull request #3186 from Hugo1380/Hugo1380-Fix-JQueryAdam Bard2018-08-23-1/+1
|\ \ | | | | | | [JQuery/FR] Fix(mardown layout): Missing one caracter
| * | Fix(mardown layout): Missing one caracterDevHugo2018-08-14-1/+1
| |/ | | | | Just a Markdown fix for the layout that broke the display on the website.
* | Merge pull request #2983 from ogroleg/masterAdam Bard2018-08-23-0/+818
|\ \ | | | | | | [python/ua] Add Ukrainian translation
| * | [python/ua] Add Ukrainian translationOleg Gromyak2017-10-29-0/+818
| | |
* | | Merge pull request #3189 from visr/julia1Adam Bard2018-08-23-295/+292
|\ \ \ | | | | | | | | [julia/en] update to run on julia 1.0
| * \ \ Merge branch 'master' into julia1Adam Bard2018-08-22-5/+6
| |\ \ \
| * | | | wrap lines longer than 80Martijn Visser2018-08-15-4/+7
| | | | |
| * | | | one more quick run over the codeMartijn Visser2018-08-15-58/+51
| | | | |
| * | | | more comment spacingMartijn Visser2018-08-14-106/+106
| | | | |
| * | | | no need for creditMartijn Visser2018-08-14-1/+0
| | | | |
| * | | | fix julia 0.7 deprecation warningsMartijn Visser2018-08-14-31/+32
| | | | |
| * | | | remove some trailing spacesMartijn Visser2018-08-14-4/+4
| | | | |
| * | | | replace tabs with 4 spacesMartijn Visser2018-08-14-60/+60
| | | | |
| * | | | double space before commentsMartijn Visser2018-08-14-51/+51
| | | | | | | | | | | | | | | | | | | | not part of official style guide, but i think it more clearly separates code and comment
| * | | | autoformat with VS codeMartijn Visser2018-08-14-70/+70
| | | | | | | | | | | | | | | | | | | | mostly just spaces between arguments
| * | | | julia update version numberMartijn Visser2018-08-14-5/+6
| | |_|/ | |/| |
* | | | Merge pull request #3187 from divayprakash/fix-build-issuesAdam Bard2018-08-23-36/+36
|\ \ \ \ | | | | | | | | | | Fix build errors, closes #2753
| * | | | Fix build error in 'build/docs/cypher/index.html'Divay Prakash2018-08-15-17/+17
| | | | |
| * | | | Fix build error in 'build/docs/id-id/markdown/index.html'Divay Prakash2018-08-15-1/+1
| | | | |
| * | | | Fix build error in 'build/docs/fi-fi/markdown-fi/index.html'Divay Prakash2018-08-15-1/+1
| | | | |
| * | | | Fix build error in 'build/docs/es-es/markdown-es/index.html'Divay Prakash2018-08-15-1/+1
| | | | |
| * | | | Fix build error in 'build/docs/es-es/objective-c-es/index.html'Divay Prakash2018-08-15-1/+1
| | | | |
| * | | | Fix build error in 'build/docs/es-es/visualbasic-es/index.html'Divay Prakash2018-08-15-1/+1
| | | | |
| * | | | Fix build error in 'build/docs/tr-tr/markdown-tr/index.html'Divay Prakash2018-08-15-1/+1
| | | | |
| * | | | Fix build error in 'build/docs/markdown/index.html'Divay Prakash2018-08-15-1/+1
| | | | |
| * | | | Fix build error in 'build/docs/it-it/markdown/index.html'Divay Prakash2018-08-15-1/+1
| | | | |
| * | | | Fix build error in 'build/docs/ru-ru/markdown-ru/index.html'Divay Prakash2018-08-15-1/+1
| | | | |
| * | | | Fix build error in 'build/docs/common-lisp/index.html'Divay Prakash2018-08-15-1/+1
| | | | |
| * | | | Fix build error in 'build/docs/cs-cz/markdown/index.html'Divay Prakash2018-08-15-1/+1
| | | | |
| * | | | Fix build error in 'build/docs/zh-cn/visualbasic-cn/index.html'Divay Prakash2018-08-15-1/+1
| | | | |
| * | | | Fix build error in 'build/docs/visualbasic/index.html'Divay Prakash2018-08-15-1/+1
| | | | |
| * | | | Fix build error in 'build/docs/nl-nl/markdown-nl/index.html'Divay Prakash2018-08-15-1/+1
| | | | |
| * | | | Fix build error in 'build/docs/ko-kr/markdown-kr/index.html'Divay Prakash2018-08-15-1/+1
| | | | |
| * | | | Fix build error in 'build/docs/toml/index.html'Divay Prakash2018-08-15-1/+1
| | | | |
| * | | | Fix build error in 'build/docs/pt-br/visualbasic-pt/index.html'Divay Prakash2018-08-15-1/+1
| | | | |
| * | | | Fix build error in 'error build/docs/pt-br/common-lisp-pt/index.html'Divay Prakash2018-08-15-1/+1
| | | | |
| * | | | Fix build error in 'build/docs/pt-br/markdown-pt/index.html'Divay Prakash2018-08-15-1/+1
| |/ / /
* | | | Merge pull request #3191 from muxueqz/masterAdam Bard2018-08-23-1/+1
|\ \ \ \ | | | | | | | | | | Update c-cn.html.markdown
| * | | | Update c-cn.html.markdownmuxueqz2018-08-23-1/+1
| | |/ / | |/| |
* | | | Merge pull request #3182 from Spiderpig86/masterAdam Bard2018-08-23-0/+366
|\ \ \ \ | |/ / / |/| | | [MIPS/en] pull request
| * | | Merge branch 'master' of github.com:Spiderpig86/learnxinyminutes-docsSpiderpig862018-08-12-1/+1
| |\ \ \
| | * | | chore(mips.html.markdown): Fixed missing hash for commentStanley Lim2018-08-10-1/+1
| | | | |
| * | | | chore(mips.html.markdown): Added missing colonSpiderpig862018-08-12-2/+3
| |/ / /
| * | | chore(mips.html.markdown): Fixed line wrappingSpiderpig862018-08-09-1/+2
| | | |
| * | | feat(mips.html.markdown): Added example for using include statementsSpiderpig862018-08-09-0/+4
| | | |
| * | | feat(mips.html.markdown): Added entry about arraysSpiderpig862018-08-08-0/+27
| | | |