summaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeLines
* Merge pull request #3823 from Sohib/patch-1Adam Bard2020-01-27-1/+1
|\ | | | | [php/en] Remove an extra double quote
| * Remove an extra double quoteSuhayb Alghutaymil2020-01-22-1/+1
| |
* | Merge pull request #3824 from mark-summerfield/patch-1Adam Bard2020-01-27-0/+1
|\ \ | | | | | | Added missing import std.stdio...
| * | Added missing import std.stdio...Mark2020-01-22-0/+1
| |/ | | | | to make an example compilable.
* | Merge pull request #3825 from David-Hari/masterAdam Bard2020-01-27-47/+45
|\ \ | | | | | | [smalltalk/en] Made some improvements
| * | Made some improvementsDavid Hari2020-01-24-47/+45
| |/ | | | | | | | | | | | | • Under Simple syntax, it referred to a unary message as “a single string”. I think it would be clearer and more accurate to describe it as “a single symbol”. Calling it a string may leave people confused with actual strings (i.e. instance of String class). Furthermore, message selectors are actually Symbol instances. • Fixed the formatting of the bullet-point list of messages. • Fixed the formatting of the example code, and set highlighting to smalltalk language. • Under Assignment, many of the examples are actually access and assignment. You could simplify the list down to just the first 6 (i.e. up to and including x := Object new). The rest can go in a section further down which is about interesting base access methods. Even the Object new example isn’t really necessary, but it helps to show that assigning objects is no different from assigning literals.
* | Merge pull request #3826 from morenoh149/patch-3Adam Bard2020-01-27-1/+1
|\ \ | | | | | | update broken link
| * | update broken linkHarry Moreno2020-01-23-1/+1
| |/
* | Merge pull request #3827 from TizenTeam/sandbox/rzr/review/masterAdam Bard2020-01-27-1/+1
|\ \ | | | | | | [ansible/en]: Fix URL link
| * | [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 #3828 from PunKeel/patch-1Adam Bard2020-01-27-4/+4
|\ \ \ | |/ / |/| | [elixir/en] Use https links
| * | [elixir/en] Use https linksMaxime Guerreiro2020-01-25-4/+4
|/ /
* | 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
| | |_|/ / / / / / / / / | |/| | | | | | | | | |