summaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeLines
* [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.
* | Merge pull request #4234 from DiddiLeija/c++-spanish-2Adam Bard2021-09-18-14/+15
|\ \ | | | | | | [c++/es-es] Fix more typos
| * | [c++/es-es] Fix more typosDiego Ramirez2021-09-18-14/+15
|/ / | | | | | | | | | | - Grammar errors - Unecessary capital letters I also added myself as a "translator".
* | Merge pull request #4233 from DiddiLeija/c++-spanish-typoAdam Bard2021-09-17-20/+18
|\ \ | | | | | | [c++/es-es] Fix some typos for the C++ article (Spanish)
| * | Fix some typos for the C++ article (Spanish)Diego Ramirez2021-09-17-20/+18
|/ / | | | | The Spanish translation has some typos, so I have been fixing them.
* | [tcl/en] Fix typo (#4225)kieutrang17292021-08-27-1/+1
| | | | | | Removed unnecessary "string".
* | [Raku/en] Fix typo & grammar, Remove trailing whitespace, Update IRC (#4224)Andinus2021-08-26-6/+6
| | | | | | #raku has moved to irc.libera.chat
* | [mips/en] Fix uncommented comment line (#4223)Flopsey2021-08-26-1/+1
| |
* | [c/en] mostly word clarification and extra descriptions (#4222)awschult0022021-08-24-16/+67
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Adds extra clarity to enum value assignment. The previous statement shows only 1 way to declare enums, and it happens that they specify a starting value. I clarify that a starting value is not necessary and that all enum value could contain user specified values. * Added clarity to `includes` section. specified that angle brackets are for system libraries and not just standard libs. I also added an example of relative paths in the local include statements. * Added more clarity for function prototyping and main return vals. I cleaned up some formatting; then added some clarity to how function prototyping works, as well as recommend techniques. * Fixed the mention of character sizes. they are not always 1 byte * Added clarity about floating point arithmetic. The previous comments on floating points made it feel like there was something broken with doing comparison and arithmetics with floating point types. I added clarity about how floats are stored in memory and why they seem to behave strangly when used in arithmetic expressions. * reworded boolean stuff for better clarity on _Bool type in C99 * Adds not about binary assignment * Added clarity for value roll over * Added section on multiple return values. C doesnt allow returning of multiple values, so i added a section on returning multiple values through pointers. * added section break for printing special characters * fix typo Co-authored-by: Andre Polykanine <ap@oire.me> * fix typos Co-authored-by: Andre Polykanine <ap@oire.me> * fix markdown syntax Co-authored-by: Andre Polykanine <ap@oire.me> * fix markdown syntax Co-authored-by: Andre Polykanine <ap@oire.me> * fix markdown syntax Co-authored-by: Andre Polykanine <ap@oire.me> * reword with better english Co-authored-by: Andre Polykanine <ap@oire.me> * reword with better english Co-authored-by: Andre Polykanine <ap@oire.me> Co-authored-by: Andre Polykanine <ap@oire.me>
* | [toml/en] fix code not rendering (#4221)Jeff Hale2021-08-23-1/+2
| | | | | | The json code block renders fine in Github Flavored Markdown on Github, but not on the learnxinyminutes.com/docs/toml page. Because there isn't any syntax highlighting for this section anyway, I switched it to vanilla code block.
* | [c/uk-ua] Add ukrainian translation for Clang (#3762)Anastasiia Bondarenko2021-08-22-0/+860
| | | | | | | | | | | | | | * [c/uk-ua] Add ukrainian translation for Clang * Apply suggestions from code review Co-authored-by: Andre Polykanine <ap@oire.me>
* | [java/en] Added more info about Collections initialization (#4200)EgorBobrov2021-08-22-7/+46
| |
* | [bash/en] Update bash.html.markdown (#4202)MarkGrimwood2021-08-22-1/+6
| | | | | | Additional info on arguments and return values for functions
* | [toml/en] Fix JSON code blocks in TOML (#4204)Aleksei Trifonov2021-08-22-1/+3
| | | | | | It will correctly show structured, formatted JSON to give a better understanding
* | [MongoDB/en] Add Learn MongoDB in Y Minutes (#4214)RogueArt2021-08-22-0/+405
| | | | | | | | | | | | | | | | | | | | | | | | | | * [mongodb/en] Write introduction and getting started * [mongodb/en] Write code sample for CRUD operations * [mongodb/en] Write code sample for operators and database operations * [mongodb/en] Write further reading * [mongodb/en] Minor fixes for Markdown * [mongodb/en] Made each line 80 characters long
* | [fortran/en] Add new resource (#4213)Rohit Goswami2021-08-22-0/+1
| |
* | [elixir/en] Update description of an Atom. (#4216)Nic2021-08-22-1/+1
| | | | | | I really struggled to parse what was being explained, but found the wording on https://hexdocs.pm/elixir/1.12/Atom.html much easier to understand.