Commit Graph

8539 Commits

Author SHA1 Message Date
Aleksei Trifonov
3406234ef1
Remove wrong comment
The second comment probably got to the actual expression by mistake. Commented expression is wrong as it should be, but the other one is fine
2020-04-05 01:12:31 +03:00
haritonch
0aa2d0b447 Add greek translation for OCaml 2020-03-27 18:54:21 +02:00
Luxor
4f1a1b6ec4
Update python-jp.html.markdown
Fix tiny typo
2020-03-24 20:44:47 +09:00
Rett Berg
d0e82c10cd add type to Point.dist and fix error 2020-03-21 11:20:23 -06:00
caminsha
06aa701d87 Fixed some typos in translation 2020-03-20 21:14:54 +01:00
caminsha
88e91516cf changed ss to ß 2020-03-20 20:59:40 +01:00
caminsha
b55cdf0fcc added example program 2020-03-20 20:59:09 +01:00
Olivier DOSSMANN
89fa0eecf1
Minor fix about "on/ont" 2020-03-15 20:36:24 +01:00
Max Schumacher
1599a765c5
Merge pull request #3885 from MonliH/patch-1
[raku/en] Added missing function call
2020-03-14 10:10:29 +01:00
Jonathan
9bf06f1484
Fixed typo in sample output 2020-03-13 21:25:57 -04:00
Jonathan
8bacbc2d2f
Update raku.html.markdown 2020-03-13 20:33:24 -04:00
Julian Montague
62252055c2 Fix typo by indicating a range with '...' 2020-03-13 08:01:57 +01:00
Kirill Malev
79561a4f43
[dart/en-en] Updated example 33
`var hasValue ??= "default Value";` 
doesn't work in dart 2.7.0
2020-03-10 19:05:38 +03:00
Kirill Malev
2cbe4b53c6
[dart/en-en] Updated example 9: made 'i' variable non-final 2020-03-10 13:50:04 +03:00
Kirill Malev
cfb3473396
Updated example 8
Updated const declaration and removed print addressing missing array.
2020-03-10 13:44:54 +03:00
caminsha
b7aea95d26 added import section 2020-03-08 20:00:57 +01:00
Dan Tong
6f9362b080
Use correct pattern matching for Elixir 2020-03-03 14:36:47 +13:00
Divay Prakash
9e975a8dcf
Merge pull request #3874 from tendermario/patch-1
[dynamic-programming/en] Fix whitespace to be consistent
2020-03-03 03:06:25 +05:30
caminsha
f49bfb8398 Added styling and textures 2020-03-02 09:46:30 +01:00
caminsha
80063a34ed Changed color definition
I have changed the color definition because
255, 255, 255 was not yellow.
2020-03-01 22:57:55 +01:00
caminsha
48c193853c Changed color value in background function
Changed it because we defined the color white as c before.
2020-03-01 22:43:30 +01:00
caminsha
3be8d1867f Added transformamtions sections to translation 2020-03-01 22:36:56 +01:00
caminsha
2cc553e15b added some new things in drawing shapes 2020-03-01 21:57:37 +01:00
Mario Viens
140e87e683
Fix whitespace to be consistent 2020-02-29 14:01:02 -08:00
caminsha
93133f9a7f Started to translate the drawing part 2020-02-29 17:51:13 +01:00
Divay Prakash
e57e59f5f3
Merge pull request #3871 from brianl9995/master
[ruby/es] Fixed a spelling mistake
2020-02-29 00:27:53 +05:30
brian
c1e04d6868 Fixed a spelling mistake 2020-02-28 10:19:01 -03:00
caminsha
d7de2446b7 removed an unnecesarry white space 2020-02-27 23:38:03 +01:00
caminsha
5d1c72515c Added short explanation about break statement 2020-02-27 23:37:43 +01:00
caminsha
0a4f6f111a added control flows 2020-02-27 23:34:03 +01:00
caminsha
1a9bbb6159 added semicolon at the end of the line 2020-02-27 23:10:20 +01:00
caminsha
99da0047a6 finished section mathematics 2020-02-27 23:08:33 +01:00
Max Schumacher
11362faa3c
Merge pull request #3862 from tomasbedrich/patch-2
[python/cs-cz] Fix bad description of floor division
2020-02-27 22:20:01 +01:00
Max Schumacher
e01d83150c
Merge pull request #3870 from rmukh/patch-3
[cmake/en] Some grammar, vocabulary improvements
2020-02-27 22:18:20 +01:00
Max Schumacher
e2e8c75854
Merge pull request #3869 from rmukh/patch-2
[asymptotic-notation/en] Some grammar, vocabulary, stylistic changes
2020-02-27 22:16:56 +01:00
Rinat M
60c213a37a
Some grammar, vocabulary improvements 2020-02-27 15:32:44 -05:00
Rinat M
390354b6f2
Some grammar, vocabulary, stylistic changes 2020-02-27 14:58:17 -05:00
Max Schumacher
9c6084c33e
Merge pull request #3865 from bitfield/patch-1
[go/en] Add Golang University playlist links
2020-02-27 13:34:18 +01:00
John Arundel
2643d9f2f0
Remove links/source mention 2020-02-27 11:50:39 +00:00
John Arundel
32f3ec1880
Update go.html.markdown
Remove link in body
2020-02-26 15:23:37 +00:00
Divay Prakash
4c76a1dafe
Merge pull request #3868 from caminsha/en/procesing/fix_math_error
[processing/en] Fixed a small math error
2020-02-26 14:15:50 +05:30
caminsha
3f32649dd8 Fixed a small math error
Before: 2 -1 = 0
After: 2 - 1 = 1
2020-02-25 22:46:04 +01:00
caminsha
20ff967de5 Started with German translation of processing 2020-02-25 22:44:53 +01:00
Max Schumacher
8f3c99bb9e
Merge pull request #3867 from caminsha/de-de/c/rephraseVariable
[c/de-de] reworded variable declaration comment
2020-02-25 20:19:41 +01:00
John Arundel
e3c1b63e55
Fix playlist link 2020-02-25 18:16:47 +00:00
caminsha
2533ae9d9e reworded variable declaration comment
I reworded the comment so that the English and the German version have the same content.
See PR #3864
2020-02-25 17:13:36 +01:00
Max Schumacher
cbda14b7e6
Merge pull request #3866 from nitinrathi/patch-1
[pascal/en] Fixed a spelling mistake
2020-02-25 15:10:24 +01:00
Nitin Rathi
80bda7a0e8
Fixed a spelling mistake 2020-02-25 19:13:42 +05:30
John Arundel
131d536f40
Add Golang University playlist links 2020-02-23 12:44:28 +00:00
Divay Prakash
64dd094021
Merge pull request #3864 from KoenigKrote/master
[C/en] Rephrase variable declaration comments
2020-02-23 12:56:41 +05:30