summaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeLines
* Typo in cobol tutorial : DIVSION -> DIVISIONLilian Besson2020-09-24-2/+2
| | | See https://duckduckgo.com/?t=canonical&q=IDENTIFICATION+DIVSION+COBOL&ia=web
* Merge pull request #4009 from shmkane/patch-2Max Schumacher2020-09-22-1/+1
|\ | | | | [sql / en] Ambiguous ISO
| * Update URLshmkane2020-09-22-1/+1
| |
| * [sql / en] Fix Ambiguous ISOshmkane2020-09-10-1/+1
| | | | | | | | | | | | | | | | - [ ] I solemnly swear that this is all original content of which I am the original author - [ ] Pull request title is prepended with `[language/lang-code]` - [ ] Pull request touches only one file (or a set of logically related files with similar changes made) - [ ] Content changes are aimed at *intermediate to experienced programmers* (this is a poor format for explaining fundamental programming concepts) - [ ] If you've changed any part of the YAML Frontmatter, make sure it is formatted according to [CONTRIBUTING.md](https://github.com/adambard/learnxinyminutes-docs/blob/master/CONTRIBUTING.markdown) - [ ] Yes, I have double-checked quotes and field names!
* | Merge pull request #4011 from sburris0/3546Max Schumacher2020-09-22-11/+11
|\ \ | |/ |/| [C++/en] Replace newline string with newline character
| * Replace newline string with newline characterSpencer Burris2020-09-12-11/+11
|/
* Merge pull request #4007 from LeaveNhA/ruby/tr-trAdam Bard2020-09-05-0/+1598
|\ | | | | [ruby/tr-tr] Ruby Original Document in Turkish!
| * Completed Ruby original Turkish document!LeaveNhA2020-09-04-0/+1598
| |
* | Update jquery-tr.html.markdownAdam Bard2020-09-05-1/+2
| | | | | | Fix category/language
* | Merge pull request #3904 from LeaveNhA/jquery/tr-trAdam Bard2020-09-05-0/+337
|\ \ | |/ |/| [jquery/tr-tr] jQuery Original Document in Turkish!
| * jQuery Turkish document added.LeaveNhA2020-04-12-0/+337
| |
* | 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