| Commit message (Collapse) | Author | Age | Lines |
| |
|
| |
|
| |
|
| |
|
| |
|
|\
| |
| | |
[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]`.
|
| | |
|
| |
| |
| | |
The name used in the comment for the BikeBrand enum was incorrect.
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
* [Dart/en] Fixed example2
* [Dart/en] Simplify example
Co-authored-by: Anton Dorozhkin <anton.dorozhkin@lamoda.ru>
|
| |
| |
| |
| |
| |
| | |
yank and delete unexplained at first occurrence
not even basic requirement i.e. yank = copy
- added draft explanations
|
| | |
|
| | |
|
| | |
|
| |
| |
| | |
I corrected 2 minor typos (first instance is extra/misplaced period & the second instance is a misspelling).
|
| |
| |
| |
| |
| |
| |
| | |
* [scala/en] Add missing class instantiation
* [scala/en] Remove parens from object instantiation to keep with style of rest of the page
* [scala/en] Fix typos
|
| |
| |
| | |
compliment -> complement
|
| |
| |
| |
| |
| |
| | |
* Correct various minor typos
* Changed from using `\ ` to `~` for non-breaking spaces in the middle of sentences
* The table's column labels had Last and First names (respectively) swapped, compared to the corresponding contents of the table
* Made language of sentence about LuaTeX and XeLaTeX clearer
|
| | |
|
| | |
|
| | |
|
|/ |
|
| |
|
| |
|
| |
|
| |
|
|
|
| |
Remove syntax highlighting since it's not supported by pygments
|