Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Merge pull request #4548 from nbehrnd/awk_es | Marcel Ribeiro Dantas | 2022-11-23 | -21/+23 |
|\ | | | | | [awk/es] limit the code block to 80 characters/line (max) | |||
| * | edit overly long lines, consider markdownlint | Norwid Behrnd | 2022-11-23 | -5/+7 |
| | | | | | | | | | | | | | | Lines longer than 80 characters are edited. Withn reason, suggests by markdownlint[1] are equally considered, too. [1] https://github.com/markdownlint/markdownlint, version 0.12.0. | |||
| * | substitute a tab space by explicit spaces | Norwid Behrnd | 2022-11-23 | -1/+1 |
| | | ||||
| * | run `sed -i "s/ *$//" awk-es.html.markdown` | Norwid Behrnd | 2022-11-23 | -16/+16 |
| | | | | | | | | Remove of trailing spaces. | |||
* | | Merge pull request #4549 from nbehrnd/awk_fr | Marcel Ribeiro Dantas | 2022-11-23 | -56/+50 |
|\ \ | | | | | | | [awk/fr] limit code block to 80 characters/line (maximum) | |||
| * | | keep introducing comments close to their object | Norwid Behrnd | 2022-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 lines | Norwid Behrnd | 2022-11-23 | -23/+31 |
| | | | | | | | | | | | | Critical threshold for a line are 80 characters maximum. | |||
| * | | run `sed -i 's/ *$//' awk-fr.html.markdown` | Norwid Behrnd | 2022-11-23 | -1/+1 |
| |/ | | | | | | | Remove of trailing spaces. | |||
* | | Merge pull request #4550 from nbehrnd/awk_en | Marcel Ribeiro Dantas | 2022-11-23 | -13/+18 |
|\ \ | | | | | | | [awk/en] keep code block within 80 characters/line (maximum) | |||
| * | | rm overly long lines, consider markdownlint | Norwid Behrnd | 2022-11-23 | -6/+11 |
| | | | | | | | | | | | | | | | | | | | | | Lines longer than 80 characters are edited. Within reason, issues identified by markdownlint[1] are equally curated. [1] https://github.com/markdownlint/markdownlint, version 0.12.0 | |||
| * | | run `sed -i "s/ *$//" awk.html.markdown` | Norwid Behrnd | 2022-11-23 | -8/+8 |
| |/ | | | | | | | Remove of trailing spaces. | |||
* | | Merge pull request #4551 from nbehrnd/awk_pt_br | Marcel Ribeiro Dantas | 2022-11-23 | -1/+3 |
|\ \ | |/ |/| | [awk/pt-br] account for a suggest by markdownlint | |||
| * | account for markdownlint | Norwid Behrnd | 2022-11-23 | -1/+3 |
|/ | | | | Account for two smaller suggestions put forward by markdownlint[1]. | |||
* | Merge pull request #4380 from agbohub/patch-1 | Marcel Ribeiro Dantas | 2022-11-20 | -1/+1 |
|\ | | | | | [vim/en] Delete repeated word "one" in §Intro | |||
| * | Delete repeated word "one" in §Intro | agbohub | 2022-04-20 | -1/+1 |
| | | ||||
* | | Merge pull request #4513 from yashdodani/addScanfToC | Marcel Ribeiro Dantas | 2022-11-20 | -28/+35 |
|\ \ | | | | | | | [c/en] Added missing information about scanf in C | |||
| * | | Added missing information about scanf | Yash | 2022-10-10 | -28/+35 |
| | | | ||||
* | | | Merge pull request #4527 from kemelzaidan/processing-pt_br | Marcel Ribeiro Dantas | 2022-11-20 | -0/+480 |
|\ \ \ | | | | | | | | | [processing/pt_br] Adds processing translation to pt_br | |||
| * | | | Update processing-pt.html.markdown | Kemel Zaidan | 2022-11-16 | -8/+9 |
| | | | | | | | | | | | | Last typo changes left | |||
| * | | | Update processing-pt.html.markdown | Kemel Zaidan | 2022-11-16 | -2/+2 |
| | | | | | | | | | | | | Fixing some translation errors | |||
| * | | | Update processing-pt.html.markdown | Kemel Zaidan | 2022-11-16 | -2/+2 |
| | | | | | | | | | | | | Fixing a typo to capital letter since it refers to the language name | |||
| * | | | fixes the texts which were exceeding 80 collumns | Kemel Zaidan | 2022-10-27 | -73/+83 |
| | | | | ||||
| * | | | fixing some typos after review | Kemel Zaidan | 2022-10-27 | -14/+14 |
| | | | | ||||
| * | | | add pt_br translation for Processing | Kemel Zaidan | 2022-10-27 | -0/+469 |
| | | | | ||||
* | | | | Merge pull request #4488 from emilyseville7cf-scripts/feature/refresh-bash | Marcel Ribeiro Dantas | 2022-11-20 | -106/+102 |
|\ \ \ \ | | | | | | | | | | | [bash/en] Update bash help | |||
| * | | | | Update bash help: | EmilySeville7cfg | 2022-08-19 | -39/+31 |
| | | | | | | | | | | | | | | | | | | | | | | | | | - refresh read command sample - fix if examples and && with || | |||
| * | | | | Update bash help: | EmilySeville7cfg | 2022-08-19 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | - small grammar enhancements | |||
| * | | | | Update bash help: | EmilySeville7cfg | 2022-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: | EmilySeville7cfg | 2022-08-19 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | - remove trailing spaces | |||
| * | | | | Update bash help: | EmilySeville7cfg | 2022-08-19 | -42/+44 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - use snake case - fix examples - add notes to expansions | |||
* | | | | | Merge pull request #4545 from precondition/patch-1 | Marcel Ribeiro Dantas | 2022-11-16 | -1/+1 |
|\ \ \ \ \ | | | | | | | | | | | | | [COBOL/en] Fix typo: sting → string | |||
| * | | | | | Fix typo: sting → string | precondition | 2022-11-16 | -1/+1 |
|/ / / / / | ||||
* | | | | | Merge pull request #4543 from heckelson/patch-1 | Marcel Ribeiro Dantas | 2022-11-15 | -2/+1 |
|\ \ \ \ \ | | | | | | | | | | | | | [hy/en] Remove dead link | |||
| * | | | | | Remove dead link | Alexander Hecke | 2022-11-15 | -2/+1 |
|/ / / / / | ||||
* | | | | | Merge pull request #4542 from nbehrnd/vim_de | Marcel Ribeiro Dantas | 2022-11-14 | -156/+152 |
|\ \ \ \ \ | | | | | | | | | | | | | [vim/de] remove trailing/not needed leading spaces | |||
| * | | | | | Update vim-de.html.markdown | nbehrnd | 2022-11-14 | -1/+1 |
| | | | | | | ||||
| * | | | | | use markdownlint for additional improvements | Norwid Behrnd | 2022-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 spellcheck | Norwid Behrnd | 2022-11-14 | -2/+1 |
| | | | | | | ||||
| * | | | | | correct/reinstall indentations | Norwid Behrnd | 2022-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 Behrnd | 2022-11-14 | -146/+146 |
| | | | | | | | | | | | | | | | | | | | | | | | | An instance of `sed -i 's/^ *//' vim-de.html.markdown`. | |||
| * | | | | | trim trailing spaces | Norwid Behrnd | 2022-11-14 | -4/+4 |
|/ / / / / | | | | | | | | | | | | | | | | An instance of `sed -i 's/ *$//' vim-de.html.markdown`. | |||
* | | | | | Merge pull request #4502 from bobdc/remove-color-coding | Adam Bard | 2022-11-12 | -1/+1 |
|\ \ \ \ \ | | | | | | | | | | | | | [rdf/en-en] Make color coding generic because too much was red | |||
| * | | | | | Make color coding generic because too much was red | Bob DuCharme | 2022-09-10 | -1/+1 |
| | | | | | | ||||
* | | | | | | [javascript/fr] Fix equality comparison example (#4540) | Yann Defretin | 2022-11-11 | -1/+1 |
| | | | | | | ||||
* | | | | | | Merge pull request #4539 from nbehrnd/markdown_en | Marcel Ribeiro Dantas | 2022-11-11 | -6/+7 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | [markdown/en] add link to markdownlint | |||
| * | | | | | | add link to markdownlint | Norwid Behrnd | 2022-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/master | Marcel Ribeiro Dantas | 2022-11-10 | -1/+1 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | [vim/en] Update vim.html.markdown | |||
| * | | | | | | Update vim.html.markdown | ShenMian | 2022-11-10 | -1/+1 |
|/ / / / / / | ||||
* | | | | | | Merge pull request #4537 from nbehrnd/python_en_linelimit | Marcel Ribeiro Dantas | 2022-11-09 | -34/+37 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | [python/en] stricter restraint of 80 characters/line maximum | |||
| * | | | | | | remove overly long lines by edit of content | Norwid Behrnd | 2022-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. |