| Commit message (Collapse) | Author | Age | Lines |
| |
|
|\
| |
| | |
[R/en] Update r.html.markdown
|
| |\
| |/
|/| |
|
|\ \
| | |
| | | |
[R/en] Format R code
|
| |\ \
| |/ /
|/| | |
|
|\ \ \
| | | |
| | | | |
[r/pt-br] Translate R Markdown
|
| | | |
| | | |
| | | |
| | | |
| | | | |
This commit includes suggestions originally proposed by @halian-vilela
Co-authored-by: Halian Vilela <halian@verlindo.com>
|
| | | |
| | | |
| | | | |
Translation of the markdown file of R to Brazilian Portuguese and update of the header with some information regarding the translator.
|
|\ \ \ \
| | | | |
| | | | | |
[r/en] Update content according to R 4.0.0
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
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.
|
|/ / / /
| | | |
| | | | |
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.
|
|/ / /
| | |
| | | |
Co-authored-by: 谭九鼎 <109224573@qq.com>
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
|/ / |
|
| |
| |
| | |
Co-authored-by: Adam Chalkley <atc0005@users.noreply.github.com>
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
|\ \
| | |
| | | |
[phel/en] Add phel.html
|
| | | |
|
| | |
| | |
| | | |
Co-authored-by: Jesus Valera Reales <jesus1902@outlook.com>
|
| | | |
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* Function pointer type added
* String slice details added.
* String slice view explanation.
|
| | | |
|
| | |
| | |
| | |
| | |
| | | |
* Update bash.html.markdown
* More details about pipe and redirection
|
| | |
| | |
| | |
| | |
| | | |
* Add info on background commands with &
* Update bash.html.markdown
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* [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
|
| | |
| | |
| | | |
Minor typographical edits (mostly capitalization and so on) for improved readability in beginning and ending Markdown descriptions
|
| | |
| | |
| | |
| | | |
This change adapt the instructions to CHICKEN 5. Before it
covered CHICKEN 4, which is an outdated version.
|
| | |
| | |
| | |
| | |
| | | |
* Fix newline error
* use std::endl
|
| | |
| | |
| | | |
Fixed output provided in comments beside the command.
|
| | |
| | |
| | |
| | | |
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.
|
| | |
| | |
| | | |
Replace the old links which were deprecated with the new URLs they redirect to.
|
| | | |
|
| | |
| | |
| | | |
var => function/global , let => lexical/block scoped
|
| | |
| | |
| | | |
* The comment "Ouputs the above" was misleading, changed it to a more apt comment ("Pausing the execution")
|
| | |
| | |
| | | |
the variable name should be `someIdentifier` instead of `willSet`.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* 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]`.
|