summaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeLines
* [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
|
* [fish/en] Add fish shell (#4247)MySurmise2021-10-31-0/+313
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fish Shell tutorial * Typo * Typo and shortened a bit * Update fish.markdown Co-authored-by: Andre Polykanine <ap@oire.me> * Update fish.markdown Co-authored-by: Andre Polykanine <ap@oire.me> * Update fish.markdown Co-authored-by: Andre Polykanine <ap@oire.me> * Update fish.markdown Co-authored-by: Andre Polykanine <ap@oire.me> * Update fish.markdown Of course, it's fish, not bash... * Update fish.markdown No translators for an english article... Co-authored-by: Andre Polykanine <ap@oire.me>
* Add boolean and and or (#4259)Alex Altair2021-10-31-0/+2
|
* [swift/en] fix typo about break statement in loop (#4258)Chen Yufei2021-10-30-1/+1
| | | Just a small fix.
* Update python.html.markdown (#4257)benjaminjamesrussell2021-10-28-0/+1
|
* Replaced tab in markdown header (#4255)Devine Lu Linvega2021-10-28-1/+1
| | | It looks like the tab was causing issues, replaced it for a few spaces.
* [uxntal/en] Add uxntal page (#4250)Devine Lu Linvega2021-10-23-0/+174
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [uxntal/en] Add uxntal page Community requested [here](https://twitter.com/pschwede/status/1450434881557762059) * Update uxntal.html.markdown * Update uxntal.html.markdown * Update uxntal.html.markdown * Update uxntal.html.markdown Co-authored-by: Andre Polykanine <ap@oire.me> * Update uxntal.html.markdown Co-authored-by: Andre Polykanine <ap@oire.me> * Update uxntal.html.markdown Co-authored-by: Andre Polykanine <ap@oire.me> * Update uxntal.html.markdown Co-authored-by: Andre Polykanine <ap@oire.me> Co-authored-by: Andre Polykanine <ap@oire.me>
* [docker/es-es] translated docker to spanish (#4249)RUSLAN LÓPEZ CARRO2021-10-23-0/+167
| | | | | * translated docker to spanish * adding changes from review
* [racket/en] fix indentation and spacing (#4251)sorawee2021-10-23-13/+14
| | | | | * Fix indentation and spacing * One more fix
* [css/pt-br] Fix: translation and typos in links (#4252)ThesllaDev2021-10-23-2/+2
|
* [perl/en] Add example of iterating through file (#4238)Dan Book2021-10-23-0/+6
|
* Merge pull request #3895 from haritonch/ocaml-greek-translationAdam Bard2021-10-21-0/+381
|\ | | | | [ocaml/el-gr] Add greek translation for OCaml
| * Add greek translation for OCamlharitonch2020-03-27-0/+381
| |
* | Fixes multidimensional array (#4239)Haden Wasserbaech2021-10-10-3/+3
| |
* | [crystal/en] Update to Crystal 1.0 (#4235)Valentin Baca2021-09-25-30/+40
| | | | | | Crystal 1.0 was released this year (currently at 1.1.1 actually), which solidified the language. Updating based on language changes.