Commit Graph

8970 Commits

Author SHA1 Message Date
Kemel Zaidan
a4a507bef1
Update processing-pt.html.markdown
Last typo changes left
2022-11-16 11:52:34 -03:00
Kemel Zaidan
f1c5734175
Update processing-pt.html.markdown
Fixing some translation errors
2022-11-16 11:46:14 -03:00
Kemel Zaidan
155ed84239
Update processing-pt.html.markdown
Fixing a typo to capital letter since it refers to the language name
2022-11-16 11:38:26 -03:00
Marcel Ribeiro Dantas
8d993a2566
Merge pull request #4543 from heckelson/patch-1
[hy/en] Remove dead link
2022-11-15 17:42:08 -03:00
Alexander Hecke
847f5c2259
Remove dead link 2022-11-15 10:29:45 +01:00
Marcel Ribeiro Dantas
c3ec10c79e
Merge pull request #4542 from nbehrnd/vim_de
[vim/de] remove trailing/not needed leading spaces
2022-11-14 12:19:26 -03:00
nbehrnd
0cdb0f0c06
Update vim-de.html.markdown 2022-11-14 12:54:14 +01:00
Norwid Behrnd
437ebf772b use markdownlint for additional improvements
Accounts for a selection of issues identified by markdownlint.[1]

[1] https://github.com/markdownlint/markdownlint, version 0.12.0.
2022-11-14 12:36:39 +01:00
Norwid Behrnd
df4dacd110 A spellcheck 2022-11-14 12:28:17 +01:00
Norwid Behrnd
07ec656274 correct/reinstall indentations
There were a few 'false positives' applying sed's rule to remove
leading spaces.  This commit corrects this.
2022-11-14 12:24:52 +01:00
Norwid Behrnd
8dd734971d trim leading spaces (needs manual correction)
An instance of `sed -i 's/^ *//' vim-de.html.markdown`.
2022-11-14 12:15:37 +01:00
Norwid Behrnd
75b0cfb4ab trim trailing spaces
An instance of `sed -i 's/ *$//' vim-de.html.markdown`.
2022-11-14 12:14:46 +01:00
Marcel Ribeiro Dantas
5630c3e05a
Improve wording/typos 2022-11-13 12:59:50 -03:00
Marcel Ribeiro Dantas
f0577fb679
Add host/guest OS info on VM-based architecture diagram 2022-11-13 12:47:37 -03:00
Marcel Ribeiro Dantas
7b10b3e9a6
Keep lines under 80 chars whenever possible 2022-11-13 12:45:49 -03:00
Akshita Dixit
6384e51166 Merge branch 'master' of https://github.com/adambard/learnxinyminutes-docs into docker-docs 2022-11-13 14:26:32 +05:30
Akshita Dixit
5a9b474a63 [Docs]: Docker documentation revamp 2022-11-13 14:24:24 +05:30
Adam Bard
2d59543e71
Merge pull request #4502 from bobdc/remove-color-coding
[rdf/en-en] Make color coding generic because too much was red
2022-11-12 07:26:02 -08:00
Yann Defretin
ab877e93eb
[javascript/fr] Fix equality comparison example (#4540) 2022-11-11 17:49:24 +01:00
Marcel Ribeiro Dantas
2ddfedb512
Merge pull request #4539 from nbehrnd/markdown_en
[markdown/en] add link to markdownlint
2022-11-11 10:54:17 -03:00
Norwid Behrnd
873314f253 add link to markdownlint
It already was mentioned, the additional link eases installation
and thus promotes its subsequent use.
2022-11-11 10:38:32 +01:00
Marcel Ribeiro Dantas
b8a66e77be
Merge pull request #4538 from ShenMian/master
[vim/en] Update vim.html.markdown
2022-11-10 01:18:36 -03:00
ShenMian
968661d9f7
Update vim.html.markdown 2022-11-10 11:37:19 +08:00
Marcel Ribeiro Dantas
8afc5e6ceb
Merge pull request #4537 from nbehrnd/python_en_linelimit
[python/en] stricter restraint of 80 characters/line maximum
2022-11-09 01:54:26 -03:00
Norwid Behrnd
3d0ea351cb remove overly long lines by edit of content
Light rephrasing to stay within the constraint of 80 chars/line.
The cross links at the end of the document are not affected.
2022-11-08 13:36:41 +01:00
Norwid Behrnd
0dcfdfb4b4 remove overly long lines by additional line breaks
The threshold of a line considered as too long is 80 characters
per line.  Changes introduced only alter the use of line breaks.
2022-11-08 12:50:57 +01:00
Marcel Ribeiro Dantas
82462e776a
Merge pull request #4535 from JohnBlood/patch-2
[ldpl/en] fixed spelling errors
2022-11-06 23:43:40 -03:00
John Paul Wohlscheid
edada55eb0
fixed spelling errors 2022-11-05 23:32:45 -04:00
Mr Alexandre ELISÉ
9912e42945
Hi, I might have found a typo (#4528)
Hi, French is my native language and I think I might have found a typo regarding a pronoun in French in the original text it says 'la première élément' but seems to have a typo it should be 'le premier élément'. Just trying to be helpful. Enjoy your day. BTW I like your awesome website https://learnxinyminutes.com thanks for this cool initiative.
2022-10-31 03:15:26 +01:00
Kemel Zaidan
6e3ca550f9 fixes the texts which were exceeding 80 collumns 2022-10-27 17:13:09 -03:00
Kemel Zaidan
6574a37279 fixing some typos after review 2022-10-27 16:01:30 -03:00
Kemel Zaidan
940326953b add pt_br translation for Processing 2022-10-27 15:46:18 -03:00
Marcel Ribeiro Dantas
f5f207ffd0
Merge pull request #4525 from smith558/patch-5
[python/en] Clarify things
2022-10-26 21:06:32 -03:00
Stanislav (Stanley) Modrak
25e194aa0f
Update python.html.markdown 2022-10-26 19:30:44 +01:00
Stanislav (Stanley) Modrak
610676c76e
Update python.html.markdown 2022-10-26 18:37:42 +01:00
Stanislav (Stanley) Modrak
c86c82f4b5
Update python.html.markdown 2022-10-26 18:36:17 +01:00
Stanislav (Stanley) Modrak
e3ee5b81fa
Update python.html.markdown 2022-10-26 18:07:08 +01:00
Marcel Ribeiro Dantas
0f97d7cc87
Merge pull request #4521 from gregoryinouye/python-remove-duplicate-truthy-falsy-explanation
[python/en] remove duplicate truthy falsy explanation
2022-10-21 10:48:23 +02:00
Gregory Inouye
52617d5c82
remove duplicate truthy falsy explanation 2022-10-20 11:56:59 -07:00
Marcel Ribeiro Dantas
a7456cfa0c
Merge pull request #4517 from Alex-Golub/master
[yaml/en] Add more information/examples about YAML capabilities
2022-10-18 00:06:49 +02:00
Alex Golub
7aa536ff0d [yaml/en] Add more information/examples about YAML capabilities 2022-10-17 18:51:39 +03:00
Marcel Ribeiro Dantas
5c1d67e815
Merge pull request #4515 from insign/patch-1
[dart/pt-br] More natural language
2022-10-14 09:48:03 +02:00
Hélio
6b169e5706 even more natural language 2022-10-13 18:02:58 +00:00
Hélio
e5ef717945
More natural language 2022-10-11 21:06:18 -03:00
Yash
44e15f8004 Added missing information about scanf 2022-10-10 22:27:35 +05:30
Marcel Ribeiro Dantas
2ed44955b5
Merge pull request #4512 from kaymmm/master
[vim/en] add additional fold commands and visual regex; reformat
2022-10-10 10:10:26 +02:00
Keith Miyake
152640354a [vim/en] update contributors 2022-10-09 07:47:49 -07:00
Keith Miyake
d259c3bc42 [vim/en] add additional fold commands and visual regex; reformat
accordingly
2022-10-09 07:44:11 -07:00
Marcel Ribeiro Dantas
a52f5d2c26
Merge pull request #4362 from jovinoguerrero/sql/pt-br
[sql/pt-br] adding sql for pt-br language
2022-09-24 20:46:40 +02:00
Jovino Guerrero Toledo
5d460deb8d [sql/pt-br] adding additional reading 2022-09-24 13:02:30 -03:00