Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
* | | Merge pull request #3488 from Likeyn/update-tools-category | Adam Bard | 2019-03-12 | -14/+30 | |
|\ \ | | | | | | | [Global] Update tools category | ||||
| * | | Add infos about the "category" header in CONTRIBUTING.md | Pierre-François Clement | 2019-03-08 | -0/+2 | |
| | | | |||||
| * | | Move "tcsh" articles to the "tool" category | Pierre-François Clement | 2019-03-08 | -1/+2 | |
| | | | |||||
| * | | Move "make" articles to the "tool" category | Pierre-François Clement | 2019-03-08 | -5/+10 | |
| | | | |||||
| * | | Move "cmake" articles to the "tool" category | Pierre-François Clement | 2019-03-08 | -2/+4 | |
| | | | |||||
| * | | Move "awk" articles to the "tool" category | Pierre-François Clement | 2019-03-08 | -5/+10 | |
| | | | |||||
| * | | Move pythonstatcomp-es to the "tool" category + fix typo in name | Pierre-François Clement | 2019-03-08 | -1/+2 | |
| | | | |||||
* | | | Merge pull request #3489 from Lugimax/patch-1 | Andre Polykanine | 2019-03-11 | -1/+1 | |
|\ \ \ | |/ / |/| | | [c++/en] Typo in c++ | ||||
| * | | [en] Typo in c++ | Max | 2019-03-10 | -1/+1 | |
|/ / | |||||
* | | [awk/fr] add awk-fr.html.markdown (#3482) | GannonTdW | 2019-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 #3479 | Divay Prakash | 2019-02-28 | -1/+1 | |
| | | | | | | Change `http` to `https`. | ||||
* | | Fixes #3486 | Divay Prakash | 2019-02-26 | -1/+1 | |
| | | |||||
* | | Merge pull request #3475 from ameybhavsar24/master | Divay Prakash | 2019-02-24 | -1/+56 | |
|\ \ | | | | | | | [p5.js/en] Added new library p5.js docs and some edits in html docs | ||||
| * | | Update p5.html.markdown | Divay Prakash | 2019-02-24 | -1/+0 | |
| | | | |||||
| * | | Update p5.html.markdown | Amey Bhavsar | 2019-02-17 | -0/+1 | |
| | | | |||||
| * | | initial documentation of very basic start | Amey Bhavsar | 2019-02-15 | -0/+54 | |
| | | | |||||
| * | | Create p5.html.markdown | Amey Bhavsar | 2019-02-15 | -0/+1 | |
| | | | |||||
| * | | Update html.html.markdown | Amey Bhavsar | 2019-02-15 | -1/+1 | |
| | | | |||||
* | | | Merge pull request #3477 from whitemuu/master | Divay Prakash | 2019-02-24 | -0/+5 | |
|\ \ \ | | | | | | | | | [lambda-calculus/en] markdown syntax issue | ||||
| * | | | markdown syntax issue | nichijou | 2019-02-17 | -0/+5 | |
| | | | | |||||
* | | | | Merge pull request #3480 from uvtc/patch-2 | Divay Prakash | 2019-02-24 | -234/+171 | |
|\ \ \ \ | | | | | | | | | | | [Haxe/en] whitespace and uniformity cleanups | ||||
| * | | | | noticed a few more | John Gabriele | 2019-02-20 | -32/+29 | |
| | | | | | |||||
| * | | | | HashLink, not Hashlink | John Gabriele | 2019-02-20 | -2/+2 | |
| | | | | | |||||
| * | | | | whitespace and uniformity cleanups | John Gabriele | 2019-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-1 | Andre Polykanine | 2019-02-20 | -0/+7 | |
|\ \ \ \ | |/ / / |/| | | | [julia/en] Add note about integer overflow | ||||
| * | | | Add note about integer overflow | Thibaut Lienart | 2019-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 Prakash | 2019-02-17 | -1/+1 | |
|\ \ \ | | | | | | | | | [lambda-calculus] propose correction for ADD | ||||
| * | | | propose correction for ADD | Nick Henderson | 2018-11-21 | -1/+1 | |
| | | | | | | | | | | | | I think it should be: `ADD = λab.(a S)b` | ||||
* | | | | [python/py3] Updating set info (#3473) | Streppel | 2019-02-16 | -1/+2 | |
| | | | | | | | | | | | | Updating set info to be more descriptive and informative | ||||
* | | | | Merge pull request #3474 from zlotnleo/patch-1 | Divay Prakash | 2019-02-16 | -11/+13 | |
|\ \ \ \ | | | | | | | | | | | [crystal/en] Add new Int128 and UInt128 types | ||||
| * | | | | Add new Int128 and UInt128 types | zlotnleo | 2019-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-3 | Divay Prakash | 2019-02-16 | -1/+1 | |
|\ \ \ \ | |/ / / |/| | | | [M (MUMPS)/en] One-liner | ||||
| * | | | [M (MUMPS)/en] One-liner | Firestorm2k7 | 2019-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/master | Andre Polykanine | 2019-02-13 | -0/+253 | |
|\ \ \ | | | | | | | | | [Pascal/pt-br] Translating Pascal guide to Brazilian Portuguese | ||||
| * | | | Fixed frontmatter | Andre Polykanine | 2019-02-13 | -4/+6 | |
| | | | | |||||
| * | | | Minor changes on line breaking for Pascal in pt-br | Raul Gomes Pimentel de Almeida | 2019-02-11 | -27/+57 | |
| | | | | |||||
| * | | | Finished the Pascal text for Brazilian Portuguese. | Raul Gomes Pimentel de Almeida | 2019-02-11 | -79/+92 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Added some extra details about loops and if/else blocks (modified pascal-pt.html.markdown) | ||||
| * | | | Translated the Pascal text to Brazilian Portuguese | Raul Gomes Pimentel de Almeida | 2019-02-11 | -0/+208 | |
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | (created pascal-pt.html.markdown) TO DO/Observations: -Change capitalization of native words -Change some variable names (to more portuguese-appropriate alternatives) -Introduction is still in English | ||||
* | | | Update clojure-tr.html.markdown | Adam Bard | 2019-02-10 | -0/+1 | |
| | | | |||||
* | | | Merge pull request #3466 from emilioTe/master | Andre Polykanine | 2019-02-09 | -1/+1 | |
|\ \ \ | | | | | | | | | [pascal/en] Fixed missing escape character | ||||
| * | | | Fixed missing escape character | Emilio Testa | 2019-02-07 | -1/+1 | |
| | | | | |||||
* | | | | Merge pull request #3465 from ahegazy/master | Andre Polykanine | 2019-02-09 | -0/+1019 | |
|\ \ \ \ | | | | | | | | | | | [python3/ar] Learn python 3 in Y minutes Arabic translation | ||||
| * | | | | Learn python 3 in Y minutes Arabic translation | Ahmad Hegazy | 2019-02-08 | -1/+1 | |
| | | | | | |||||
| * | | | | Learn python 3 in Y minutes Arabic translation | Ahmad Hegazy | 2019-02-08 | -0/+1019 | |
| |/ / / | |||||
* | | | | Merge pull request #3464 from twigleg2/patch-1 | Andre Polykanine | 2019-02-09 | -2/+2 | |
|\ \ \ \ | | | | | | | | | | | [python3/en] Update integer division | ||||
| * | | | | Update python3.html.markdown | Gaven Finch | 2019-02-05 | -2/+2 | |
| |/ / / | |||||
* | | | | Merge pull request #3458 from sanindya-iiitd/patch-1 | Andre Polykanine | 2019-02-09 | -18/+18 | |
|\ \ \ \ | |/ / / |/| | | | [python/all] Type correction for the output of math.sqrt() | ||||
| * | | | Type correction for the output of math.sqrt() propagated across versions and ↵ | Anindya Srivastava | 2019-02-06 | -17/+17 | |
| | | | | | | | | | | | | | | | | languages | ||||
| * | | | Type correction for the output of math.sqrt() | Anindya Srivastava | 2019-02-01 | -1/+1 | |
| | | | | | | | | | | | | Both in Python 2.7.10 and Python 3.6.5, math.sqrt() returns a float and not int. It seems like a tiny thing but sometimes may lead up to bigger confusions. For example: https://stackoverflow.com/questions/54474037/why-are-the-following-codes-giving-me-different-output-square-root-big-numbers/54475501#54475501 | ||||
* | | | | Merge pull request #3463 from divayprakash/fix-html | Divay Prakash | 2019-02-05 | -1/+1 | |
|\ \ \ \ | | | | | | | | | | | Fix typo in fix for #3461 |