Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
* | | | 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 | ||||
| * | | | Fix typo in fix for #3461 | Divay Prakash | 2019-02-05 | -1/+1 | |
|/ / / | |||||
* | | | Merge pull request #3462 from divayprakash/fix-html | Divay Prakash | 2019-02-05 | -1/+2 | |
|\ \ \ | | | | | | | | | [html/tr-tr] Fix #3461 | ||||
| * | | | Fix #3461 | Divay Prakash | 2019-02-05 | -1/+2 | |
|/ / / | |||||
* | | | Merge pull request #3459 from dee-see/master | Andre Polykanine | 2019-02-03 | -1/+1 | |
|\ \ \ | | | | | | | | | [powershell/en] Fix typo in powershell page | ||||
| * | | | Fix typo in powershell page | dee-see | 2019-02-02 | -1/+1 | |
| | | | | |||||
* | | | | Merge pull request #3460 from LogtalkDotOrg/logtalk_update | Andre Polykanine | 2019-02-03 | -2/+10 | |
|\ \ \ \ | |/ / / |/| | | | [logtalk/en,it-it] Improve section on compiling and loading source files | ||||
| * | | | Improve section on compiling and loading source files | Paulo Moura | 2019-02-03 | -2/+10 | |
|/ / / | |||||
* | | | Merge pull request #3453 from LeaveNhA/master | Andre Polykanine | 2019-02-03 | -0/+489 | |
|\ \ \ | |/ / |/| | | [Clojure/tr-tr] | ||||
| * | | [clojure/tr] Fix typo | Andre Polykanine | 2019-02-03 | -1/+1 | |
| | | | |||||
| * | | Fixes: removed forgotten lines, fix contributors area. | LeaveNhA | 2019-02-01 | -5/+5 | |
| | | | |||||
| * | | Insert more examples, for different, simple perspective. | LeaveNhA | 2019-01-21 | -0/+489 | |
| | | | |||||
* | | | Merge pull request #3452 from sw-double/patch-1 | Andre Polykanine | 2019-02-01 | -0/+1 | |
|\ \ \ | | | | | | | | | [javascript/en] Fix prototype example | ||||
| * | | | Fix js prototype example | Konstantin L | 2019-01-21 | -0/+1 | |
| |/ / | | | | | | | It would also print myBoolean from prototype's prototype | ||||
* | | | Merge pull request #3451 from oxinabox/patch-2 | Andre Polykanine | 2019-02-01 | -7/+8 | |
|\ \ \ | | | | | | | | | [julia/en] tweak order of string functions / print functions | ||||
| * | | | tweak order of string functions / print functions | Lyndon White | 2019-01-20 | -7/+8 | |
| | | | | |||||
* | | | | Merge pull request #3454 from koppor/patch-2 | Andre Polykanine | 2019-01-29 | -1/+1 | |
|\ \ \ \ | | | | | | | | | | | [latex/en] Fix comment on using \ after abbreviations | ||||
| * | | | | Fix hint | Oliver Kopp | 2019-01-24 | -1/+1 | |
| | |/ / | |/| | | |||||
* | | | | Merge pull request #3455 from eltronix/patch-1 | Andre Polykanine | 2019-01-29 | -2/+2 | |
|\ \ \ \ | |/ / / |/| | | | typescript/en Fixes typo | ||||
| * | | | Fixes typo | Elton Maiyo | 2019-01-27 | -2/+2 | |
|/ / / | |||||
* | | | Merge pull request #3449 from kemtake/master | Divay Prakash | 2019-01-21 | -0/+156 | |
|\ \ \ | |/ / |/| | | [html/tr] Turkish translation for HTML doc | ||||
| * | | Merge pull request #2 from vedia/master | Kemal Mutlu | 2019-01-15 | -0/+0 | |
| |\ \ | | | | | | | | | [html/tr] HTML for Turkish language is added. | ||||
| | * | | Dosya adı değiştirildi | Nuri Akman | 2019-01-15 | -0/+0 | |
| | | | | |||||
| * | | | Merge pull request #1 from vedia/master | Kemal Mutlu | 2019-01-15 | -42/+33 | |
| |\| | | | | | | | | | | Düzeltmeler yapıldı | ||||
| | * | | Düzeltmeler yapıldı | Nuri Akman | 2019-01-15 | -42/+33 | |
| |/ / |