Commit Graph

8564 Commits

Author SHA1 Message Date
Mathias Schmitt
e14e04ec41 [rust/uk] fix ukrainian translation. 2022-07-06 23:12:30 +02:00
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
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
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
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
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
谭九鼎
2f05725cc0
[Docker/zh-cn] Init translation (#3926) 2022-01-22 20:20:16 +08:00
Adam Bard
6e35b0e9be
Merge pull request #4291 from Chemaclass/master
[phel/en] Add phel.html
2022-01-21 16:34:34 -08:00
Chemaclass
30928d0a69 Use newlisp instead of phel for md coloring 2022-01-21 17:15:28 +01:00
225559
c42db51e7c
Add Lua community links (#4069) 2022-01-04 01:22:40 +08:00
Maximilian Sonnenburg
e0f5bcf36a
[rust/en] Function pointer type added (#4107)
* Function pointer type added

* String slice details added.

* String slice view explanation.
2022-01-04 01:16:59 +08:00
chkas
3cbcd37434
Update easylang.html.markdown (#4288) 2022-01-04 01:12:22 +08:00
Michael Chen
6467d88012
[bash/en] More details about pipe and redirection (#4119)
* Update bash.html.markdown

* More details about pipe and redirection
2022-01-04 01:02:22 +08:00
Michael Chen
5f118e3f61
[bash/en] Add info on background commands with & (#4120)
* Add info on background commands with &

* Update bash.html.markdown
2022-01-04 01:00:53 +08:00
Michael Chen
3b2974ba31
Clarify that "sort" doesn't modify the file (#4121) 2022-01-04 01:00:05 +08:00
Lilian Besson
335fa5ca53
[scala/english] typo in creation of a new object (#4080) 2022-01-04 00:54:56 +08:00
krotera
6a0b4aee87
[c/en] clarity, errata, and grammar in array section (#4102)
* [c/en] clarity, errata, and grammar in array section

- [x] I solemnly swear that this is all original content of which I am the original author
- [x] Pull request title is prepended with `[language/lang-code]` (example `[python/fr-fr]` or `[java/en]`)
- [x] Pull request touches only one file (or a set of logically related files with similar changes made)
- [x] Content changes are aimed at *intermediate to experienced programmers* (this is a poor format for explaining fundamental programming concepts)
- [x] If you've changed any part of the YAML Frontmatter, make sure it is formatted according to [CONTRIBUTING.md](https://github.com/adambard/learnxinyminutes-docs/blob/master/CONTRIBUTING.markdown)
  - [x] Yes, I have double-checked quotes and field names!

* Overlooked type uniformity

* Improve 80 col alignment and clarify loop control var declaration

* Remove agrammatical comma

* Mention typedef in struct declaration
2022-01-04 00:44:49 +08:00
taivlam
2abab47335
[html/en] Minor typographical improvements (#4111)
Minor typographical edits (mostly capitalization and so on) for improved readability in beginning and ending Markdown descriptions
2022-01-04 00:40:58 +08:00
Mario Domenech Goulart
353f9fca40
CHICKEN.html.markdown: adapt to CHICKEN 5 (#4154)
This change adapt the instructions to CHICKEN 5.  Before it
covered CHICKEN 4, which is an outdated version.
2022-01-04 00:39:50 +08:00
Alan Chang
6a11164757
[c++/en] Fix newline error (#4176)
* Fix newline error

* use std::endl
2022-01-04 00:36:58 +08:00
Shivanshu
5828962380
Fixed output. (#4157)
Fixed output provided in comments beside the command.
2022-01-04 00:23:08 +08:00
Keve Nagy
da4f1ff4c8
Small correction for vala.html.markdown (#4160)
On line 486, replaced &i with &more.
While at it, on lines 497-503 I also transformed all the "here" hyperlinks to their most obvious replacements.
2022-01-04 00:21:42 +08:00
Stanley Modrak
3971ad0774
Replace deprecated links (#4174)
Replace the old links which were deprecated with the new URLs they redirect to.
2022-01-04 00:20:24 +08:00
15532
d6becca820
Update ocaml.html.markdown (#4181) 2022-01-04 00:18:53 +08:00
Konstantinos Lampropoulos
334b090a4d
Update javascript.html.markdown (#4178)
var => function/global , let => lexical/block scoped
2022-01-04 00:18:07 +08:00
Vishvanathan K
f39dcdd44e
Update visualbasic.html.markdown (#4295)
* The comment "Ouputs the above" was misleading, changed it to a more apt comment ("Pausing the execution")
2022-01-04 00:17:27 +08:00
Xing Zheng
d24f135208
fix a typo (#4172)
the variable name should be `someIdentifier` instead of `willSet`.
2022-01-04 00:16:36 +08:00
Carson Drake
ce170de16d
[nix/en] Fix dead link for Rommel Marinez Further Reading (#4137)
* Fix dead link for `Rommel Marinez` Further Reading

Replace original link with archived version from wayback machine.

* Unify Further Reading References [nix/en]

Include live Susan Potter link that was previously fixed in `[nix/de-de]`.
2022-01-04 00:14:09 +08:00
Bernard Kolobara
9f1e178ce8
Fix type error (#4196) 2022-01-04 00:12:06 +08:00