Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Merge pull request #3821 from caminsha/make_de-de_typos | Max Schumacher | 2020-01-28 | -21/+22 |
|\ | | | | | [make/de-de] Fixed typos and comma errors | |||
| * | fixed typos and grammar | caminsha | 2020-01-18 | -21/+22 |
| | | | | | | | | I have fixed some typos and comama errors in make | |||
* | | Merge pull request #3706 from haritonch/python3-greek-translation | Max Schumacher | 2020-01-28 | -0/+1030 |
|\ \ | | | | | | | [python/el-gr] Add greek translation for python 3 | |||
| * | | add greek translation for python3 | Chariton Charitonidis | 2019-10-19 | -0/+1030 |
| | | | ||||
* | | | Merge pull request #3822 from danielgolf/master | Max Schumacher | 2020-01-28 | -1/+1 |
|\ \ \ | | | | | | | | | [bash/de-de] typo fixed | |||
| * | | | fixed a typo in bash de-de | danielgolf | 2020-01-19 | -1/+1 |
| | |/ | |/| | ||||
* | | | Merge pull request #3818 from caminsha/de-de/html-typos | Max Schumacher | 2020-01-28 | -8/+8 |
|\ \ \ | | | | | | | | | [html/de-de] fixed some typos in german translation | |||
| * | | | fixed some typos in german translation | caminsha | 2020-01-14 | -8/+8 |
| |/ / | ||||
* | | | Merge pull request #3823 from Sohib/patch-1 | Adam Bard | 2020-01-27 | -1/+1 |
|\ \ \ | | | | | | | | | [php/en] Remove an extra double quote | |||
| * | | | Remove an extra double quote | Suhayb Alghutaymil | 2020-01-22 | -1/+1 |
| |/ / | ||||
* | | | Merge pull request #3824 from mark-summerfield/patch-1 | Adam Bard | 2020-01-27 | -0/+1 |
|\ \ \ | | | | | | | | | Added missing import std.stdio... | |||
| * | | | Added missing import std.stdio... | Mark | 2020-01-22 | -0/+1 |
| |/ / | | | | | | | to make an example compilable. | |||
* | | | Merge pull request #3825 from David-Hari/master | Adam Bard | 2020-01-27 | -47/+45 |
|\ \ \ | | | | | | | | | [smalltalk/en] Made some improvements | |||
| * | | | Made some improvements | David Hari | 2020-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-3 | Adam Bard | 2020-01-27 | -1/+1 |
|\ \ \ | | | | | | | | | update broken link | |||
| * | | | update broken link | Harry Moreno | 2020-01-23 | -1/+1 |
| |/ / | ||||
* | | | Merge pull request #3827 from TizenTeam/sandbox/rzr/review/master | Adam Bard | 2020-01-27 | -1/+1 |
|\ \ \ | | | | | | | | | [ansible/en]: Fix URL link | |||
| * | | | [ansible/en]: Fix URL link | Philippe Coval | 2020-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-1 | Adam Bard | 2020-01-27 | -4/+4 |
|\ \ \ \ | |/ / / |/| | | | [elixir/en] Use https links | |||
| * | | | [elixir/en] Use https links | Maxime Guerreiro | 2020-01-25 | -4/+4 |
|/ / / | ||||
* | | | Merge pull request #3788 from bantic/patch-1 | Divay Prakash | 2020-01-24 | -1/+1 |
|\ \ \ | | | | | | | | | [swift/en] Return value of `findIndex` is `Optional<Int>` | |||
| * | | | Return value of `findIndex` is `Optional<Int>` | Cory Forsyth | 2019-12-02 | -1/+1 |
| | | | | ||||
* | | | | Merge pull request #3787 from mattarnster/patch-1 | Divay Prakash | 2020-01-24 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | [linker/en] Fix link to Russian translation | |||
| * | | | | [linker] Fix Russian language link | Matt Arnold | 2019-12-02 | -1/+1 |
| |/ / / | ||||
* | | | | Merge pull request #3784 from sshine/coq-fix-code-width | Divay Prakash | 2020-01-24 | -88/+120 |
|\ \ \ \ | | | | | | | | | | | [coq/en] Fix code width | |||
| * | | | | [coq/en] Fix code width | Simon Shine | 2019-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-1 | Divay Prakash | 2020-01-24 | -2/+3 |
|\ \ \ \ | | | | | | | | | | | Explaining better and improving consistence | |||
| * | | | | Explaining better and improving consistence | Benur21 | 2019-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/master | Divay Prakash | 2020-01-24 | -7/+7 |
|\ \ \ \ \ | | | | | | | | | | | | | [mips/en] Fixed typos. | |||
| * | | | | | [mips/en] Fixed typos | Stanley Lim | 2019-11-21 | -7/+7 |
| | | | | | | ||||
| * | | | | | Merge pull request #1 from adambard/master | Stanley Lim | 2019-11-21 | -5484/+47732 |
| |\| | | | | | | | | | | | | | | | | Merging from master. | |||
* | | | | | | Merge pull request #3777 from krain-arnold/master | Divay Prakash | 2020-01-24 | -11/+11 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | [ansible/en]Fix typos | |||
| * | | | | | | Update ansible.html.markdown | Divay Prakash | 2020-01-24 | -1/+1 |
| | | | | | | | ||||
| * | | | | | | Merge pull request #1 from krain-arnold/krain-arnold-patch-1 | Krain Arnold | 2019-11-20 | -11/+11 |
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | | | [ansible/en]Fix typos | |||
| | * | | | | | fix minor typos and spelling errors | Krain Arnold | 2019-11-20 | -11/+11 |
| |/ / / / / | ||||
* | | | | | | Merge pull request #3772 from vitiral/wasm-stack | Divay Prakash | 2020-01-24 | -0/+85 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | [wasm/en] add example of how struct might be returned | |||
| * | | | | | | more comment updates | Rett Berg | 2019-11-16 | -6/+6 |
| | | | | | | | ||||
| * | | | | | | update comments a bit | Rett Berg | 2019-11-16 | -10/+9 |
| | | | | | | | ||||
| * | | | | | | add example of how stack might be managed | Rett Berg | 2019-11-16 | -0/+86 |
| | | | | | | | ||||
* | | | | | | | Merge pull request #3760 from DavidSampson/patch-1 | Divay Prakash | 2020-01-24 | -4/+155 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | [haskell/en] | |||
| * | | | | | | | fixed line lengths | David Sampson | 2019-11-04 | -19/+29 |
| | | | | | | | | ||||
| * | | | | | | | Info on typeclasses and types | David Sampson | 2019-11-04 | -4/+145 |
| | | | | | | | | ||||
* | | | | | | | | Merge pull request #3755 from hamidra/patch-3 | Divay Prakash | 2020-01-24 | -0/+5 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | [swift/en-us] add downcast to the tutorial | |||
| * | | | | | | | | add downcast to the tutorial | hamidra | 2019-11-01 | -0/+5 |
| | | | | | | | | | ||||
* | | | | | | | | | Merge pull request #3750 from Kyle-Mendes/patch-1 | Divay Prakash | 2020-01-24 | -1/+1 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [en/sass] Update Sass Example to use proper syntax highlighting | |||
| * | | | | | | | | | Update Sass Example to use proper syntax highlighting | Kyle Mendes | 2019-10-31 | -1/+1 |
| |/ / / / / / / / | ||||
* | | | | | | | | | Merge pull request #3749 from Retoc/master | Divay Prakash | 2020-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 broken | retoc | 2019-10-31 | -1/+1 |
| | | | | | | | | | | ||||
* | | | | | | | | | | Merge pull request #3743 from almeidaraul/patch-2 | Divay Prakash | 2020-01-24 | -0/+1 |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | [pascal/pt-br] Update contributors in pascal-pt | |||
| * | | | | | | | | | | Update contributors in pascal-pt | Raul Almeida | 2019-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. |