| Commit message (Collapse) | Author | Age | Lines |
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
| |
Remove syntax highlighting since it's not supported by pygments
|
|
|
| |
Temporary fix for #4000 until pygments module is ready.
|
| |
|
| |
|
|
|
|
|
| |
* Fixed a few typos
* FIxed another typos
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
| |
Added comment for clarity
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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>
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
| |
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 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>
|
| |
|
| |
|
|
|
|
|
|
|
| |
* [texinfo/en] Learn Texinfo in Y minutes
* Update texinfo.html.markdown
Co-authored-by: Andre Polykanine <ap@oire.me>
|
|
|
|
|
|
|
|
|
| |
* Add template literal types
* Update typescript.html.markdown
Co-authored-by: Andre Polykanine <ap@oire.me>
Co-authored-by: Andre Polykanine <ap@oire.me>
|
|
|
| |
It was a dead link and doesn't seem to be active anymore.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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>
|
|
|
| |
As of Rust 1.53.0, arrays implement the IntoIterator trait, making .iter() on an array unnecessary
|
|
|
| |
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++.
|
|
|
| |
`q` is not defined, instead it should be `qs`.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* [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>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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>
|
| |
|
|
|
| |
Just a small fix.
|
| |
|
|
|
| |
It looks like the tab was causing issues, replaced it for a few spaces.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* [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>
|
|
|
|
|
| |
* translated docker to spanish
* adding changes from review
|
|
|
|
|
| |
* Fix indentation and spacing
* One more fix
|
| |
|
| |
|
|\
| |
| | |
[ocaml/el-gr] Add greek translation for OCaml
|
| | |
|
| | |
|
| |
| |
| | |
Crystal 1.0 was released this year (currently at 1.1.1 actually), which solidified the language. Updating based on language changes.
|
|\ \
| | |
| | | |
[c++/es-es] Fix more typos
|
|/ /
| |
| |
| |
| |
| | |
- Grammar errors
- Unecessary capital letters
I also added myself as a "translator".
|
|\ \
| | |
| | | |
[c++/es-es] Fix some typos for the C++ article (Spanish)
|
|/ /
| |
| | |
The Spanish translation has some typos, so I have been fixing them.
|
| |
| |
| | |
Removed unnecessary "string".
|