Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
* | | | | | | 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`. | ||||
| | | | | * | Adjust all lines under 80 chars | Akshita Dixit | 2022-11-27 | -73/+153 | |
| | | | | |\ | |||||
| | | | | | * | Improve wording/typos | Marcel Ribeiro Dantas | 2022-11-13 | -27/+31 | |
| | | | | | | | |||||
| | | | | | * | Add host/guest OS info on VM-based architecture diagram | Marcel Ribeiro Dantas | 2022-11-13 | -1/+4 | |
| | | | | | | | |||||
| | | | | | * | Keep lines under 80 chars whenever possible | Marcel Ribeiro Dantas | 2022-11-13 | -45/+102 | |
| | | | | | | | |||||
| | | | | * | | Add requested changes | Akshita Dixit | 2022-11-27 | -1/+73 | |
| | | | | |/ | |||||
| | | | | * | Merge branch 'master' of https://github.com/adambard/learnxinyminutes-docs ↵ | Akshita Dixit | 2022-11-13 | -46/+51 | |
| | | | | |\ | |_|_|_|_|/ |/| | | | | | | | | | | | into docker-docs | ||||
* | | | | | | 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. | ||||
| * | | | | | | | remove overly long lines by additional line breaks | Norwid Behrnd | 2022-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-2 | Marcel Ribeiro Dantas | 2022-11-06 | -3/+4 | |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | [ldpl/en] fixed spelling errors | ||||
| * | | | | | | | fixed spelling errors | John Paul Wohlscheid | 2022-11-05 | -3/+4 | |
|/ / / / / / / | |||||
| | | | | | * | [Docs]: Docker documentation revamp | Akshita Dixit | 2022-11-13 | -139/+120 | |
| |_|_|_|_|/ |/| | | | | | |||||
* | | | | | | 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-5 | Marcel Ribeiro Dantas | 2022-10-26 | -3/+12 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | [python/en] Clarify things | ||||
| * | | | | | | Update python.html.markdown | Stanislav (Stanley) Modrak | 2022-10-26 | -2/+4 | |
| | | | | | | | |||||
| * | | | | | | Update python.html.markdown | Stanislav (Stanley) Modrak | 2022-10-26 | -0/+1 | |
| | | | | | | | |||||
| * | | | | | | Update python.html.markdown | Stanislav (Stanley) Modrak | 2022-10-26 | -1/+7 | |
|/ / / / / / | |||||
* | | | | | | Merge pull request #4521 from ↵ | Marcel Ribeiro Dantas | 2022-10-21 | -9/+0 | |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | | | | | | | | | | | | | gregoryinouye/python-remove-duplicate-truthy-falsy-explanation [python/en] remove duplicate truthy falsy explanation | ||||
| * | | | | | remove duplicate truthy falsy explanation | Gregory Inouye | 2022-10-20 | -9/+0 | |
|/ / / / / | |||||
* | | | | | Merge pull request #4517 from Alex-Golub/master | Marcel Ribeiro Dantas | 2022-10-18 | -31/+81 | |
|\ \ \ \ \ | | | | | | | | | | | | | [yaml/en] Add more information/examples about YAML capabilities | ||||
| * | | | | | [yaml/en] Add more information/examples about YAML capabilities | Alex Golub | 2022-10-17 | -31/+81 | |
|/ / / / / | |||||
* | | | | | Merge pull request #4515 from insign/patch-1 | Marcel Ribeiro Dantas | 2022-10-14 | -2/+3 | |
|\ \ \ \ \ | |_|_|/ / |/| | | | | [dart/pt-br] More natural language | ||||
| * | | | | even more natural language | Hélio | 2022-10-13 | -1/+1 | |
| | | | | | |||||
| * | | | | More natural language | Hélio | 2022-10-11 | -2/+3 | |
|/ / / / | |||||
* | | | | Merge pull request #4512 from kaymmm/master | Marcel Ribeiro Dantas | 2022-10-10 | -106/+119 | |
|\ \ \ \ | | | | | | | | | | | [vim/en] add additional fold commands and visual regex; reformat | ||||
| * | | | | [vim/en] update contributors | Keith Miyake | 2022-10-09 | -0/+1 | |
| | | | | | |||||
| * | | | | [vim/en] add additional fold commands and visual regex; reformat | Keith Miyake | 2022-10-09 | -106/+118 | |
|/ / / / | | | | | | | | | | | | | accordingly | ||||
* | | | | Merge pull request #4362 from jovinoguerrero/sql/pt-br | Marcel Ribeiro Dantas | 2022-09-24 | -0/+119 | |
|\ \ \ \ | | | | | | | | | | | [sql/pt-br] adding sql for pt-br language | ||||
| * | | | | [sql/pt-br] adding additional reading | Jovino Guerrero Toledo | 2022-09-24 | -0/+5 | |
| | | | | | |||||
| * | | | | [sql/pt-br] adding sql for pt-br language | Jovino Guerrero Toledo | 2022-04-03 | -0/+114 | |
| | | | | | |||||
* | | | | | Merge pull request #4293 from KaneRoot/master | Marcel Ribeiro Dantas | 2022-09-23 | -0/+980 | |
|\ \ \ \ \ | | | | | | | | | | | | | [zig/en] Introduce the Zig programming language. | ||||
| * | | | | | Remove quotes around language name | Marcel Ribeiro Dantas | 2022-09-23 | -1/+1 | |
| | | | | | | |||||
| * | | | | | [zig/en] rephrasing the sentence on raw pointers. | Philippe Pittoli | 2022-01-08 | -1/+1 | |
| | | | | | | |||||
| * | | | | | [zig/en] Introduce the Zig programming language. | Karchnu | 2021-12-25 | -0/+980 | |
| | | | | | |