summaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeLines
* Correcting orthographEmmanuel Di Pretoro2020-10-01-2/+2
|
* fix unrendered md in markdown-fr (#3995)kevinnls2020-09-29-17/+17
| | | | | code demo in the hyperliens section was not rendered in the built site converted from md ``` syntax to plain html <code>
* Changed operator < to != (#4004)Priti Xavier2020-09-29-1/+1
|
* Merge pull request #4006 from Teraskull/masterMax Schumacher2020-09-24-278/+685
|\ | | | | [python/ru] Update python-ru.html.markdown
| * Update Russian translationAnton2020-09-02-278/+685
| | | | | | | | Add docs from latest English version
* | Merge pull request #4010 from sburris0/3732Max Schumacher2020-09-24-1/+1
|\ \ | | | | | | [latex/en] Include variables in \forall formula
| * | Include variables in \forall formulaSpencer Burris2020-09-12-1/+1
| | |
* | | Merge pull request #4008 from izerobit/patch-1Max Schumacher2020-09-24-1/+1
|\ \ \ | | | | | | | | [haskell/zh-cn]Update haskell-cn.html.markdown
| * | | Update haskell-cn.html.markdownizerobyte2020-09-09-1/+1
| |/ / | | | | | | misspellings
* | | Merge pull request #4013 from Naereen/patch-1Max Schumacher2020-09-24-2/+2
|\ \ \ | | | | | | | | [COBOL] Typo in cobol tutorial : DIVSION -> DIVISION
| * | | 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 #4014 from Valdjr/patch-1Max Schumacher2020-09-24-1/+1
|\ \ \ \ | |/ / / |/| | | [elixir/pt-br] typo
| * | | fix: typo pt-br elixirValdir Júnior2020-09-24-1/+1
|/ / /
* | | 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