summaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeLines
...
| * | | | | | | | | | | [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
| |\ \ \ \ \ \ \
| * | | | | | | | Change file name as requested by @prertikJulien M'Poy2017-11-08-0/+0
| | | | | | | | |
| * | | | | | | | Corrected french mistakesJulien M'Poy2017-10-27-20/+64
| | | | | | | | |
* | | | | | | | | Merge pull request #2992 from Neinei0k/masterPratik Karki2017-11-13-0/+18
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | / / | | |_|_|_|_|/ / | |/| | | | | | [javascript/en] Add several usefull functions to work with arrays
| * | | | | | | Comments improvedname2017-11-13-3/+4
| | | | | | | |
| * | | | | | | [javascript/en] Add several usefull functions to work with arraysname2017-10-31-0/+17
| | | | | | | |
* | | | | | | | Merge pull request #2973 from milenaduo/patch-1Pratik Karki2017-11-08-1/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | [dynamic-programming/pt-br] - Small typos
| * | | | | | | | [dynamic-programming/pt-br] - Small typosmilenaduo2017-10-27-1/+1
| | | | | | | | |
* | | | | | | | | Merge pull request #2974 from milenaduo/patch-2Pratik Karki2017-11-08-1/+1
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | [dynamic-programming/pt-br] - Small typos
| * | | | | | | | | [dynamic-programming/pt-br] - Small typosmilenaduo2017-10-27-1/+1
| |/ / / / / / / /
* | | | | | | | | Merge pull request #2988 from Retoc/masterPratik Karki2017-11-06-14/+14
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | [nix/de] fixed some typos
| * | | | | | | | | [nix/de] fixed some typosunknown2017-10-30-14/+14
| | | | | | | | | |
* | | | | | | | | | Merge pull request #2991 from meisyarahd/masterPratik Karki2017-11-06-0/+6
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | [python/en] Add data type checking examples