summaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeLines
* keep introducing comments close to their objectNorwid Behrnd2022-11-23-35/+21
| | | | | | In previous commits, some introducing comments ended just in the line ahead of their example; others did not. For consistency, comments are now back to back with their example.
* break overly long linesNorwid Behrnd2022-11-23-23/+31
| | | | Critical threshold for a line are 80 characters maximum.
* run `sed -i 's/ *$//' awk-fr.html.markdown`Norwid Behrnd2022-11-23-1/+1
| | | | Remove of trailing spaces.
* Merge pull request #4380 from agbohub/patch-1Marcel Ribeiro Dantas2022-11-20-1/+1
|\ | | | | [vim/en] Delete repeated word "one" in §Intro
| * Delete repeated word "one" in §Introagbohub2022-04-20-1/+1
| |
* | Merge pull request #4513 from yashdodani/addScanfToCMarcel Ribeiro Dantas2022-11-20-28/+35
|\ \ | | | | | | [c/en] Added missing information about scanf in C
| * | Added missing information about scanfYash2022-10-10-28/+35
| | |
* | | Merge pull request #4527 from kemelzaidan/processing-pt_brMarcel Ribeiro Dantas2022-11-20-0/+480
|\ \ \ | | | | | | | | [processing/pt_br] Adds processing translation to pt_br
| * | | Update processing-pt.html.markdownKemel Zaidan2022-11-16-8/+9
| | | | | | | | | | | | Last typo changes left
| * | | Update processing-pt.html.markdownKemel Zaidan2022-11-16-2/+2
| | | | | | | | | | | | Fixing some translation errors
| * | | Update processing-pt.html.markdownKemel Zaidan2022-11-16-2/+2
| | | | | | | | | | | | Fixing a typo to capital letter since it refers to the language name
| * | | fixes the texts which were exceeding 80 collumnsKemel Zaidan2022-10-27-73/+83
| | | |
| * | | fixing some typos after reviewKemel Zaidan2022-10-27-14/+14
| | | |
| * | | add pt_br translation for ProcessingKemel Zaidan2022-10-27-0/+469
| | | |
* | | | Merge pull request #4488 from emilyseville7cf-scripts/feature/refresh-bashMarcel Ribeiro Dantas2022-11-20-106/+102
|\ \ \ \ | | | | | | | | | | [bash/en] Update bash help
| * | | | Update bash help:EmilySeville7cfg2022-08-19-39/+31
| | | | | | | | | | | | | | | | | | | | | | | | | - refresh read command sample - fix if examples and && with ||
| * | | | Update bash help:EmilySeville7cfg2022-08-19-2/+2
| | | | | | | | | | | | | | | | | | | | - small grammar enhancements
| * | | | Update bash help:EmilySeville7cfg2022-08-19-24/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - update examples of array manipulation - move built-in variables section one level up - add note in brace expansion
| * | | | Update bash help:EmilySeville7cfg2022-08-19-2/+2
| | | | | | | | | | | | | | | | | | | | - remove trailing spaces
| * | | | Update bash help:EmilySeville7cfg2022-08-19-42/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - use snake case - fix examples - add notes to expansions
* | | | | Merge pull request #4545 from precondition/patch-1Marcel Ribeiro Dantas2022-11-16-1/+1
|\ \ \ \ \ | | | | | | | | | | | | [COBOL/en] Fix typo: sting → string
| * | | | | Fix typo: sting → stringprecondition2022-11-16-1/+1
|/ / / / /
* | | | | Merge pull request #4543 from heckelson/patch-1Marcel Ribeiro Dantas2022-11-15-2/+1
|\ \ \ \ \ | | | | | | | | | | | | [hy/en] Remove dead link
| * | | | | Remove dead linkAlexander Hecke2022-11-15-2/+1
|/ / / / /
* | | | | Merge pull request #4542 from nbehrnd/vim_deMarcel Ribeiro Dantas2022-11-14-156/+152
|\ \ \ \ \ | | | | | | | | | | | | [vim/de] remove trailing/not needed leading spaces
| * | | | | Update vim-de.html.markdownnbehrnd2022-11-14-1/+1
| | | | | |
| * | | | | use markdownlint for additional improvementsNorwid Behrnd2022-11-14-8/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Accounts for a selection of issues identified by markdownlint.[1] [1] https://github.com/markdownlint/markdownlint, version 0.12.0.
| * | | | | A spellcheckNorwid Behrnd2022-11-14-2/+1
| | | | | |
| * | | | | correct/reinstall indentationsNorwid Behrnd2022-11-14-15/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There were a few 'false positives' applying sed's rule to remove leading spaces. This commit corrects this.
| * | | | | trim leading spaces (needs manual correction)Norwid Behrnd2022-11-14-146/+146
| | | | | | | | | | | | | | | | | | | | | | | | An instance of `sed -i 's/^ *//' vim-de.html.markdown`.
| * | | | | trim trailing spacesNorwid Behrnd2022-11-14-4/+4
|/ / / / / | | | | | | | | | | | | | | | An instance of `sed -i 's/ *$//' vim-de.html.markdown`.
* | | | | Merge pull request #4502 from bobdc/remove-color-codingAdam Bard2022-11-12-1/+1
|\ \ \ \ \ | | | | | | | | | | | | [rdf/en-en] Make color coding generic because too much was red
| * | | | | Make color coding generic because too much was redBob DuCharme2022-09-10-1/+1
| | | | | |
* | | | | | [javascript/fr] Fix equality comparison example (#4540)Yann Defretin2022-11-11-1/+1
| | | | | |
* | | | | | Merge pull request #4539 from nbehrnd/markdown_enMarcel Ribeiro Dantas2022-11-11-6/+7
|\ \ \ \ \ \ | | | | | | | | | | | | | | [markdown/en] add link to markdownlint
| * | | | | | add link to markdownlintNorwid Behrnd2022-11-11-6/+7
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | It already was mentioned, the additional link eases installation and thus promotes its subsequent use.
* | | | | | Merge pull request #4538 from ShenMian/masterMarcel Ribeiro Dantas2022-11-10-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | [vim/en] Update vim.html.markdown
| * | | | | | Update vim.html.markdownShenMian2022-11-10-1/+1
|/ / / / / /
* | | | | | Merge pull request #4537 from nbehrnd/python_en_linelimitMarcel Ribeiro Dantas2022-11-09-34/+37
|\ \ \ \ \ \ | | | | | | | | | | | | | | [python/en] stricter restraint of 80 characters/line maximum
| * | | | | | remove overly long lines by edit of contentNorwid Behrnd2022-11-08-21/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Light rephrasing to stay within the constraint of 80 chars/line. The cross links at the end of the document are not affected.
| * | | | | | remove overly long lines by additional line breaksNorwid Behrnd2022-11-08-13/+16
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | The threshold of a line considered as too long is 80 characters per line. Changes introduced only alter the use of line breaks.
* | | | | | Merge pull request #4535 from JohnBlood/patch-2Marcel Ribeiro Dantas2022-11-06-3/+4
|\ \ \ \ \ \ | | | | | | | | | | | | | | [ldpl/en] fixed spelling errors
| * | | | | | fixed spelling errorsJohn Paul Wohlscheid2022-11-05-3/+4
|/ / / / / /
* | | | | | Hi, I might have found a typo (#4528)Mr Alexandre ELISÉ2022-10-31-1/+1
| | | | | | | | | | | | | | | | | | 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.
* | | | | | Merge pull request #4525 from smith558/patch-5Marcel Ribeiro Dantas2022-10-26-3/+12
|\ \ \ \ \ \ | | | | | | | | | | | | | | [python/en] Clarify things
| * | | | | | Update python.html.markdownStanislav (Stanley) Modrak2022-10-26-2/+4
| | | | | | |
| * | | | | | Update python.html.markdownStanislav (Stanley) Modrak2022-10-26-0/+1
| | | | | | |
| * | | | | | Update python.html.markdownStanislav (Stanley) Modrak2022-10-26-1/+7
|/ / / / / /
* | | | | | Merge pull request #4521 from ↵Marcel Ribeiro Dantas2022-10-21-9/+0
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | | | | | | | | | | | | gregoryinouye/python-remove-duplicate-truthy-falsy-explanation [python/en] remove duplicate truthy falsy explanation
| * | | | | remove duplicate truthy falsy explanationGregory Inouye2022-10-20-9/+0
|/ / / / /