| Commit message (Collapse) | Author | Age | Lines |
| |
|
|
|
|
|
| |
code demo in the hyperliens section
was not rendered in the built site
converted from md ``` syntax to plain html <code>
|
| |
|
|\
| |
| | |
[python/ru] Update python-ru.html.markdown
|
| |
| |
| |
| | |
Add docs from latest English version
|
|\ \
| | |
| | | |
[latex/en] Include variables in \forall formula
|
| | | |
|
|\ \ \
| | | |
| | | | |
[haskell/zh-cn]Update haskell-cn.html.markdown
|
| |/ /
| | |
| | | |
misspellings
|
|\ \ \
| | | |
| | | | |
[COBOL] Typo in cobol tutorial : DIVSION -> DIVISION
|
| | | |
| | | |
| | | | |
See https://duckduckgo.com/?t=canonical&q=IDENTIFICATION+DIVSION+COBOL&ia=web
|
|\ \ \ \
| |/ / /
|/| | | |
[elixir/pt-br] typo
|
|/ / / |
|
|\ \ \
| | | |
| | | | |
[sql / en] Ambiguous ISO
|
| | | | |
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
- [ ] 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!
|
|\ \ \
| |/ /
|/| | |
[C++/en] Replace newline string with newline character
|
|/ / |
|
|\ \
| | |
| | | |
[ruby/tr-tr] Ruby Original Document in Turkish!
|
| |/ |
|
| |
| |
| | |
Fix category/language
|
|\ \
| |/
|/| |
[jquery/tr-tr] jQuery Original Document in Turkish!
|
| | |
|
|\ \
| | |
| | | |
Deeper translation
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | | |
tested @
Nim Compiler Version 1.1.1 [MacOSX: amd64]
|
| | |
| | |
| | | |
the markdown powershell checker didn't have a space before it
|
| | | |
|
| | |
| | |
| | |
| | |
| | | |
Reducing line length
Adjusting grammar
Fixing some inconsistencies in variables and properties
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | | |
escape chars like newlines, tabs, negating affects
call operator and dot-sourcing for paths to exes with spaces in them and arguments passed.
|
| | |
| | |
| | |
| | |
| | | |
Doubled input on 'pipeline'
spaces between commented sections
expand alias on where
|
| | |
| | |
| | | |
Changing back to the way they were
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | |
| | | |
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
|
| | |
| | |
| | | |
The default array object is mutable, but is of a fixed length. Changing comments to better reflect that.
|
| | |
| | |
| | | |
Mistakenly left "and/or", changed to "-band/-bor"
|
| | |
| | |
| | | |
Co-authored-by: 谭九鼎 <109224573@qq.com>
|
| | |
| | |
| | | |
There was a duplicate section
|
| | |
| | |
| | |
| | |
| | |
| | | |
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
|
| | |
| | |
| | | |
Changing to reflect current capabilities and draw similarities to other languages in terms of capabilities
|
|\ \ \
| | | |
| | | | |
[vim/de] fix syntax on yaml frontmatter
|
| | | | |
|
|\ \ \ \
| |/ / /
|/| | | |
[js/fr] fix for...of loop
|
| | | |
| | | |
| | | |
| | | | |
i forgot this was the french doc
|
|/ / /
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Co-authored-by: Carl20cent <carl.vincent38@gmail.com>
bump changed section variable declarations to ES6
Update fr-fr/javascript-fr.html.markdown
|