summaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeLines
* Merge pull request #2910 from ditam/python-hungarianPratik Karki2018-02-28-0/+816
|\ | | | | [python/hu] Hungarian translation of Python entry
| * add Hungarian translation of Python entryditam2017-10-15-0/+816
| |
* | Merge pull request #3036 from JoshuaRLi/masterPratik Karki2018-02-28-4/+6
|\ \ | | | | | | [c/en] Fixed and improved compiler flag recommendations
| * | Update c.html.markdown0x6a6f73682018-01-04-3/+4
| | | | | | | | | How to get information on compiler flags.
| * | Update c.html.markdown0x6a6f73682018-01-04-1/+2
| | | | | | | | | Fixed and improved compiler flag default recommendations.
* | | Merge pull request #3064 from jimmydg/prolog-enPratik Karki2018-02-28-8/+8
|\ \ \ | | | | | | | | [prolog/en] Fixed typo and changed jargon to its full name
| * | | [prolog/en] Fixed typo in expected result, changed 'deterministic' jargon to ↵Jimmy de Graaf2018-02-23-8/+8
| | | | | | | | | | | | | | | | its full name
* | | | Merge pull request #3068 from BenQuigley/patch-1Pratik Karki2018-02-28-3/+4
|\ \ \ \ | | | | | | | | | | [pythonstatcomp/en] IPython notebooks are Jupyter notebooks now
| * | | | IPython notebooks are Jupyter notebooks nowBen Quigley2018-02-27-3/+4
| |/ / / | | | | | | | | | | | | | | | | | | | | IPython still exists, but the notebooks have been spun off into their own project called Jupyter. This file change: * updates the pip install queue so that Jupyter gets installed * removes the vague "get set up with IPython" (pip will install IPython with Jupyter), and * replaced the suggestion to work in "the IPython notebook" with "a Jupyter notebook".
* | | | Merge pull request #3069 from Monpt7/masterPratik Karki2018-02-28-1/+0
|\ \ \ \ | | | | | | | | | | [crystal/en] Corrected mistake
| * | | | [crystal/en] Corrected mistakelouis2018-02-27-1/+0
| |/ / /
* | | | Merge pull request #3070 from Monpt7/fr_corrected_mistakePratik Karki2018-02-28-1/+0
|\ \ \ \ | | | | | | | | | | [crystal/fr] Corrected mistake
| * | | | [crystal/fr] Corrected mistakelouis2018-02-27-1/+0
| | | | |
* | | | | removing false statement about classes (#3039)stanislaslegendre2018-02-28-2/+0
| |/ / / |/| | |
* | | | Delete bf-it.html.markdownAdam Bard2018-02-20-88/+0
|/ / / | | | | | | Whoops! We already had a bf article.
* | | Merge pull request #3005 from alexandru-cazacu/patch-1Adam Bard2018-02-20-0/+88
|\ \ \ | | | | | | | | [bf/it] Added italian translation for brainfuck
| * | | [bf/it] Added italian translation for brainfuckAlexandru Cazacu2017-11-18-0/+88
| | | |
* | | | Merge pull request #3052 from ingydotnet/yamlAdam Bard2018-02-20-37/+44
|\ \ \ \ | | | | | | | | | | [yaml/en] Use preferred style; add missing uses
| * | | | [yaml/en] Use preferred style; add missing usesIngy döt Net2018-01-25-37/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * YAML allows literal tabs in content, but not indentation. * Two space indent always preferred. * Note: YAML dumpers always use 2 space by default. * '- ...' doesn't need extra indentation. * Note: YAML dumpers don't use extra indentation. * There was no mention of single quoted strings. They are preferred and should be used except when double quote semantics are actually required. (Best practice). * Add flow form example for sets: `{a, b, c}` * Show collapsed form of seq-in-seq: `- - - foo`.
* | | | | Merge pull request #3051 from simsieg/patch-1Adam Bard2018-02-20-1/+1
|\ \ \ \ \ | | | | | | | | | | | | [typescript/en] Fix naming of constant
| * | | | | Fix naming of constantSimon Siegert2018-01-25-1/+1
| |/ / / /
* | | | | Merge pull request #3053 from nemild/update-to-latest-solidityAdam Bard2018-02-19-100/+104
|\ \ \ \ \ | | | | | | | | | | | | [solidity/en] Initial update to latest solidity
| * | | | | Merge branch 'master' into update-to-latest-solidityNemil Dalal2018-01-26-14/+15
| |\| | | |
| * | | | | Initial update to latest solidityNemil Dalal2017-12-28-100/+104
| | |_|/ / | |/| | |
* | | | | Merge pull request #3059 from saplf/masterAdam Bard2018-02-19-17/+16
|\ \ \ \ \ | | | | | | | | | | | | [kotlin/zh-cn] More idiomatically
| * | | | | More idiomaticallywqsaplf2018-02-06-17/+16
| | |/ / / | |/| | |
* | | | | Merge pull request #3062 from iezepov/patch-3Adam Bard2018-02-19-1/+1
|\ \ \ \ \ | |/ / / / |/| | | | [go/en] Small typo
| * | | | [go/en] Small typoIlya2018-02-15-1/+1
|/ / / / | | | | | | | | Small typo in command line commad
* | | | Merge pull request #3020 from pashcovich/patch-1Pratik Karki2018-01-18-0/+3
|\ \ \ \ | | | | | | | | | | [python/ru ] Add multiplication of rows
| * | | | Update python3-ru.html.markdownIlya Sosnovsky2017-12-04-0/+3
| | |/ / | |/| | | | | | Add multiplication of rows
* | | | Merge pull request #3018 from pimgeek/patch-1Pratik Karki2018-01-18-5/+2
|\ \ \ \ | | | | | | | | | | [chinese/zh-cn] Update javascript-cn.html.markdown
| * | | | Update javascript-cn.html.markdownpimgeek2017-11-30-5/+2
| |/ / / | | | | | | | | 建议修改概要部分的文字翻译。
* | | | Merge pull request #3010 from loomnetwork/masterPratik Karki2018-01-18-0/+1
|\ \ \ \ | | | | | | | | | | [solidity/en] Add Ethfiddle to solidity docs
| * | | | add ethfiddleluke zhang2017-11-23-0/+1
| |/ / /
* | | | Merge pull request #3045 from bmusin/patch-2Pratik Karki2018-01-18-1/+1
|\ \ \ \ | | | | | | | | | | [perl6/en]: fix spelling
| * | | | [perl6/en]: fix spellingBulat Musin2018-01-18-1/+1
| | | | |
* | | | | Merge pull request #3044 from bmusin/patch-1Pratik Karki2018-01-18-1/+1
|\ \ \ \ \ | |/ / / / |/| | | | [perl6/en]: fix typo.
| * | | | fix typoBulat Musin2018-01-18-1/+1
|/ / / /
* | | | Merge pull request #3041 from Colin-Colin/patch-1Pratik Karki2018-01-17-1/+1
|\ \ \ \ | | | | | | | | | | [LaTeX/en] Small typo
| * | | | fix typoColin-Colin2018-01-13-1/+1
| | |/ / | |/| | | | | | switch 'tumbnails' to 'thumbnails'
* | | | Merge pull request #3030 from andys8/elm-tuple-accessPratik Karki2018-01-17-6/+6
|\ \ \ \ | |/ / / |/| | | [elm] Update code to access tuples
| * | | [elm] Update code to access tuplesandys82017-12-23-6/+6
|/ / /
* | | Merge pull request #3028 from apooravc/masterAdam Brenecki2017-12-18-0/+5
|\ \ \ | | | | | | | | [javascript/en] Added a resource to read
| * | | Added a resource to read for JavascriptApoorv Choubey2017-12-17-0/+5
|/ / /
* / / follow-up on #2971ven2017-12-07-2/+0
|/ /
* | Update CONTRIBUTING.markdownAdam Bard2017-11-13-0/+7
| |
* | Merge pull request #2999 from damireh/patch-1Adam Bard2017-11-13-1/+1
|\ \ | | | | | | [crystal/en] Update crystal.html.markdown
| * | Update crystal.html.markdownDaniel Amireh2017-11-13-1/+1
|/ / | | | | attr_accessor -> property
* | Merge pull request #2971 from groovytron/masterPratik Karki2017-11-13-20/+64
|\ \ | | | | | | [php/fr] Corrected some french mistakes
| * \ Merge remote-tracking branch 'upstream/master'Julien M'Poy2017-11-08-565/+5868
| |\ \