Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
* | | | | | | | Addressing comments | Andrew Ryan Davis | 2020-08-20 | -8/+36 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. Clarifying '[]' and null-assigned expressions. 2. Removing "-contains" on switch example from Wouter, it does not appear to be true anymore 3. Adding comments and adjusting some func examples a bit | ||||
* | | | | | | | Adjusting array section to be more accurate | Andrew Ryan Davis | 2020-08-20 | -3/+4 | |
| | | | | | | | | | | | | | | | | | | | | | The default array object is mutable, but is of a fixed length. Changing comments to better reflect that. | ||||
* | | | | | | | Addressing bitwise and/or | Andrew Ryan Davis | 2020-08-20 | -3/+3 | |
| | | | | | | | | | | | | | | | | | | | | | Mistakenly left "and/or", changed to "-band/-bor" | ||||
* | | | | | | | Update powershell.html.markdown | Andrew Ryan Davis | 2020-08-20 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | Co-authored-by: 谭九鼎 <109224573@qq.com> | ||||
* | | | | | | | Removing duped section | Andrew Ryan Davis | 2020-08-20 | -20/+1 | |
| | | | | | | | | | | | | | | | | | | | | | There was a duplicate section | ||||
* | | | | | | | Making some minor fixes | Andrew Ryan Davis | 2020-08-20 | -16/+54 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adjusting some inconsistent names. Changing Remove-Array to Format-Array since Remove is not an approved Posh verb. Adding Kevin Marquette's blog because it's awesome Adding a simpler array reversal example | ||||
* | | | | | | | Revamping Powershell | Andrew Ryan Davis | 2020-08-20 | -261/+610 | |
| | | | | | | | | | | | | | | | | | | | | | Changing to reflect current capabilities and draw similarities to other languages in terms of capabilities | ||||
* | | | | | | | Merge pull request #4001 from kevinnls/fix-vim_de-yaml | Max Schumacher | 2020-08-20 | -1/+1 | |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | [vim/de] fix syntax on yaml frontmatter | ||||
| * | | | | | | | fix syntax on yaml frontmatter | kevinnls | 2020-08-20 | -1/+1 | |
| | | | | | | | | |||||
* | | | | | | | | Merge pull request #3997 from kevinnls/fix-js_fr-forLoop | Adam Bard | 2020-08-20 | -10/+12 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | [js/fr] fix for...of loop | ||||
| * | | | | | | | traduction | kevinnls | 2020-08-20 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | i forgot this was the french doc | ||||
| * | | | | | | | [js/fr] fix for...of loop | kevinnls | 2020-08-20 | -10/+12 | |
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Carl20cent <carl.vincent38@gmail.com> bump changed section variable declarations to ES6 Update fr-fr/javascript-fr.html.markdown | ||||
* | | | | | | | Merge pull request #3917 from caminsha/de-de/vim | Max Schumacher | 2020-08-18 | -0/+282 | |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | [vim/de-de] Translate vim to german | ||||
| * | | | | | | | fixed small typos | caminsha | 2020-04-26 | -11/+13 | |
| | | | | | | | | |||||
| * | | | | | | | replaced 'ss' with 'ß' | caminsha | 2020-04-26 | -9/+9 | |
| | | | | | | | | |||||
| * | | | | | | | Translation of vim to german | caminsha | 2020-04-26 | -131/+137 | |
| | | | | | | | | |||||
| * | | | | | | | started translation of vim | caminsha | 2020-04-26 | -0/+274 | |
| | | | | | | | | |||||
* | | | | | | | | Merge pull request #3969 from Not-Nik/master | Max Schumacher | 2020-08-18 | -0/+146 | |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | [raylib/en] Add raylib tutorial | ||||
| * | | | | | | | | Add raylib tutorial | Not-Nik | 2020-07-09 | -0/+146 | |
| | | | | | | | | | |||||
* | | | | | | | | | Merge pull request #3954 from YatinAdityaT/patch-2 | Max Schumacher | 2020-08-18 | -0/+3 | |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [vim/en] Update vim.html.markdown, add vimtutor | ||||
| * | | | | | | | | | Update vim.html.markdown | Yatin Aditya Tekumalla | 2020-06-12 | -0/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add information about vimtutor, a tutor that comes with vim. | ||||
* | | | | | | | | | | Merge pull request #3979 from krutik-k/patch-1 | Max Schumacher | 2020-08-18 | -0/+1 | |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | YAML to JSON | ||||
| * | | | | | | | | | | YAML to JSON | krutik-k | 2020-07-18 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | You can also use https://yamlonline.com/ for the yaml validator as well as yaml converter to json,csv,xml,base64 also for beautify and minify YAML. | ||||
* | | | | | | | | | | | Merge pull request #3998 from uvtc/patch-1 | Max Schumacher | 2020-08-18 | -0/+328 | |
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | [janet/en] initial version | ||||
| * | | | | | | | | | | | Update janet.html.markdown | John Gabriele | 2020-08-18 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Minor typo. Use fewer backticks in multi-line string. | ||||
| * | | | | | | | | | | | [janet/en] initial version | John Gabriele | 2020-08-18 | -0/+328 | |
|/ / / / / / / / / / / | |||||
* | | | | | | | | | | | Merge pull request #3888 from caminsha/de-de/translateProcessing | Max Schumacher | 2020-08-18 | -0/+498 | |
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | [processing/de-de] Translated processing to german | ||||
| * | | | | | | | | | | | Fixed some typos in translation | caminsha | 2020-03-20 | -20/+21 | |
| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | changed ss to ß | caminsha | 2020-03-20 | -13/+13 | |
| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | added example program | caminsha | 2020-03-20 | -0/+73 | |
| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | added import section | caminsha | 2020-03-08 | -0/+12 | |
| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | Added styling and textures | caminsha | 2020-03-02 | -0/+42 | |
| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | Added transformamtions sections to translation | caminsha | 2020-03-01 | -0/+24 | |
| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | added some new things in drawing shapes | caminsha | 2020-03-01 | -0/+46 | |
| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | Started to translate the drawing part | caminsha | 2020-02-29 | -0/+51 | |
| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | added control flows | caminsha | 2020-02-27 | -0/+62 | |
| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | finished section mathematics | caminsha | 2020-02-27 | -0/+26 | |
| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | Started with German translation of processing | caminsha | 2020-02-25 | -0/+161 | |
| | | | | | | | | | | | | |||||
* | | | | | | | | | | | | Merge pull request #3985 from HermitSun/master | Max Schumacher | 2020-08-18 | -27/+27 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | [yaml/zh-cn] retranslate some content | ||||
| * | | | | | | | | | | | | [yaml/zh-cn]: modify some translation | Wen Sun | 2020-08-08 | -1/+1 | |
| | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | [yaml/zh-cn]: revert spaces | Wen Sun | 2020-08-08 | -1/+1 | |
| | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | [yaml/zh-cn]: revert spaces | Wen Sun | 2020-08-08 | -13/+12 | |
| | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | [yaml/zh-cn] remove translation notes | Wen Sun | 2020-07-26 | -22/+1 | |
| | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | [yaml/zh-cn]: retranslate some content | Wen Sun | 2020-07-26 | -30/+52 | |
| | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | Merge pull request #3890 from vitiral/ts-fixes | Max Schumacher | 2020-08-17 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [typescript/en-us] add type to Point.dist and fix error | ||||
| * | | | | | | | | | | | | | add type to Point.dist and fix error | Rett Berg | 2020-03-21 | -3/+3 | |
| | | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | Merge pull request #3919 from but0n/fix-pythonlegacy-cn | Max Schumacher | 2020-08-17 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [python/zh-cn] Fix a translation mistake | ||||
| * | | | | | | | | | | | | | | fix translation mistake | but0n | 2020-04-29 | -1/+1 | |
| | |_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | #210 | ||||
* | | | | | | | | | | | | | | Merge pull request #3935 from bzg/master | Max Schumacher | 2020-08-17 | -5/+5 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [fr-fr/elisp-fr.html.markdown] Fix typos | ||||
| * | | | | | | | | | | | | | | fr-fr/elisp-fr.html.markdown: Fix typos | Bastien Guerry | 2020-05-24 | -5/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also use "motif" as a translation for "pattern", but still mention "pattern" as it is commonly understood. |