summaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeLines
* fix typo: pacing -> placingBenjamin Porter2022-06-17-1/+1
|
* [python/zh-cn]Complete Translation (#4351)MapleinCode2022-04-08-162/+577
| | | Co-authored-by: 谭九鼎 <109224573@qq.com>
* [sql/zh-cn]:Update filename for consistency (#4348)Dyn2022-03-19-0/+0
|
* Fixed typo in word "Возвращаемая" (#4322)OnlyDev2022-03-15-1/+1
|
* [javascript/ru] s/функционал/функциональность (#4336)Marat Amerov2022-03-15-1/+1
|
* [kotlin/ru] s/функционал/функциональность (#4337)Marat Amerov2022-03-15-1/+1
|
* [lua/ru] s/функционал/функциональность (#4338)Marat Amerov2022-03-15-1/+1
|
* [swift/ru] s/функционал/функциональность (#4339)Marat Amerov2022-03-15-1/+1
|
* [objective-c/ru] s/функционал/функциональность (#4340)Marat Amerov2022-03-15-2/+2
|
* [go/en] Fix link to Golang University 301 playlist (#4317)Adam Chalkley2022-03-04-1/+1
| | | Co-authored-by: Adam Chalkley <atc0005@users.noreply.github.com>
* [mips/*] Fix branching example (#4315)Brian Holbrook2022-03-03-3/+3
|
* [raylib/zh-cn] Completed translation (#4325)lzw-7232022-02-20-0/+147
|
* [ocaml/el-gr] A minor but important fix regarding syntax coloring (#4319)Mi. Lia2022-02-20-2/+1
|
* [ocaml/el-gr] fix lang heading谭九鼎2022-02-20-0/+1
|
* [Docker/zh-cn] Init translation (#3926)谭九鼎2022-01-22-0/+149
|
* Merge pull request #4291 from Chemaclass/masterAdam Bard2022-01-21-0/+337
|\ | | | | [phel/en] Add phel.html
| * Use newlisp instead of phel for md coloringChemaclass2022-01-21-1/+1
| |
| * Update phel.html.markdownJose Maria Valera Reales2021-12-22-1/+1
| | | | | | Co-authored-by: Jesus Valera Reales <jesus1902@outlook.com>
| * Improvements after Jens reviewChemaclass2021-12-20-70/+74
| |
| * Add phel.htmlChemaclass2021-12-20-0/+333
| |
* | Add Lua community links (#4069)2255592022-01-04-0/+6
| |
* | [rust/en] Function pointer type added (#4107)Maximilian Sonnenburg2022-01-04-2/+22
| | | | | | | | | | | | | | * Function pointer type added * String slice details added. * String slice view explanation.
* | Update easylang.html.markdown (#4288)chkas2022-01-04-1/+1
| |
* | [bash/en] More details about pipe and redirection (#4119)Michael Chen2022-01-04-4/+11
| | | | | | | | | | * Update bash.html.markdown * More details about pipe and redirection
* | [bash/en] Add info on background commands with & (#4120)Michael Chen2022-01-04-0/+13
| | | | | | | | | | * Add info on background commands with & * Update bash.html.markdown
* | Clarify that "sort" doesn't modify the file (#4121)Michael Chen2022-01-04-1/+1
| |
* | [scala/english] typo in creation of a new object (#4080)Lilian Besson2022-01-04-0/+0
| |
* | [c/en] clarity, errata, and grammar in array section (#4102)krotera2022-01-04-17/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [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
* | [html/en] Minor typographical improvements (#4111)taivlam2022-01-04-6/+6
| | | | | | Minor typographical edits (mostly capitalization and so on) for improved readability in beginning and ending Markdown descriptions
* | CHICKEN.html.markdown: adapt to CHICKEN 5 (#4154)Mario Domenech Goulart2022-01-04-9/+7
| | | | | | | | This change adapt the instructions to CHICKEN 5. Before it covered CHICKEN 4, which is an outdated version.
* | [c++/en] Fix newline error (#4176)Alan Chang2022-01-04-1/+1
| | | | | | | | | | * Fix newline error * use std::endl
* | Fixed output. (#4157)Shivanshu2022-01-04-2/+2
| | | | | | Fixed output provided in comments beside the command.
* | Small correction for vala.html.markdown (#4160)Keve Nagy2022-01-04-6/+6
| | | | | | | | 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 deprecated links (#4174)Stanley Modrak2022-01-04-3/+3
| | | | | | Replace the old links which were deprecated with the new URLs they redirect to.
* | Update ocaml.html.markdown (#4181)155322022-01-04-1/+1
| |
* | Update javascript.html.markdown (#4178)Konstantinos Lampropoulos2022-01-04-1/+1
| | | | | | var => function/global , let => lexical/block scoped
* | Update visualbasic.html.markdown (#4295)Vishvanathan K2022-01-04-1/+2
| | | | | | * The comment "Ouputs the above" was misleading, changed it to a more apt comment ("Pausing the execution")
* | fix a typo (#4172)Xing Zheng2022-01-04-1/+1
| | | | | | the variable name should be `someIdentifier` instead of `willSet`.
* | [nix/en] Fix dead link for `Rommel Marinez` Further Reading (#4137)Carson Drake2022-01-04-1/+4
| | | | | | | | | | | | | | | | | | * 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]`.
* | Fix type error (#4196)Bernard Kolobara2022-01-04-1/+1
| |
* | Use correct name for enum in comment (#4188)Jelte Fennema2022-01-04-2/+2
| | | | | | The name used in the comment for the BikeBrand enum was incorrect.
* | Fix capitalization of PureScript (#4183)Adrian Sieber2022-01-04-1/+1
| |
* | [Dart/en] Fixed error in example2 (#4035)Anton Trekov2022-01-04-4/+2
| | | | | | | | | | | | | | * [Dart/en] Fixed example2 * [Dart/en] Simplify example Co-authored-by: Anton Dorozhkin <anton.dorozhkin@lamoda.ru>
* | [vim/en] explain yank and delete at first occurrence (#4050)Kevin Samuel2022-01-04-3/+10
| | | | | | | | | | | | yank and delete unexplained at first occurrence not even basic requirement i.e. yank = copy - added draft explanations
* | Update dynamic-programming-cn.html.markdown (#4103)YAN Hui Hang2022-01-03-1/+1
| |
* | [Update CONTRIBUTING.markdown] removed 'of' (#4114)Nathan Sit2022-01-03-2/+2
| |
* | [pug/en] Fix typos in mixins (#4113)Maxim Markin2022-01-03-3/+7
| |
* | [cobol/en] Correct 2 minor typos (#4286)taivlam2022-01-03-2/+2
| | | | | | I corrected 2 minor typos (first instance is extra/misplaced period & the second instance is a misspelling).
* | [scala/en] Add missing class instantiation and fix typos (#4193)Ben Davis2022-01-03-3/+3
| | | | | | | | | | | | | | * [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
* | fix typo (#4192)Nathan2022-01-03-1/+1
| | | | | | compliment -> complement