summaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeLines
* [ansible/en]: Fix URL linkPhilippe Coval2020-01-24-1/+1
| | | | | | Forwarded: https://github.com/adambard/learnxinyminutes-docs/pull/ Change-Id: Ic41e20f44f7e7aeab1811d8d48964c5d57c335eb Signed-off-by: Philippe Coval <rzr@users.sf.net>
* Merge pull request #3788 from bantic/patch-1Divay Prakash2020-01-24-1/+1
|\ | | | | [swift/en] Return value of `findIndex` is `Optional<Int>`
| * Return value of `findIndex` is `Optional<Int>`Cory Forsyth2019-12-02-1/+1
| |
* | Merge pull request #3787 from mattarnster/patch-1Divay Prakash2020-01-24-1/+1
|\ \ | | | | | | [linker/en] Fix link to Russian translation
| * | [linker] Fix Russian language linkMatt Arnold2019-12-02-1/+1
| |/
* | Merge pull request #3784 from sshine/coq-fix-code-widthDivay Prakash2020-01-24-88/+120
|\ \ | | | | | | [coq/en] Fix code width
| * | [coq/en] Fix code widthSimon Shine2019-11-26-88/+120
| |/ | | | | | | | | | | | | Many lines exceed the 80 character limit that makes the code wrap around on the website. This mainly addresses comments. The comment style has been preserved. For the code lines that exceeded 80 characters, I have not adhered to any style.
* | Merge pull request #3781 from Benur21/patch-1Divay Prakash2020-01-24-2/+3
|\ \ | | | | | | Explaining better and improving consistence
| * | Explaining better and improving consistenceBenur212019-11-21-2/+3
| | | | | | | | | | | | Added a version without parentheses to make it clear what they are doing; Added return values for True and False because 3 also has it.
* | | Merge pull request #3780 from Spiderpig86/masterDivay Prakash2020-01-24-7/+7
|\ \ \ | | | | | | | | [mips/en] Fixed typos.
| * | | [mips/en] Fixed typosStanley Lim2019-11-21-7/+7
| | | |
| * | | Merge pull request #1 from adambard/masterStanley Lim2019-11-21-5484/+47732
| |\| | | | | | | | | | Merging from master.
* | | | Merge pull request #3777 from krain-arnold/masterDivay Prakash2020-01-24-11/+11
|\ \ \ \ | | | | | | | | | | [ansible/en]Fix typos
| * | | | Update ansible.html.markdownDivay Prakash2020-01-24-1/+1
| | | | |
| * | | | Merge pull request #1 from krain-arnold/krain-arnold-patch-1Krain Arnold2019-11-20-11/+11
| |\ \ \ \ | | |_|/ / | |/| | | [ansible/en]Fix typos
| | * | | fix minor typos and spelling errorsKrain Arnold2019-11-20-11/+11
| |/ / /
* | | | Merge pull request #3772 from vitiral/wasm-stackDivay Prakash2020-01-24-0/+85
|\ \ \ \ | | | | | | | | | | [wasm/en] add example of how struct might be returned
| * | | | more comment updatesRett Berg2019-11-16-6/+6
| | | | |
| * | | | update comments a bitRett Berg2019-11-16-10/+9
| | | | |
| * | | | add example of how stack might be managedRett Berg2019-11-16-0/+86
| | | | |
* | | | | Merge pull request #3760 from DavidSampson/patch-1Divay Prakash2020-01-24-4/+155
|\ \ \ \ \ | | | | | | | | | | | | [haskell/en]
| * | | | | fixed line lengthsDavid Sampson2019-11-04-19/+29
| | | | | |
| * | | | | Info on typeclasses and typesDavid Sampson2019-11-04-4/+145
| | | | | |
* | | | | | Merge pull request #3755 from hamidra/patch-3Divay Prakash2020-01-24-0/+5
|\ \ \ \ \ \ | | | | | | | | | | | | | | [swift/en-us] add downcast to the tutorial
| * | | | | | add downcast to the tutorialhamidra2019-11-01-0/+5
| | | | | | |
* | | | | | | Merge pull request #3750 from Kyle-Mendes/patch-1Divay Prakash2020-01-24-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | [en/sass] Update Sass Example to use proper syntax highlighting
| * | | | | | | Update Sass Example to use proper syntax highlightingKyle Mendes2019-10-31-1/+1
| |/ / / / / /
* | | | | | | Merge pull request #3749 from Retoc/masterDivay Prakash2020-01-24-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Updated link to java coding guidelines, the old one is broken
| * | | | | | | updated link to java coding guidelines, the old one is brokenretoc2019-10-31-1/+1
| | | | | | | |
* | | | | | | | Merge pull request #3743 from almeidaraul/patch-2Divay Prakash2020-01-24-0/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | [pascal/pt-br] Update contributors in pascal-pt
| * | | | | | | | Update contributors in pascal-ptRaul Almeida2019-10-29-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | I translated this a while back and decided to add myself as a contributor besides a translator because I changed much of the original text to what I feel is a more legible, better explanation of the Pascal language.
* | | | | | | | | Merge pull request #3740 from almeidaraul/patch-1Divay Prakash2020-01-24-0/+11
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | [pt-br/vim] Add command tips and examples, fix wild text
| * | | | | | | | | Add command tips and examples, fix wild textRaul Almeida2019-10-29-0/+11
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | Added information under "Alguns atalhos e dicas" and "Macros"; removed some wild text in the header (essentially, one of the contributors was one of vim's modes)
* | | | | | | | | Merge pull request #3735 from Kyle-Mendes/dart-formattingDivay Prakash2020-01-24-24/+57
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | [dart/en] Formatting the dart example
| * \ \ \ \ \ \ \ \ Merge branch 'master' into dart-formattingDivay Prakash2020-01-24-2558/+6530
| |\ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
* | | | | | | | | | Merge pull request #3729 from TizenTeam/sandbox/rzr/review/masterDivay Prakash2020-01-24-1/+1
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | [ansible/en]: Fix quotes in command line example
| * | | | | | | | | | [ansible/en]: Fix quotes in command line examplePhilippe Coval2019-10-25-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I46fe48764029d243b211cef04f06fdf62ea39219 Forwarded: https://github.com/adambard/learnxinyminutes-docs/pull/3729 Signed-off-by: Philippe Coval <p.coval@samsung.com>
* | | | | | | | | | | Merge pull request #3725 from andredesanta/patch-1Divay Prakash2020-01-24-8/+8
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [clojure-macros/pt-br] Fix language typos
| * | | | | | | | | | | Fix language typos in clojure-macros-pt.html.markdownAndré de Santa2019-10-24-8/+8
| | |_|/ / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge pull request #3720 from florianjosefreheis/go-en-build-tagsDivay Prakash2020-01-24-0/+6
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [go/en] add go build tag
| * | | | | | | | | | | add go build tagsFlo2019-10-22-0/+6
| |/ / / / / / / / / /
* | | | | | | | | | | Merge pull request #3719 from tvhong/patch-1Divay Prakash2020-01-24-1/+1
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [Java/en] Minor typo fix in doWhile loop comment
| * | | | | | | | | | | Update comment in Java doWhile loopVy Hong2019-10-22-1/+1
| |/ / / / / / / / / /
* | | | | | | | | | | Merge pull request #3703 from ameybhavsar24/patch-2Divay Prakash2020-01-24-1/+1
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [latex/en] Minor spelling mistake corrected
| * | | | | | | | | | | Minor spelling mistake correctedAmey Bhavsar2019-10-14-1/+1
| |/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | On line 144, it was _per_, instead of _pre_
* | | | | | | | | | | Merge pull request #3702 from mstou/dp-resourcesDivay Prakash2020-01-24-2/+12
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [dp/en] Add some resources for Dynamic Programming
| * | | | | | | | | | | Add some resources for Dynamic ProgrammingMiltiadis Stouras2019-10-14-2/+12
| |/ / / / / / / / / /
* | | | | | | | | | | Merge pull request #3701 from ysads/clojure/pt-br/rewrite-textDivay Prakash2020-01-24-208/+391
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [clojure/pt-br] Rewrite text to be more natural in portuguese
| * | | | | | | | | | | [clojure/pt-br] Rewrite text to be more naturalYgor Sad2019-10-13-208/+391
| |/ / / / / / / / / /
* | | | | | | | | | | Merge pull request #3700 from apooravc/add-csharp-resourceDivay Prakash2020-01-24-9/+11
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [csharp/en] Added a resource (tutorial)