Marcel Ribeiro Dantas
f981bf279f
Merge pull request #4420 from Fraasi/mongodb-typofix
...
[mongodb/en] fix couple of typos
2022-07-05 15:41:26 +02:00
Fraasi
2ae0442277
fix couple of typos
2022-07-05 16:06:22 +03:00
Marcel Ribeiro Dantas
f6f2aaafda
Merge pull request #4070 from Ahmunna/patch-1
...
[R/en] Update r.html.markdown
2022-06-27 00:30:18 +02:00
Marcel Ribeiro Dantas
5d133e8478
Merge branch 'master' into patch-1
2022-06-27 00:28:16 +02:00
Marcel Ribeiro Dantas
8f28c8021b
Merge pull request #4342 from Crystal-RainSlide/patch-1
...
[R/en] Format R code
2022-06-27 00:25:19 +02:00
Marcel Ribeiro Dantas
6162ab53ee
Merge branch 'master' into patch-1
2022-06-27 00:24:44 +02:00
Marcel Ribeiro Dantas
38a37135cd
Merge pull request #4364 from mribeirodantas/patch-1
...
[r/pt-br] Translate R Markdown
2022-06-27 00:16:55 +02:00
Marcel Ribeiro Dantas
0622c02ef4
Merge pull request #4372 from mribeirodantas/patch-2
...
[r/en] Update content according to R 4.0.0
2022-06-27 00:16:09 +02:00
Alexey Berezuev
e617660ad5
Fix some typos of russian translations
2022-06-20 10:35:21 +03:00
Tanay Parikh
247dc6e86c
Python Update open
File Open mode
...
Per https://docs.python.org/3.7/library/functions.html#open , the `+` is for `open a disk file for updating (reading and writing)`. Per the example, if we're looking to just read/write, the `+` isn't necessary.
2022-06-19 11:33:07 -07:00
Benjamin Porter
82fc4e830e
fix typo: pacing -> placing
2022-06-17 13:56:04 -06:00
Jack Kuan
0801451fd7
Final touch.
2022-06-05 18:48:08 -04:00
Marcel Ribeiro Dantas
2b1cfc6ab6
Apply suggestions from code review
...
This commit includes suggestions originally proposed by @halian-vilela
Co-authored-by: Halian Vilela <halian@verlindo.com>
2022-06-04 19:57:32 +02:00
Jack Kuan
0ef85542ef
Introduce function definition, and add more examples.
2022-06-04 02:56:47 -04:00
Jack Kuan
2257d6bae2
Fix typo and talk about updating and deleting.
2022-06-03 01:00:10 -04:00
Jack Kuan
ee7c1918b4
Reformat long lines.
2022-06-02 01:02:03 -04:00
Jack Kuan
f9b949fbf8
Add parts missing due to copy&paste.
2022-06-02 00:54:50 -04:00
Jack Kuan
52cc58a5ed
[jq/en] Add jq.
2022-06-02 00:26:23 -04:00
norwid
095e771a2a
vim/de remove duplicated line
...
The line duplicated was the English pattern already translated
into German.
2022-05-27 15:49:40 +02:00
Norwid Behrnd
c43348a7f6
[latex/en] add tex.stackexchange as resource
2022-05-25 22:08:07 +02:00
Norwid Behrnd
0576f1e9b7
[latex/en] add learnlatex.org as resource
2022-05-25 22:06:01 +02:00
agbohub
667174e0ca
Delete repeated word "one" in §Intro
2022-04-20 18:12:47 +08:00
Maou-Shimazu
ba98061fc0
Adding markdown file for V
2022-04-18 17:37:23 -06:00
tobycm
0b4d87af61
Add a missing comma
...
In json/vi-vn
2022-04-10 19:03:47 -07:00
Ishan Madhusanka
b05a7b07a8
[solidity/en] fix minor typos
2022-04-09 09:07:27 +05:30
Marcel Ribeiro Dantas
c4c53cc95e
Fix warning about stringsAsFactors
...
In R 4.0.0, stringsAsFactors default value changed from TRUE to FALSE. This commit fixes the warning message in the current file to make this clear for readers.
This commit also updates the list of contributors for this file.
2022-04-09 00:21:01 +02:00
Marcel Ribeiro Dantas
fbdc0115e9
Update return of class(mat) according to R 4.0.0
...
A matrix is the special case of a two-dimensional ‘array’. Since R 4.0.0, ‘inherits(m, "array")’ is true for a ‘matrix’ ‘m’, which makes class(mat) return "matrix" "array", not only "matrix" as before.
2022-04-09 00:14:18 +02:00
MapleinCode
835d077573
[python/zh-cn]Complete Translation ( #4351 )
...
Co-authored-by: 谭九鼎 <109224573@qq.com>
2022-04-08 20:06:22 +08:00
Mikhail Krylatykh
c76b8f690a
Update ru-ru/html-ru.html.markdown
...
Co-authored-by: Andre Polykanine <ap@oire.me>
2022-04-08 11:18:05 +03:00
Mikhail Krylatykh
e50b23f751
Update ru-ru/html-ru.html.markdown
...
Co-authored-by: Andre Polykanine <ap@oire.me>
2022-04-08 11:16:06 +03:00
Mikhail Krylatykh
7403163113
Make some russian spellcheck
2022-04-07 16:58:24 +03:00
Marcel Ribeiro Dantas
54ce5e4774
[r/pt-br] Translate R Markdown
...
Translation of the markdown file of R to Brazilian Portuguese and update of the header with some information regarding the translator.
2022-04-04 02:02:42 +02:00
Jovino Guerrero Toledo
e06ea4b82f
[sql/pt-br] adding sql for pt-br language
2022-04-03 01:31:40 -03:00
dannyloxavier
19feebccf7
foo bar translation
...
Forgot to traslate this part
2022-03-28 14:18:45 -03:00
dannyloxavier
0f6e59d349
Some fixes
...
- Updated to latest EN version (with respective translation)
- Fixed some pt-BR typos
- Fixed indentations to be equal to the original EN version
2022-03-28 12:25:28 -03:00
Dyn
3a425f8cf3
[sql/zh-cn]:Update filename for consistency ( #4348 )
2022-03-19 16:16:00 +08:00
OnlyDev
d9416193ba
Fixed typo in word "Возвращаемая" ( #4322 )
2022-03-15 23:50:45 +01:00
Marat Amerov
819cb6b275
[javascript/ru] s/функционал/функциональность ( #4336 )
2022-03-15 23:48:38 +01:00
Marat Amerov
8215ee614d
[kotlin/ru] s/функционал/функциональность ( #4337 )
2022-03-15 23:47:18 +01:00
Marat Amerov
7b265947e9
[lua/ru] s/функционал/функциональность ( #4338 )
2022-03-15 23:46:05 +01:00
Marat Amerov
6efd95e6db
[swift/ru] s/функционал/функциональность ( #4339 )
2022-03-15 23:44:58 +01:00
Marat Amerov
32c8adcccb
[objective-c/ru] s/функционал/функциональность ( #4340 )
2022-03-15 23:43:39 +01:00
Crystal-RainSlide
2313888888
[R/en] Format R code
2022-03-08 16:56:31 +08:00
Adam Chalkley
a53abc23e2
[go/en] Fix link to Golang University 301 playlist ( #4317 )
...
Co-authored-by: Adam Chalkley <atc0005@users.noreply.github.com>
2022-03-04 11:29:48 +08:00
Brian Holbrook
d208b72f6a
[mips/*] Fix branching example ( #4315 )
2022-03-03 15:44:38 +08:00
lzw-723
414ac29188
[raylib/zh-cn] Completed translation ( #4325 )
2022-02-20 22:17:15 +08:00
Mi. Lia
7c401735bc
[ocaml/el-gr] A minor but important fix regarding syntax coloring ( #4319 )
2022-02-20 22:15:33 +08:00
谭九鼎
ad760a7adf
[ocaml/el-gr] fix lang heading
2022-02-20 22:12:22 +08:00
zacryol
6a600f7120
[GDScript/en] add example of iterating over an int with for
2022-02-14 08:58:43 -07:00
zacryol
fd8d3b8960
[GDScript/en] Fix usage of its
...
"it's" is a contraction of "it is"
"its" is the possessive
2022-02-14 08:53:11 -07:00