Commit Graph

9141 Commits

Author SHA1 Message Date
Adaías Magdiel
32cac749fd docs(pt-br): Start Portuguese translation for HTTPie article
- Start translation of the HTTPie article to Portuguese language for better
  accessibility and understanding.
2024-03-14 15:31:33 -03:00
Federico
4fafc29666
Quote this keyword in explanation (#4862) 2024-03-14 02:40:43 +01:00
mihleonid
8a7cdc171f
Update haskell-ru.html.markdown (#4696)
"fib" is mentioned three times in this document. First and last time fib 2 = 1. I suppose that in the second time fib 2 = 2 was a typo.
2024-03-11 12:42:55 +01:00
CatfishWen
c2c7195779
[csharp/zh-cn] update translation (#4856) 2024-03-10 12:41:06 +01:00
Adaías Magdiel
057e1d1b10
[jinja/en] Create page about Jinja (#4852)
* feat(jinja): Add Jinja template introduction and examples
- Added a detailed introduction to Jinja templating engine for Python
- Included examples for variables, template inheritance, including content and loops
- Provided explanations and syntax for delimiters, template inheritance,
  variables, loops, conditionals, and including content
- Demonstrated how to use Jinja for web development, such as creating HTML
  templates and including dynamic content displayed within a browser

* [jinja/en] Create Jinja documentation

- Improved the readability and consistency of the content in the file by
  adjusting the line breaks and formatting of the text.
- Corrected the whitespace and formatting issues in the code snippets.
- Unified the style of the text by keeping similar instructions on the same
  text alignment level for easier comprehension.
- Ensured proper spacing and indentation in the 'Template Inheritance' section
  for a better display and understanding of the concept.
- Updated the 'Including Content' section to fix a typo in the include tag.
- Streamlined the 'Variables passed to the main template' section by refining
  the explanation and enhancing clarity.
- Consolidated information in the 'Conditionals, Macros, and Official
  Documentation' sections to provide a clearer and consistent documentation
  style.
- Incorporated a link to the official Jinja documentation for further
  reference.

* chore: Organize Jinja's template inheritance section
2024-03-06 09:08:16 +01:00
Adaías Magdiel
33284311ef
[httpie/en] Add guide for using HTTPie (#4853)
- Add a comprehensive guide on using HTTPie as a powerful command-line HTTP
  client. The guide covers basic usage, URL shortcuts, optional GET and POST
  methods, querystring parameters, sending data in JSON, form data, and files,
  managing headers and authentication, as well as response handling options.
- The guide aims to provide developers, testers, and system administrators with
  a simple and intuitive reference for interacting with HTTP servers using
  HTTPie.
2024-03-06 09:03:30 +01:00
Adaías Magdiel
fb5b9818e1
fix(de-de/pug): Fix file extension in section include (#4851)
Adjusting file paths in the German language file to match the updated Pug
file names for consistency and clarity of the project structure.
- Updated references from "index.png" to "index.pug"
- Updated references from "includes/nav.png" to "includes/nav.pug"
2024-02-28 09:50:17 +01:00
Adaías Magdiel
a7b1373990
[pug/pt-br] Add translation for Pug documentation (#4847)
* docs(pt-br): Add translation for Pug documentation

This commit adds the translation for the Pug documentation from English to
Brazilian Portuguese. The translated content includes an introduction to Pug,
syntax examples for tags, attributes, JavaScript usage, loops, conditionals,
including content, mixins, and additional resources. This translation aims
to make the Pug documentation more accessible to Portuguese-speaking users.
It covers the basic concepts and functionalities of Pug, providing a
comprehensive guide for developers interested in using the Pug templating
engine for HTML generation in their projects.

* docs(pt-br): Add translation for Pug documentation

Translate the last section "Additional Resources"

* docs(pug): Update comments in Portuguese translation

Update the comments to better reflect the behavior of the code.
- Changed "Tags com filhos" to "Tags aninhadas" for clarity.

* feat: Update Portuguese text in Pug guide

Update Portuguese text in the Pug guide to improve readability and
consistency with the rest of the document.
- Changed "Hello there" to "Olá, pessoas"
- Adjusted multi-line text from English to Portuguese for alignment.
- Made sure all text aligns with the same language throughout the guide.
2024-02-26 16:58:11 +01:00
ven
048addeaad
Remove one of the es/CSS tutorials
#4825
2024-02-26 14:51:00 +01:00
Adaías Magdiel
d1d16b4a0d
chore(pug): Update include paths to use .pug extension (#4848)
Previously, the include paths in pug.html.markdown were referencing .png
files. This commit updates the paths to use .pug extensions for better
clarity and consistency.
- Updated include paths to point to .pug files
- Ensures correct file references are used throughout the project
2024-02-26 14:49:23 +01:00
Michaël Peeters
d123cd4a5c
[powershell/en] Fix and clarify -eq operator on (some) objects (#4333) 2024-02-25 23:36:47 +01:00
KIM Taegyoon
51efc47933
[F#/en] added mutation (#4763) 2024-02-25 22:50:46 +01:00
Adrien LUDWIG
665c28c90e
[MongoDB] Fix comment: wrong method (#4779) 2024-02-25 22:48:09 +01:00
Ricardo Islas Ruiz
16fa336a43
[go/en]: Clarify comment related to the append function in slices. (#4780) 2024-02-25 22:46:12 +01:00
Adaías Magdiel
ebd63d9299
[toml/pt-br] Add translation for TOML docs (#4846)
* feat(pt-br/toml-pt.html.markdown): Add translation for TOML docs
Translate the TOML file into Portuguese (Brazilian Portuguese).

* fix(pt-br/toml-pt.html.markdown): Add language code in filename

Add portuguese language code in filename to be unique.
2024-02-25 12:27:16 +01:00
Flavio
60e5d32ff9
[c/pt-br] fix untranslated english section (#4842)
* fix: unstranslated section

* fix: miss clicked

---------

Co-authored-by: Flavio <77132531+flaviodev27@users.noreply.github.com>
2024-02-14 14:22:59 +01:00
ven
224e01864a
Fix 4841 2024-02-14 11:01:52 +01:00
qlikwer
3914133997
corrected an error in the number pi (#4839)
* Update go-de.html.markdown

corrected an error in the number pi

* Update go.html.markdown

corrected an error in the number pi

* Update go-pt.html.markdown

corrected an error in the number pi

* Update go-hu.html.markdown

corrected an error in the number pi

* Update go-cn.html.markdown

corrected an error in the number pi

* Update go-kr.html.markdown

corrected an error in the number pi

* Update go-ca.html.markdown

corrected an error in the number pi

* Update go-es.html.markdown

corrected an error in the number pi

* Update go-fi.html.markdown

corrected an error in the number pi

* Update go-fr.html.markdown

corrected an error in the number pi

* Update go-ru.html.markdown

corrected an error in the number pi

* Update go-it.html.markdown

corrected an error in the number pi

* Update go.html.markdown

corrected an error in the number pi
2024-02-12 13:18:44 +01:00
qlikwer
1c33cd1a9a
Update go.html.markdown (#4838)
corrected an error in the number pi
2024-02-12 12:58:50 +01:00
Edoardo La Greca
b8d2f410a8
[swift/en] describe convenience initializers (#4836) 2024-02-10 14:37:32 +01:00
ven
fbb67906c1
#4833 2024-02-01 11:00:10 +01:00
ven
72048f1fbe
#4833 2024-02-01 10:59:35 +01:00
ven
a77a6c4274
#4833 2024-02-01 10:59:23 +01:00
ven
c8f702e7ff
#4833 2024-02-01 10:59:13 +01:00
ven
a85274a82f
#4833 2024-02-01 10:59:01 +01:00
ven
39b0de2189
#4833 2024-02-01 10:58:52 +01:00
ven
70fe486039
#4833 2024-02-01 10:58:41 +01:00
ven
da682fb547
#4833 2024-02-01 10:58:31 +01:00
ven
05f7d97fc5
#4833 2024-02-01 10:58:20 +01:00
ven
4c12660cfe
#4833 2024-02-01 10:58:07 +01:00
haru
b096e937ad
Add yaml-jp.html.markdown (#4330) 2024-01-30 11:34:42 +01:00
Jeremy Kaplan
38aa906022
Add Sorbet tour (#4367) 2024-01-30 11:25:48 +01:00
nvmnghia
873f136122
fix(mongodb): correct operator order (#4832) 2024-01-30 08:33:32 +01:00
Muhammad Rafay Nadeem
8498d0254a
Update go.html.markdown with simpler wording (#4829) 2024-01-26 22:29:13 +01:00
Arno
3ae5f34a91
Update mongodb.html.markdown (#4358)
fixed in: -> $in: and added $nin: too
2024-01-23 12:29:31 +01:00
Stefan Trost
f8c0fd4aeb
[lua] Fix url (#4828) 2024-01-21 20:56:57 +01:00
Kaamkiya
39543cf03c
[p5/en] Add more features of p5 to the tour (#4786)
* 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
2024-01-19 22:52:17 +01:00
ven
db576413e6
Update sed.html.markdown
Attempt to fix yet another 404
2024-01-19 10:21:03 +01:00
ven
483df5503b
Update tailspin.html.markdown
Go with C by lack of a better idea...
2024-01-19 09:42:01 +01:00
Enno
454c16ba2c
[vb/de] add german translation of visualbasic-es.vb (#4816)
* 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>
2024-01-18 18:58:58 +01:00
ven
8a264b945a
Update cue.html.markdown
Try to fix https://github.com/adambard/learnxinyminutes-site/issues/113
2024-01-15 23:48:29 +01:00
ven
2dba5b1294
switch ballerina to java 2024-01-13 20:37:08 +01:00
Luke A. Guest
bfee8bccc6
[language/en] Add ada (#4821)
* 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.
2024-01-12 19:18:30 +01:00
Steve Huguenin
a57c72103d
[assemblyscript/en] Learn AssemblyScript in Y minutes (#4209)
* 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>
2024-01-11 09:32:53 +01:00
Torbjörn Gannholm
4d3f15e10e
[Tailspin/en] Add page for the Tailspin language (#4819)
* Add page for the Tailspin language

* [Tailspin/en] add more tutorial text
2024-01-02 21:25:11 +01:00
Mathieu Gemard
c0fa7cf2c6
[asymptotic-notation/en] Typo, add a missing n (#4820) 2024-01-01 13:47:02 +01:00
Luke Tong
ca852c8b7d
[ocaml/en] Update ocaml.html.markdown (#4818)
* 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
2023-12-31 13:09:15 +01:00
ZUO Zhihua
e561b5bb54
[Fortran/en] [Fortran/zh-cn] Format the code, introduce the latest standard Fortran 2023 (#4814)
* Fortran: format code style and improve description

* Fortran: rename filenames, update Chinese version
2023-12-25 19:22:45 +01:00
ven
a91d6131c6
https://github.com/adambard/learnxinyminutes-site/pull/108
Didn't even check if ocaml was there...
2023-12-20 14:56:51 +01:00
ven
182d9b4a70
Update ATS.html.markdown
Try to fix it 404ing
2023-12-20 14:20:27 +01:00