| Commit message (Collapse) | Author | Age | Lines |
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
| |
fixed in: -> $in: and added $nin: too
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
* Update p5.html.markdown
Add a demo of the webgl rendering context, bouncing balls simulation, and more
* Update p5.html.markdown
* Add links to source
and change to link to editor instead of specific sketch
|
|
|
| |
Attempt to fix yet another 404
|
|
|
| |
Go with C by lack of a better idea...
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* add german translation of visualbasic-de.vb
* apply kind suggestions by @nbehrnd
Update and rename visualbasic-de.vb to visualbasic-de.html.markdown
* use compact link with label
Markdown allows a shorter definition of a link with a label eventually
displayed e.g., after the conversion by pandoc to yield a html file.
The equivalence in the result was checked with pandoc (3.1.9) by
pandoc -s -i visualbasic-de.html.markdown -o test.html
subsequently displayed by firefox (version 115.6.0 esr).
---------
Co-authored-by: nbehrnd <nbehrnd@users.noreply.github.com>
|
|
|
| |
Try to fix https://github.com/adambard/learnxinyminutes-site/issues/113
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Add initial Ada docs.
* Change wording.
* Update Empty.
* Remove old comments which have been added to the code.
Have one code block now.
* Update source.
* Add bash to the code block so I get syntax colouring in vscode.
* Add extra on context clauses.
* Update source.
* Add loops.
* Add a warning about the source.
* Update source.
* Add real-time to the description.
* Add info on aspects/contracts.
* Add links to RM.
* Add string/character/array.
* Update source.
* Add new package.
* Add extra info on what's left from Pascal.
* Add fixed/floats.
* Add link to the RM.
Change wording.
* Add distributed with link.
* Fix typo.
* Add a statement on package use.
* Add extra info re the warnings.
* Add more context re Pascal.
* Separate paragraphs.
* More clarification.
* Fix typo.
* Change aspect-oriented to contract-based.
* Add about having to download the gnat toolchain.
* Rejig paragraph.
* Add the extra run commands.
* Add Fer's changes.
* Fix typo.
* Remove extraneous ---, don't know how that got there.
* Fix filename.
* Remove extra comment.
* Remove another empty comment.
* Add back in the generic Swap which was removed for some reason.
* Correction on style.
GNAT definition added.
* Fix definition of starting index of strings.
* Add extra context and examples for String initialisation.
* Remove line to install the toolchain.
Add note about this.
* Add https://learn.adacore.com as a link.
* Add Fabien's contributor link for the extra context added in the previous commits.
* Fix typos.
Add better explanations.
* Add info on limited types.
* Fix typos.
* Add explanation of the generic parameter.
* Add a location of where I referenced OOP.
* Fix text.
* Remove markdown from comments.
* Remove comma.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Learn AssemblyScript in Y minutes
AssemblyScript is based on TypeScript, therefore the tutorial is based on Learn Typescript in Y minutes
* Fixes for compliancy to contrib.md and Quick fix
80 characters line limit
Also return type for function
* Solve suggested changes
Changes were suggested by @SebastianSpeitel
* Adding examples on Array Type inference
As suggested by Max Graey
* Derived class use the extends keyword
Co-authored-by: Sebastian Speitel <sebastian.speitel@outlook.de>
* Fix alert conventional signature
Co-authored-by: Max Graey <maxgraey@gmail.com>
* Removed Type Assertion
Co-authored-by: Sebastian Speitel <sebastian.speitel@outlook.de>
* Fix dangling interfaces and namespace uses
Co-authored-by: Max Graey <maxgraey@gmail.com>
Co-authored-by: Sebastian Speitel <sebastian.speitel@outlook.de>
* Export functions, classes and namespaces
AssemblyScript doesn't tell about errors in a non exported body
Co-authored-by: Max Graey <maxgraey@gmail.com>
Co-authored-by: Sebastian Speitel <sebastian.speitel@outlook.de>
---------
Co-authored-by: Sebastian Speitel <sebastian.speitel@outlook.de>
Co-authored-by: Max Graey <maxgraey@gmail.com>
|
|
|
|
|
| |
* Add page for the Tailspin language
* [Tailspin/en] add more tutorial text
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Dune and Opam
immutability by default
records
@ append operator
‘a option type example
Tree type example
more detail in pattern matching (exhaustiveness)
is sorted and reverse list function examples
Higher order functions
transform and filter example
mutable records, refs
* fixed comment
|
|
|
|
|
|
|
| |
Fortran 2023 (#4814)
* Fortran: format code style and improve description
* Fortran: rename filenames, update Chinese version
|
|
|
| |
Didn't even check if ocaml was there...
|
|
|
| |
Try to fix it 404ing
|
| |
|
|
|
|
|
| |
* [json/zh-cn] sync with en
* Update json-cn.html.markdown
|
|
|
|
|
| |
* Add kotlin pt-pt docs
* Fix indentation
|
|
|
|
|
|
|
|
|
| |
`nonlocal` … (#4033)
* adding an example for closures in python where we use the `nonlocal` keyword
Adding an example for the case of nested functions with closure scopes, when we use the python 3s keyword 'nonlocal' to point to the variables in the outer functions
* Formatting Comments
|
|
|
|
|
|
|
|
|
|
|
| |
* Update janet.html.markdown
Minor edits.
* Update janet.html.markdown
* Update janet.html.markdown
A few more improvements.
|
| |
|
|
|
|
|
|
|
|
| |
Without it, the program doesn't compile:
```
Interface type cannot be statically allocated
```
Co-authored-by: Reverend Homer <mk.43.ecko@gmail.com>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
* [php-composer/it] Improve translation and fix typo errors
|
|
|
| |
I read somewhere that conventions in naming variables are snake_case and camelCase.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
* Add HOCON
* Reorganize include section, cleanup
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Add Learnvim for fa-ir
* Fix: snippets bug
* Translate new things
* Translate new things
* Translate more and fix typos
* Finish vim-fa translate =)
|