summaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeLines
* Update Russian translationAnton2020-09-02-278/+685
| | | | Add docs from latest English version
* Merge pull request #3943 from dvska/patch-1Adam Bard2020-08-21-124/+130
|\ | | | | Deeper translation
| * One more fixDmitry / skype: dvska-at-skype2020-08-21-3/+3
| |
| * Bugfixing, thanks proshapro for reviewDmitry / skype: dvska-at-skype2020-08-21-9/+9
| |
| * Deeper translationDmitry / skype: dvska-at-skype2019-12-13-124/+130
| | | | | | | | tested @ Nim Compiler Version 1.1.1 [MacOSX: amd64]
* | Fixing formatting in published pageAndrew Ryan Davis2020-08-20-0/+1
| | | | | | the markdown powershell checker didn't have a space before it
* | Adjusting last items before landAndrew Ryan Davis2020-08-20-3/+4
| |
* | Final look-over and adjusting carriage returnsAndrew Ryan Davis2020-08-20-107/+117
| | | | | | | | | | Reducing line length Adjusting grammar Fixing some inconsistencies in variables and properties
* | Final commentsAndrew Ryan Davis2020-08-20-2/+2
| |
* | Moving Escape chars section to string sectionAndrew Ryan Davis2020-08-20-13/+12
| |
* | Adding in escape chars and more info on call operator with exe'sAndrew Ryan Davis2020-08-20-1/+27
| | | | | | | | escape chars like newlines, tabs, negating affects call operator and dot-sourcing for paths to exes with spaces in them and arguments passed.
* | Fixing typo and some other formattingAndrew Ryan Davis2020-08-20-9/+5
| | | | | | | | | | Doubled input on 'pipeline' spaces between commented sections expand alias on where
* | I don't think CI was happy about those header tagsAndrew Ryan Davis2020-08-20-2/+2
| | | | | | Changing back to the way they were
* | Adding changes discussedAndrew Ryan Davis2020-08-20-5/+40
| | | | | | | | | | | | | | | | | | 1. Added info on scoping with dot sourcing, IEX, and call operator 2. Added comments about .NET class calling 3. Changed Get-EventLog to Get-WinEvent 4. Added info on Pipeline caveats related to passing bytes and speed 5. Added in a couple more pipeline examples to iteration and filtering And some formatting changes
* | Adjusting truthy falsy sectionAndrew Ryan Davis2020-08-20-17/+1
| |
* | Removing duped entryAndrew Ryan Davis2020-08-20-2/+0
| |
* | Addressing commentsAndrew Ryan Davis2020-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 accurateAndrew Ryan Davis2020-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/orAndrew Ryan Davis2020-08-20-3/+3
| | | | | | Mistakenly left "and/or", changed to "-band/-bor"
* | Update powershell.html.markdownAndrew Ryan Davis2020-08-20-1/+1
| | | | | | Co-authored-by: 谭九鼎 <109224573@qq.com>
* | Removing duped sectionAndrew Ryan Davis2020-08-20-20/+1
| | | | | | There was a duplicate section
* | Making some minor fixesAndrew Ryan Davis2020-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 PowershellAndrew Ryan Davis2020-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-yamlMax Schumacher2020-08-20-1/+1
|\ \ | | | | | | [vim/de] fix syntax on yaml frontmatter
| * | fix syntax on yaml frontmatterkevinnls2020-08-20-1/+1
| | |
* | | Merge pull request #3997 from kevinnls/fix-js_fr-forLoopAdam Bard2020-08-20-10/+12
|\ \ \ | |/ / |/| | [js/fr] fix for...of loop
| * | traductionkevinnls2020-08-20-1/+1
| | | | | | | | | | | | i forgot this was the french doc
| * | [js/fr] fix for...of loopkevinnls2020-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/vimMax Schumacher2020-08-18-0/+282
|\ \ | | | | | | [vim/de-de] Translate vim to german
| * | fixed small typoscaminsha2020-04-26-11/+13
| | |
| * | replaced 'ss' with 'ß'caminsha2020-04-26-9/+9
| | |
| * | Translation of vim to germancaminsha2020-04-26-131/+137
| | |
| * | started translation of vimcaminsha2020-04-26-0/+274
| | |
* | | Merge pull request #3969 from Not-Nik/masterMax Schumacher2020-08-18-0/+146
|\ \ \ | | | | | | | | [raylib/en] Add raylib tutorial
| * | | Add raylib tutorialNot-Nik2020-07-09-0/+146
| | | |
* | | | Merge pull request #3954 from YatinAdityaT/patch-2Max Schumacher2020-08-18-0/+3
|\ \ \ \ | | | | | | | | | | [vim/en] Update vim.html.markdown, add vimtutor
| * | | | Update vim.html.markdownYatin Aditya Tekumalla2020-06-12-0/+3
| | | | | | | | | | | | | | | Add information about vimtutor, a tutor that comes with vim.
* | | | | Merge pull request #3979 from krutik-k/patch-1Max Schumacher2020-08-18-0/+1
|\ \ \ \ \ | | | | | | | | | | | | YAML to JSON
| * | | | | YAML to JSONkrutik-k2020-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-1Max Schumacher2020-08-18-0/+328
|\ \ \ \ \ \ | | | | | | | | | | | | | | [janet/en] initial version
| * | | | | | Update janet.html.markdownJohn Gabriele2020-08-18-2/+2
| | | | | | | | | | | | | | | | | | | | | Minor typo. Use fewer backticks in multi-line string.
| * | | | | | [janet/en] initial versionJohn Gabriele2020-08-18-0/+328
|/ / / / / /
* | | | | | Merge pull request #3888 from caminsha/de-de/translateProcessingMax Schumacher2020-08-18-0/+498
|\ \ \ \ \ \ | | | | | | | | | | | | | | [processing/de-de] Translated processing to german
| * | | | | | Fixed some typos in translationcaminsha2020-03-20-20/+21
| | | | | | |
| * | | | | | changed ss to ßcaminsha2020-03-20-13/+13
| | | | | | |
| * | | | | | added example programcaminsha2020-03-20-0/+73
| | | | | | |
| * | | | | | added import sectioncaminsha2020-03-08-0/+12
| | | | | | |
| * | | | | | Added styling and texturescaminsha2020-03-02-0/+42
| | | | | | |
| * | | | | | Added transformamtions sections to translationcaminsha2020-03-01-0/+24
| | | | | | |
| * | | | | | added some new things in drawing shapescaminsha2020-03-01-0/+46
| | | | | | |