summaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeLines
* 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
* [latex/en] Correct typos & make minor improvements (#4287)taivlam2022-01-03-15/+15
| | | | | | * 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
* [go/en] render bullet points correctly (#4294)Mayur Dave2022-01-03-3/+4
|
* [red/zh-cn] Update Chinese translation (#4299)woclass2022-01-03-6/+6
|
* [python/zh-cn] Empty tuple is also False (#4297)Harukawa Sayaka2022-01-02-1/+2
|
* Fixed errors (#4227)NightMachinary2021-12-22-2/+2
|
* [go/zh-cn] Add translation (#4270)1809092021-12-10-4/+4
|
* [nim/zh-cn] Add translation (#4282)lzw-7232021-12-10-0/+283
|
* Add Justin as code owner for KoreanAndre Polykanine2021-12-10-0/+1
|
* Update go.html.markdown (#4284)Connor Morrison2021-12-09-1/+1
|
* [texinfo/en] Fix syntax highlighting (#4281)Julien Lepiller2021-12-01-1/+1
| | | Remove syntax highlighting since it's not supported by pygments
* Update janet.html.markdown (#4280)John Gabriele2021-12-01-1/+1
| | | Temporary fix for #4000 until pygments module is ready.
* Lua: use of loadstring replaced with load; loadstring is deprecated. (#4275)tarsJr2021-11-28-2/+3
|
* [hdl/en] Fix variable name typo (#4276)charly2021-11-28-2/+2
|
* [pascal/en-us] Fixed a few typos (#4274)JakubDrozd7772021-11-27-6/+6
| | | | | * Fixed a few typos * FIxed another typos
* [yaml/ko-KR] Translate updated en document (#4272)Justin Yang2021-11-27-50/+63
| | | | | | | | | | | | | This contains translations: 7d6d0311 [yaml/en] Remove unused anchor f2b4df9a UTF-8/16/32 characters need to be encoded 699ab981 Correct wording, closes #3098 62e9ea6b Explain regexp, closes #2197 dba905ff Fix YAML, closes #3172 (#3329) 7cd43d8a [yaml/en] Use preferred style; add missing uses ae1d18ad [yaml/en] Fix #2558 1 is interpreted as a number not as a boolean. For a boolean use we use true Signed-off-by: Justin Yang <justin.yang@themedium.io>
* Update documentation for expensiveComputation() (#4269)tsasser052021-11-27-0/+1
| | | Added comment for clarity
* [markdown/en] add chapters on table of contents and markdownlint (#4273)tomas-hartman2021-11-27-22/+81
| | | | | | | | | | | | | * feat (Markdown-en): add info on markdownlint and table of contents * fix (Markdown-cs-cz): fix typos * fix (Markdown-en): keep lines short * fix (Markdown-en): add further reading * fix (Markdown-cs-cz): add further reading Co-authored-by: Tomas Hartman <tomash@xcroco.com>
* [markdown/cs-cz] Improve translation language style and add subchapter on ↵tomas-hartman2021-11-17-97/+239
| | | | | | | | | | | table of contents (#4271) * refactor: improve stylistic quality of the translation and add minor chapters * fix: limit to 80 chars per line * fix (lang): fix some typos Co-authored-by: Tomas Hartman <tomash@xcroco.com>
* nit: Add caveat to rule 2. `λx.c = Kc` (#4267)joseville10012021-11-14-1/+1
| | | | | See this math stackexchange Q/A for the reason why this caveat is important: https://math.stackexchange.com/questions/4304294/rules-for-converting-lambda-calculus-expressions-to-ski-combinator-calculus-expr. (There may be other clearer ways of wording the caveat. It is also not necessary that the caveat be shown inline with the rules; an alternative is to use a footnote or to make a note below the rules.)
* [GDScript/en] Add missing line (#4268)Wichamir2021-11-14-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [GDScript/en] Add GDScript * Added missing comment about Dictionary * Fixed mismatched types * Update gdscript.html.markdown Co-authored-by: Andre Polykanine <ap@oire.me> * Update gdscript.html.markdown Co-authored-by: Andre Polykanine <ap@oire.me> * Update gdscript.html.markdown Co-authored-by: Andre Polykanine <ap@oire.me> * Update gdscript.html.markdown Co-authored-by: Andre Polykanine <ap@oire.me> * Update gdscript.html.markdown Co-authored-by: Andre Polykanine <ap@oire.me> * Update gdscript.html.markdown Co-authored-by: Andre Polykanine <ap@oire.me> * Update gdscript.html.markdown Co-authored-by: Andre Polykanine <ap@oire.me> * Update gdscript.html.markdown Co-authored-by: Andre Polykanine <ap@oire.me> * Update gdscript.html.markdown Co-authored-by: Andre Polykanine <ap@oire.me> * Update gdscript.html.markdown Co-authored-by: Andre Polykanine <ap@oire.me> * Update gdscript.html.markdown Co-authored-by: Andre Polykanine <ap@oire.me> * [GDScript/en] Add missing line Co-authored-by: Andre Polykanine <ap@oire.me>
* Move fish doc to expected locationAdam Bard2021-11-09-0/+0
|
* Move zh-cn asciidoc to expected locationAdam Bard2021-11-09-0/+0
|
* [texinfo/en] Learn Texinfo in Y minutes (#4263)Julien Lepiller2021-11-10-0/+183
| | | | | | | * [texinfo/en] Learn Texinfo in Y minutes * Update texinfo.html.markdown Co-authored-by: Andre Polykanine <ap@oire.me>
* [typescript/en] Add template literal types (#4265)Edaz2021-11-10-0/+10
| | | | | | | | | * Add template literal types * Update typescript.html.markdown Co-authored-by: Andre Polykanine <ap@oire.me> Co-authored-by: Andre Polykanine <ap@oire.me>
* Dead link (#4264)Abdul Qoyyuum2021-11-08-1/+0
| | | It was a dead link and doesn't seem to be active anymore.
* Updates enum docs (#4266)Shafkathullah Ihsan2021-11-08-0/+1
|
* Create easylang.html.markdown (#4262)chkas2021-11-03-0/+221
|
* [sing/en] Added sing language (#4256)mdegirolami2021-11-02-0/+446
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added sing language * Update sing.html.markdown Co-authored-by: Andre Polykanine <ap@oire.me> * Update sing.html.markdown Co-authored-by: Andre Polykanine <ap@oire.me> * Update sing.html.markdown Co-authored-by: Andre Polykanine <ap@oire.me> * Update sing.html.markdown Co-authored-by: Andre Polykanine <ap@oire.me> * Update sing.html.markdown Co-authored-by: Andre Polykanine <ap@oire.me> * Update sing.html.markdown Co-authored-by: Andre Polykanine <ap@oire.me> * Update sing.html.markdown Co-authored-by: Andre Polykanine <ap@oire.me> * Update sing.html.markdown Co-authored-by: Andre Polykanine <ap@oire.me> * Update sing.html.markdown Co-authored-by: Andre Polykanine <ap@oire.me> * Update sing.html.markdown Co-authored-by: Andre Polykanine <ap@oire.me> * Fixed a comment Co-authored-by: De Girolami <maurizio.degirolami@datalogic.com> Co-authored-by: Andre Polykanine <ap@oire.me>
* [rust/all] Remove .iter() on array example (#4230)Ay3552021-11-01-11/+10
| | | As of Rust 1.53.0, arrays implement the IntoIterator trait, making .iter() on an array unnecessary
* Add learncpp.com to further reading (#4237)James2021-11-01-1/+2
| | | I've been learning from this site, and it seems good, and the general consensus online is that it's one of the better online tutorials/books for learning C++.
* Fix a variable name typo in qsharp.html.markdown (#4240)Peiran Yao2021-11-01-2/+2
| | | `q` is not defined, instead it should be `qs`.
* [PHP/en] Nullsafe operator (#4248)ktunprasert2021-11-01-0/+6
|
* [GDScript/en] Add GDScript (#4261)Wichamir2021-11-01-0/+321
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [GDScript/en] Add GDScript * Added missing comment about Dictionary * Fixed mismatched types * Update gdscript.html.markdown Co-authored-by: Andre Polykanine <ap@oire.me> * Update gdscript.html.markdown Co-authored-by: Andre Polykanine <ap@oire.me> * Update gdscript.html.markdown Co-authored-by: Andre Polykanine <ap@oire.me> * Update gdscript.html.markdown Co-authored-by: Andre Polykanine <ap@oire.me> * Update gdscript.html.markdown Co-authored-by: Andre Polykanine <ap@oire.me> * Update gdscript.html.markdown Co-authored-by: Andre Polykanine <ap@oire.me> * Update gdscript.html.markdown Co-authored-by: Andre Polykanine <ap@oire.me> * Update gdscript.html.markdown Co-authored-by: Andre Polykanine <ap@oire.me> * Update gdscript.html.markdown Co-authored-by: Andre Polykanine <ap@oire.me> * Update gdscript.html.markdown Co-authored-by: Andre Polykanine <ap@oire.me> * Update gdscript.html.markdown Co-authored-by: Andre Polykanine <ap@oire.me> Co-authored-by: Andre Polykanine <ap@oire.me>
* Update C Sharp markdown. (#4260)Bader Bamari2021-10-31-10/+37
|