summaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeLines
* Merge pull request #3494 from haritonch/patch-1Divay Prakash2019-03-21-0/+3
|\ | | | | [SML/en] Added a comment to better demonstrate custom datatypes
| * Added a comment to better demonstrate custom datatypes.Chariton Charitonidis2019-03-15-0/+3
| | | | | | It is not obvious for a beginner (like me) to declare a new value of the temp datatype which can be either C (celsius) or F (fahrenheit). I think it would be better to demonstrate the declaration of such a datatype.
* | Merge pull request #3498 from leliamesteban/patch-1Divay Prakash2019-03-21-3/+3
|\ \ | | | | | | [elisp/en] t evaluates to itself, so it doesn't need to be quoted
| * | t evaluates to t, so it doesn't need to be quotedLiam Esteban Prince2019-03-18-3/+3
|/ / | | | | https://www.gnu.org/software/emacs/manual/html_node/elisp/nil-and-t.html
* | Merge pull request #3497 from brianberns/patch-1Divay Prakash2019-03-18-1/+1
|\ \ | | | | | | Fix #3487
| * | Update lambda-calculus.html.markdownBrian Berns2019-03-17-1/+1
|/ /
* | Merge pull request #3495 from caminsha/patch-1Divay Prakash2019-03-16-1/+1
|\ \ | | | | | | [yaml/de-de] edited translation
| * | Übersetzung angepasstcaminsha2019-03-15-1/+1
| |/
* | Merge pull request #3492 from satory-ra/patch-2Divay Prakash2019-03-16-0/+284
|\ \ | |/ |/| Create Russian translation of VB tutorial
| * Аmended as requestedsatory-ra2019-03-14-2/+0
| |
| * Create Russian translation of VB tutorialsatory-ra2019-03-14-0/+286
| |
* | Remove unused fieldsAdam Bard2019-03-14-2/+0
| |
* | Merge pull request #3491 from satory-ra/patch-1Divay Prakash2019-03-14-1/+1
|\ \ | |/ |/| Typo
| * Typosatory-ra2019-03-13-1/+1
|/
* Merge pull request #3488 from Likeyn/update-tools-categoryAdam Bard2019-03-12-14/+30
|\ | | | | [Global] Update tools category
| * Add infos about the "category" header in CONTRIBUTING.mdPierre-François Clement2019-03-08-0/+2
| |
| * Move "tcsh" articles to the "tool" categoryPierre-François Clement2019-03-08-1/+2
| |
| * Move "make" articles to the "tool" categoryPierre-François Clement2019-03-08-5/+10
| |
| * Move "cmake" articles to the "tool" categoryPierre-François Clement2019-03-08-2/+4
| |
| * Move "awk" articles to the "tool" categoryPierre-François Clement2019-03-08-5/+10
| |
| * Move pythonstatcomp-es to the "tool" category + fix typo in namePierre-François Clement2019-03-08-1/+2
| |
* | Merge pull request #3489 from Lugimax/patch-1Andre Polykanine2019-03-11-1/+1
|\ \ | |/ |/| [c++/en] Typo in c++
| * [en] Typo in c++Max2019-03-10-1/+1
|/
* [awk/fr] add awk-fr.html.markdown (#3482)GannonTdW2019-03-02-0/+376
| | | | | | | | | | | | | | * add awk-fr.html.markdown * correction of an oversight * it's done * vendethiel review (1/2) * vendethiel review (2/2) * vendethiel review (3)
* Fix #3479Divay Prakash2019-02-28-1/+1
| | | Change `http` to `https`.
* Fixes #3486Divay Prakash2019-02-26-1/+1
|
* Merge pull request #3475 from ameybhavsar24/masterDivay Prakash2019-02-24-1/+56
|\ | | | | [p5.js/en] Added new library p5.js docs and some edits in html docs
| * Update p5.html.markdownDivay Prakash2019-02-24-1/+0
| |
| * Update p5.html.markdownAmey Bhavsar2019-02-17-0/+1
| |
| * initial documentation of very basic startAmey Bhavsar2019-02-15-0/+54
| |
| * Create p5.html.markdownAmey Bhavsar2019-02-15-0/+1
| |
| * Update html.html.markdownAmey Bhavsar2019-02-15-1/+1
| |
* | Merge pull request #3477 from whitemuu/masterDivay Prakash2019-02-24-0/+5
|\ \ | | | | | | [lambda-calculus/en] markdown syntax issue
| * | markdown syntax issuenichijou2019-02-17-0/+5
| | |
* | | Merge pull request #3480 from uvtc/patch-2Divay Prakash2019-02-24-234/+171
|\ \ \ | | | | | | | | [Haxe/en] whitespace and uniformity cleanups
| * | | noticed a few moreJohn Gabriele2019-02-20-32/+29
| | | |
| * | | HashLink, not HashlinkJohn Gabriele2019-02-20-2/+2
| | | |
| * | | whitespace and uniformity cleanupsJohn Gabriele2019-02-20-208/+148
|/ / / | | | | | | The file looked too messy with many less-than-4-line comments block-commented. Also made some uniformity formatting cleanups (such as numbers of blank lines). Maybe most importantly, shortened or reformatted long lines that were breaking in the final html page making things look too messy as well.
* | | Merge pull request #3478 from tlienart/patch-1Andre Polykanine2019-02-20-0/+7
|\ \ \ | |/ / |/| | [julia/en] Add note about integer overflow
| * | Add note about integer overflowThibaut Lienart2019-02-18-0/+7
|/ / | | | | Something that may trip users coming from a Python background as per https://discourse.julialang.org/t/julia-messes-up-integer-exponents/20773
* | [lambda-calculus] propose correction for ADD (#3407)Divay Prakash2019-02-17-1/+1
|\ \ | | | | | | [lambda-calculus] propose correction for ADD
| * | propose correction for ADDNick Henderson2018-11-21-1/+1
| | | | | | | | | I think it should be: `ADD = λab.(a S)b`
* | | [python/py3] Updating set info (#3473)Streppel2019-02-16-1/+2
| | | | | | | | | Updating set info to be more descriptive and informative
* | | Merge pull request #3474 from zlotnleo/patch-1Divay Prakash2019-02-16-11/+13
|\ \ \ | | | | | | | | [crystal/en] Add new Int128 and UInt128 types
| * | | Add new Int128 and UInt128 typeszlotnleo2019-02-13-11/+13
| | |/ | |/| | | | | | | https://crystal-lang.org/api/0.27.2/UInt128.html https://crystal-lang.org/api/0.27.2/Int128.html
* | | Merge pull request #3472 from Firestorm2k7/patch-3Divay Prakash2019-02-16-1/+1
|\ \ \ | |/ / |/| | [M (MUMPS)/en] One-liner
| * | [M (MUMPS)/en] One-linerFirestorm2k72019-02-13-1/+1
|/ / | | | | | | | | ^cars("Tesla",1,"Name") was defined in line 119 s ^cars("Tesla",1,"Name")="Model 3"
* | Merge pull request #3468 from almeidaraul/masterAndre Polykanine2019-02-13-0/+253
|\ \ | | | | | | [Pascal/pt-br] Translating Pascal guide to Brazilian Portuguese
| * | Fixed frontmatterAndre Polykanine2019-02-13-4/+6
| | |
| * | Minor changes on line breaking for Pascal in pt-brRaul Gomes Pimentel de Almeida2019-02-11-27/+57
| | |