|  | Commit message (Collapse) | Author | Age | Lines | 
|---|
| ... |  | 
| | | | | | 
| | | | | 
| | | | | 
| | | | | 
| | | | | | 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". | 
| | | | | | | 
| | | | | | 
| | | | | | | #raku has moved to irc.libera.chat | 
| | | | | | | |  | 
| | | | | | | 
| | | | | | 
| | | | | | 
| | | | | | 
| | | | | | 
| | | | | | 
| | | | | | 
| | | | | | 
| | | | | | 
| | | | | | 
| | | | | | 
| | | | | | 
| | | | | | 
| | | | | | 
| | | | | | 
| | | | | | 
| | | | | | 
| | | | | | 
| | | | | | 
| | | | | | 
| | | | | | 
| | | | | | 
| | | | | | 
| | | | | | 
| | | | | | 
| | | | | | 
| | | | | | 
| | | | | | 
| | | | | | 
| | | | | | 
| | | | | | 
| | | | | | 
| | | | | | 
| | | | | | 
| | | | | | 
| | | | | | 
| | | | | | 
| | | | | | 
| | | | | | 
| | | | | | 
| | | | | | 
| | | | | | 
| | | | | | 
| | | | | | 
| | | | | | 
| | | | | | 
| | | | | | 
| | | | | | 
| | | | | | 
| | | | | | 
| | | | | | 
| | | | | | 
| | | | | | 
| | | | | | 
| | | | | | 
| | | | | | 
| | | | | | 
| | | | | | 
| | | | | | 
| | | | | | 
| | | | | | 
| | | | | | 
| | | | | | 
| | | | | | 
| | | | | | 
| | | | | | 
| | | | | | 
| | | | | | 
| | | | | | 
| | | | | | 
| | | | | | | * 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> | 
| | | | | | | 
| | | | | | 
| | | | | | | 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
* Apply suggestions from code review
Co-authored-by: Andre Polykanine <ap@oire.me> | 
| | | | | | | |  | 
| | | | | | | 
| | | | | | 
| | | | | | | Additional info on arguments and return values for functions | 
| | | | | | | 
| | | | | | 
| | | | | | | It will correctly show structured, formatted JSON to give a better understanding | 
| | | | | | | 
| | | | | | 
| | | | | | 
| | | | | | 
| | | | | | 
| | | | | | 
| | | | | | 
| | | | | | 
| | | | | | 
| | | | | | 
| | | | | | 
| | | | | | 
| | | | | | | * [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 | 
| | | | | | | |  | 
| | | | | | | 
| | | | | | 
| | | | | | | 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. | 
| |\ \ \ \ \ \  
| | | | | | | 
| | | | | | | | [wim/gr] Try fixing display bug | 
| |/ / / / / / |  | 
| | | | | | | 
| | | | | | 
| | | | | | 
| | | | | | 
| | | | | | 
| | | | | | 
| | | | | | 
| | | | | | 
| | | | | | 
| | | | | | | The pygments highlighter does not recognize `==begin` and `==end`
without a newline before `==end`. For this reason it will never end the
comment. This resulted in 95% of the Raku document being highlighted as
a comment.
We replace most `=begin` and `=end` with standard quotes `#`. In some
places I retain `=begin` and `=end` when they are indented (this works
fine in pygments). | 
| | | | | | | 
| | | | | | 
| | | | | | 
| | | | | | 
| | | | | | | * Replace tryruby.org with the proper link
* Replace tryruby.org with the proper link |