summaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeLines
* [Janet/en] Update janet.html.markdown (#4283)John Gabriele2023-12-14-24/+27
| | | | | | | | | | | * Update janet.html.markdown Minor edits. * Update janet.html.markdown * Update janet.html.markdown A few more improvements.
* Update docker.html.markdown with added spaces for clarity (#4807)Abirama Krishnan2023-12-14-6/+6
|
* Add forgotten asterisk in `MyClass` implementation (#4289)Mikhail Koviazin2023-12-14-1/+1
| | | | | | | | Without it, the program doesn't compile: ``` Interface type cannot be statically allocated ``` Co-authored-by: Reverend Homer <mk.43.ecko@gmail.com>
* Formatting fixes (#4305)Geo Maciolek2023-12-14-40/+69
|
* cue/en adding a CUE tutorial (#4300)Daniel Cox2023-12-14-0/+551
| | | | | | | | | | | | | * adding a CUE tutorial * minor fixes * typo fix * clearer scopes and references example * adding explanation and link to built-ins * removing misleading thing
* [php-composer/it] Add new translation (#4101)Agostino Fiscale2023-12-14-0/+193
| | | | | * [php-composer/it] Add new translation * [php-composer/it] Improve translation and fix typo errors
* Update python.html.markdown (#4228)Carlos Tafur2023-12-14-1/+1
| | | I read somewhere that conventions in naming variables are snake_case and camelCase.
* Add documentation for ATS (#4089)Mark Barbone2023-12-14-0/+607
|
* Add sed page (#4187)Diomidis Spinellis2023-12-14-0/+285
|
* [nix/en] Add `@` syntax to set pattern matching section (#4170)Nathaniel W Griswold2023-12-14-0/+3
|
* Add Arturo (#4161)Yanis Zafirópulos2023-12-14-0/+432
|
* [hocon/en] Add HOCON (#4149)TehBrian2023-12-14-0/+574
| | | | | * Add HOCON * Reorganize include section, cleanup
* complete word in text (#4148)Jefferson Farias2023-12-14-1/+1
|
* Fix translation problem (#4147)Jefferson Farias2023-12-14-1/+1
|
* [vim/fa-ir] Initial translation to Persian (farsi) (#4143)Moein Halvaei2023-12-14-0/+469
| | | | | | | | | | | | | * Add Learnvim for fa-ir * Fix: snippets bug * Translate new things * Translate new things * Translate more and fix typos * Finish vim-fa translate =)
* link pseudo classes info added (#4129)Greet2023-12-14-6/+11
|
* [ballerina/en] Add Ballerina Programming Language (#4085)Anjana Fernando2023-12-14-0/+432
| | | | | | | | | | | * Add Ballerina programming language * Update Ballerina language code with objects and transactions information * Fix code formatting * Update code * Fix code formatting
* [smalltalk/en]: Rectified code snippet and Updated contact info & disclaimer ↵Jigyasa Grover2023-12-14-4/+3
| | | | | (#4112) [smalltalk/en]: Rectified code snippet and Updated contact info & disclaimer
* [forth/en] Clarify bounds of do and the difference between ?do vs do (#4058)Matthew D. Scholefield2023-12-14-7/+8
| | | | | | | | | * Clarify bounds of do and ?do vs do * Re-introduce square into example --------- Co-authored-by: ven <vendethiel@hotmail.fr>
* Remove spurious `builtins.` (#4086)Florian Sesser2023-12-14-1/+1
| | | I am just getting started, but believe this `builtins.` name spacing here can go
* [java/en] Update java.html.markdown (#4079)Aaryan Rampal2023-12-14-2/+5
| | | | | | | | | | | * Update java.html.markdown java/en * Update java.html.markdown --------- Co-authored-by: jus78help <76913929+jus78help@users.noreply.github.com>
* [sql/ar] Add translation (#4078)AhmedOmarEissa2023-12-14-0/+135
| | | | | | | | | | | | | | | | | * Create sql-ar.html.markdown * Update sql-ar.html.markdown * Update sql-ar.html.markdown * sQL EDITS ONE * SQL Update 2 * Finalising translation * Update sql-ar.html.markdown * adding arabic translation for SQL
* Change function's function param to correct syntax (#4065)Ersin Ertan2023-12-14-1/+2
| | | | | Ref: https://dart.dev/guides/language/sound-problems Co-authored-by: ven <vendethiel@hotmail.fr>
* Update python-ru.html.markdown (#4064)Aliaksandr2023-12-14-1/+0
|
* [rust/el-gr] Small fixes to Rust el-gr (#4060)Aristides Milios2023-12-14-18/+19
| | | | | | | | | * Small fixes to Rust in el-gr spelling mistakes, reworded some descriptions * Update rust-gr.html.markdown * small correction
* toml: hex, octal and binary are valid integer formats (#4057)romsom2023-12-14-1/+5
| | | | | | Update the integer section to reflect the fact that hex, octal and binary representations are allowed in toml. They were added to toml in version 0.5 and more work has to be done to update this document to that version, as mentioned here: https://github.com/adambard/learnxinyminutes-docs/issues/3158
* [forth/en] Fix expected result for one-to-12 loop (#4049)Liam Cooke2023-12-14-1/+1
|
* [cobol/zh-cn] (#4032)钟泽源2023-12-14-0/+192
| | | | | | | | | | | | | | | | | | | * translate cobol.html.markdown to chinese version * Update cobol-cn.html.markdown * Update cobol-cn.html.markdown * Update cobol-cn.html.markdown * Update zh-cn/cobol-cn.html.markdown Co-authored-by: 谭九鼎 <109224573@qq.com> --------- Co-authored-by: GOLGO11 <@873200646@qq.com> Co-authored-by: ven <vendethiel@hotmail.fr> Co-authored-by: 谭九鼎 <109224573@qq.com>
* expanded m.html.markdown (#4036)David Whitten2023-12-14-35/+66
| | | Slightly re-arranged and including more explanations and links.
* Union types > Custom types (#3884)Nimmo2023-12-14-10/+10
| | | | | No longer referred to as "union types" in Elm. :) https://guide.elm-lang.org/types/custom_types.html
* [crystal/de-de] Translated crystal to German. (#3911)caminsha2023-12-14-0/+561
| | | | | | | | | | | * Started translation of crystal-lang * continued with translation * finished translation * Replaced 'ss' with 'ß' * Fixed some small typos
* [d/pt-br] Translate D to pt-br (#3754)Julio Vanzelli2023-12-14-0/+262
| | | | | | | * Translate D to pt-br * Fix in d-pt.html.markdown Correction in the initial table of the documentation.
* Translate BC to pt-br (#3753)David Lima2023-12-14-0/+104
|
* [chapel/es-es] Add Spanish translation (#3746)Iván Alburquerque2023-12-14-0/+1219
| | | | | | | | | | | * [WIP] translate half the document * [WIP] translating 30% done * Finish translating Chapel to es-es --------- Co-authored-by: Ivan Alburquerque <ivan.alburquerque@digitas.com.do>
* [xml/vi-vn] add Vietnamese translation (#3731)Thanh Phan2023-12-14-0/+170
|
* Create emacs-pt.html.markdown (#3726)André de Santa Gabriel2023-12-14-0/+60
|
* Merge pull request #4801 from vali19th/masterMarcel Ribeiro-Dantas2023-11-29-187/+187
|\ | | | | [tcsh/en] fix: tcsh.html.markdown
| * fix: tcsh.html.markdownvali19th2023-11-26-187/+187
|/ | | | | - replace tabs with 4 spaces - fix markdown syntax - fix gramatical errors
* Merge pull request #4793 from Abban-Fahim/patch-1Marcel Ribeiro-Dantas2023-11-15-1/+3
|\ | | | | [opencv/en] Fixed spelling error and added comments
| * Fixed spelling error and added commentsAbban Fahim2023-11-12-1/+3
|/
* Merge pull request #4785 from tpwo/patch-1Marcel Ribeiro-Dantas2023-11-03-1/+1
|\ | | | | [powershell/en] Fix typo
| * Fix typoTomasz Wojdat2023-11-01-1/+1
| |
* | Merge pull request #4787 from flavin27/fix/c/pt-br/text-fixMarcel Ribeiro-Dantas2023-11-03-1/+0
|\ \ | |/ |/| [c/pt-br] fix untranslated english section
| * fix: deleted not translated textFlavio2023-11-03-1/+0
|/
* Improve Kotlin variables explanationAndrew2023-10-31-1/+1
|\
| * Update kotlin.html.markdownAndrew2023-10-31-1/+1
|/ | | Improve variables explanation
* Merge pull request #4773 from xiantang/masterMarcel Ribeiro-Dantas2023-10-17-1/+0
|\ | | | | fix 404 of jq page
| * remove translator of jqxiantang2023-10-12-1/+0
|/
* Merge pull request #4769 from ThesllaDev/patch-1Marcel Ribeiro-Dantas2023-10-05-3/+4
|\ | | | | [scss/pt-br] fix typo
| * [scss/pt-br] fix typoThesllaDev2023-10-04-3/+4
|/