Commit Graph

7254 Commits

Author SHA1 Message Date
shaltaev
cedb7eca42 [ru-ru] SQL full translate 2019-02-21 22:18:12 +04:00
Andre Polykanine
67ffd4172c
Merge pull request #3478 from tlienart/patch-1
[julia/en] Add note about integer overflow
2019-02-20 01:27:51 +02:00
Thibaut Lienart
18c010ecd9
Add note about integer overflow
Something that may trip users coming from a Python background as per https://discourse.julialang.org/t/julia-messes-up-integer-exponents/20773
2019-02-18 12:25:23 +11:00
Divay Prakash
1980272c4f
[lambda-calculus] propose correction for ADD (#3407)
[lambda-calculus] propose correction for ADD
2019-02-17 02:35:34 +05:30
Streppel
cbcb987c53 [python/py3] Updating set info (#3473)
Updating set info to be more descriptive and informative
2019-02-16 23:37:14 +05:30
Divay Prakash
884d2707d2
Merge pull request #3474 from zlotnleo/patch-1
[crystal/en] Add new Int128 and UInt128 types
2019-02-16 20:13:02 +05:30
Divay Prakash
47e2268a2a
Merge pull request #3472 from Firestorm2k7/patch-3
[M (MUMPS)/en] One-liner
2019-02-16 20:03:15 +05:30
zlotnleo
520ce46ab5
Add new Int128 and UInt128 types
https://crystal-lang.org/api/0.27.2/UInt128.html
https://crystal-lang.org/api/0.27.2/Int128.html
2019-02-13 10:46:45 +00:00
Firestorm2k7
11033094d8
[M (MUMPS)/en] One-liner
^cars("Tesla",1,"Name") 
was defined in line 119
s ^cars("Tesla",1,"Name")="Model 3"
2019-02-13 11:06:16 +01:00
Andre Polykanine
f3c25c4501
Merge pull request #3468 from almeidaraul/master
[Pascal/pt-br] Translating Pascal guide to Brazilian Portuguese
2019-02-13 02:16:49 +02:00
Andre Polykanine
14357102aa
Fixed frontmatter 2019-02-13 02:14:08 +02:00
Raul Gomes Pimentel de Almeida
a689a8c7db Minor changes on line breaking for Pascal in pt-br 2019-02-11 19:58:20 -02:00
Raul Gomes Pimentel de Almeida
d5529d632f Finished the Pascal text for Brazilian Portuguese.
Added some extra details about loops and if/else blocks

(modified pascal-pt.html.markdown)
2019-02-11 19:32:24 -02:00
Raul Gomes Pimentel de Almeida
722dc2d63f Translated the Pascal text to Brazilian Portuguese
(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
2019-02-11 14:31:33 -02:00
Adam Bard
8da73ee40b
Update clojure-tr.html.markdown 2019-02-10 15:56:03 -08:00
Andre Polykanine
4602f2be9d
Merge pull request #3466 from emilioTe/master
[pascal/en] Fixed missing escape character
2019-02-09 02:04:57 +02:00
Andre Polykanine
7c23122786
Merge pull request #3465 from ahegazy/master
[python3/ar] Learn python 3 in Y minutes Arabic translation
2019-02-09 01:55:16 +02:00
Andre Polykanine
eeeda088e9
Merge pull request #3464 from twigleg2/patch-1
[python3/en] Update integer division
2019-02-09 01:50:51 +02:00
Andre Polykanine
895a0ed413
Merge pull request #3458 from sanindya-iiitd/patch-1
[python/all] Type correction for the output of math.sqrt()
2019-02-09 01:41:44 +02:00
Emilio Testa
50b534d2a5 Fixed missing escape character 2019-02-07 19:27:55 -05:00
Ahmad Hegazy
e8191ae86f
Learn python 3 in Y minutes Arabic translation 2019-02-08 01:43:07 +02:00
Ahmad Hegazy
0debc5077f
Learn python 3 in Y minutes Arabic translation 2019-02-08 01:39:21 +02:00
Anindya Srivastava
9b5b5f6d31 Type correction for the output of math.sqrt() propagated across versions and languages 2019-02-06 07:31:34 +05:30
Gaven Finch
08bd255df5
Update python3.html.markdown 2019-02-05 12:43:07 -07:00
Divay Prakash
4eb2baaf0c
Merge pull request #3463 from divayprakash/fix-html
Fix typo in fix for #3461
2019-02-05 09:30:30 +05:30
Divay Prakash
5a587d9f6c Fix typo in fix for #3461 2019-02-05 09:28:48 +05:30
Divay Prakash
5f4d045e0f
Merge pull request #3462 from divayprakash/fix-html
[html/tr-tr] Fix #3461
2019-02-05 09:24:38 +05:30
Divay Prakash
efea8f8598 Fix #3461 2019-02-05 09:20:44 +05:30
Andre Polykanine
6c7c14a9f9
Merge pull request #3459 from dee-see/master
[powershell/en] Fix typo in powershell page
2019-02-03 20:06:21 +02:00
Andre Polykanine
4315785846
Merge pull request #3460 from LogtalkDotOrg/logtalk_update
[logtalk/en,it-it] Improve section on compiling and loading source files
2019-02-03 20:02:57 +02:00
Paulo Moura
c0d134c2d9 Improve section on compiling and loading source files 2019-02-03 17:23:31 +00:00
dee-see
8847563b08 Fix typo in powershell page 2019-02-02 20:41:28 -05:00
Andre Polykanine
96a44abb1d
Merge pull request #3453 from LeaveNhA/master
[Clojure/tr-tr]
2019-02-03 03:36:15 +02:00
Andre Polykanine
6d415fbece
[clojure/tr] Fix typo 2019-02-03 03:34:27 +02:00
Anindya Srivastava
fa9f9fd563
Type correction for the output of math.sqrt()
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
2019-02-01 21:55:22 +05:30
LeaveNhA
4ca94611fb Fixes: removed forgotten lines, fix contributors area. 2019-02-01 10:33:52 +03:00
Andre Polykanine
63abe3316c
Merge pull request #3452 from sw-double/patch-1
[javascript/en] Fix prototype example
2019-02-01 01:43:59 +02:00
Andre Polykanine
a1d30f2717
Merge pull request #3451 from oxinabox/patch-2
[julia/en] tweak order of string functions / print functions
2019-02-01 01:40:57 +02:00
Andre Polykanine
cc02eceaea
Merge pull request #3454 from koppor/patch-2
[latex/en] Fix comment on using \ after abbreviations
2019-01-29 01:59:15 +02:00
Andre Polykanine
1db0e50dd7
Merge pull request #3455 from eltronix/patch-1
typescript/en Fixes typo
2019-01-29 01:45:30 +02:00
Elton Maiyo
217e32442c
Fixes typo 2019-01-27 18:06:34 +03:00
Oliver Kopp
ebdb857734
Fix hint 2019-01-24 21:23:32 +01:00
LeaveNhA
69c9cf3a66 Insert more examples, for different, simple perspective. 2019-01-21 17:40:29 +03:00
Konstantin L
2570367605
Fix js prototype example
It would also print myBoolean from prototype's prototype
2019-01-21 16:04:23 +03:00
Divay Prakash
de80ef8605
Merge pull request #3449 from kemtake/master
[html/tr] Turkish translation for HTML doc
2019-01-21 15:02:45 +05:30
Lyndon White
acc52c21e1
tweak order of string functions / print functions 2019-01-20 23:21:48 +00:00
Kemal Mutlu
8b83eaa473
Merge pull request #2 from vedia/master
[html/tr] HTML for Turkish language is added.
2019-01-15 19:33:04 +03:00
Nuri Akman
29f2f5a531 Dosya adı değiştirildi 2019-01-15 17:04:31 +03:00
Kemal Mutlu
01f8fab302
Merge pull request #1 from vedia/master
Düzeltmeler yapıldı
2019-01-15 16:38:38 +03:00
Nuri Akman
9e22bbdf1a Düzeltmeler yapıldı 2019-01-15 16:35:38 +03:00