summaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeLines
* 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 #3698 from apooravc/add-sql-resourceDivay Prakash2020-01-11-18/+23
|\ | | | | [sql/en] Added a resource (tutorial)
| * add SQL resourceApoorv Choubey2019-10-12-18/+23
| |
* | Merge pull request #3699 from apooravc/add-java-resourceDivay Prakash2020-01-11-4/+6
|\ \ | | | | | | [java/en] Added a resource (tutorial)
| * | add Java resourceApoorv Choubey2019-10-12-4/+6
| |/
* | Merge pull request #3697 from apooravc/add-css-resourceDivay Prakash2020-01-11-1/+2
|\ \ | | | | | | [css/en] Added a resource (tutorial)
| * | add CSS resourceApoorv Choubey2019-10-12-1/+2
| | |
* | | Merge pull request #3695 from alexmeinhold/patch-1Divay Prakash2020-01-11-1/+1
|\ \ \ | | | | | | | | [common-lisp/en] Update common-lisp.html.markdown
| * | | Update common-lisp.html.markdownAlexander Meinhold2019-10-11-1/+1
| |/ / | | | | | | Real -> Read
* | | Merge pull request #3694 from davidgtu/ts/type-assertionDivay Prakash2020-01-11-0/+16
|\ \ \ | | | | | | | | [en/typescript] add type assertion section
| * | | add type assertiondavidgtu2019-10-11-0/+16
| |/ /
* | | Merge pull request #3693 from davidgtu/css/spacingDivay Prakash2020-01-11-8/+8
|\ \ \ | | | | | | | | [en/css] fix spacing
| * | | fix spacingdavidgtu2019-10-11-8/+8
| |/ /
* | | Merge pull request #3692 from sridhareaswaran/patch-4Divay Prakash2020-01-11-0/+52
|\ \ \ | | | | | | | | [xml/ta_in] Update xml-ta.html.markdown
| * | | Update xml-ta.html.markdownSridhar Easwaran2019-10-11-0/+52
| |/ /
* | | Merge pull request #3691 from sridhareaswaran/patch-3Divay Prakash2020-01-11-0/+42
|\ \ \ | | | | | | | | [css/ta_in] Update css-ta.html.markdown
| * | | Update css-ta.html.markdownSridhar Easwaran2019-10-11-0/+42
| |/ /
* | | Merge pull request #3690 from sridhareaswaran/patch-2Divay Prakash2020-01-11-1/+39
|\ \ \ | | | | | | | | [dart/en] Add example for Optional Positional Parameter
| * | | Update dart.html.markdownSridhar Easwaran2019-10-11-5/+32
| | | |
| * | | Add example for Optional Positional ParameterSridhar Easwaran2019-10-11-1/+12
| |/ /
* | | Merge pull request #3689 from lbertolazzi/patch-10Divay Prakash2020-01-11-1/+1
|\ \ \ | | | | | | | | [haskell/pt] Correção ortográfica
| * | | [haskell/pt] Correção ortográficalbertolazzi2019-10-11-2/+2
| |/ /
* | | Merge pull request #3688 from lbertolazzi/patch-9Divay Prakash2020-01-11-1/+1
|\ \ \ | | | | | | | | [whip/pt] Correção ortográfica
| * | | [whip/pt] Correção ortográficalbertolazzi2019-10-11-1/+1
| |/ /
* | | Merge pull request #3687 from lbertolazzi/patch-7Divay Prakash2020-01-11-1/+1
|\ \ \ | | | | | | | | Update pascal-pt.html.markdown
| * | | Update pascal-pt.html.markdownlbertolazzi2019-10-11-1/+1
| |/ /
* | | Merge pull request #3686 from lbertolazzi/patch-6Divay Prakash2020-01-11-1/+1
|\ \ \ | | | | | | | | [elisp/pt] Correção ortográfica
| * | | [elisp/pt] Correção ortográficalbertolazzi2019-10-11-1/+1
| |/ /
* | | Merge pull request #3683 from heitorPB/c-update-book-linkDivay Prakash2020-01-11-6/+9
|\ \ \ | | | | | | | | [C/en,es,tr,pt-br,zh-cn,ru-ru] update book link
| * | | [c/ru-ru] Fix book linkHeitor Pascoal de Bittencourt2019-10-08-1/+1
| | | |
| * | | [c/zh-ch] Fix book linkHeitor Pascoal de Bittencourt2019-10-08-1/+1
| | | |
| * | | [c/pt-br] Fix book linkHeitor Pascoal de Bittencourt2019-10-08-1/+2
| | | |
| * | | [c/tr] Fix book linkHeitor Pascoal de Bittencourt2019-10-08-1/+1
| | | |
| * | | [c/es] Fix book linkHeitor Pascoal de Bittencourt2019-10-08-1/+2
| | | |
| * | | [c/en] Fix link for Learn C the Hard Way bookHeitor Pascoal de Bittencourt2019-10-08-1/+2
| | | |
* | | | Merge pull request #3678 from neslinesli93/feature/fix_elixir_itDivay Prakash2020-01-11-19/+33
|\ \ \ \ | | | | | | | | | | [elixir/it-it] Add section about pipes, and fix docs here and there
| * | | | Add section about pipes, and fix docs here and there for elixir/it-itTommaso2019-10-05-19/+33
| | | | |
* | | | | Merge pull request #3677 from neslinesli93/feature/add_more_to_bash_itDivay Prakash2020-01-11-0/+19
|\ \ \ \ \ | | | | | | | | | | | | [bash/it-it] Add explanation of `=~` and `alias` inside bash/it-it
| * | | | | Add explanation of `=~` and `alias` inside bash/it-itTommaso2019-10-05-0/+19
| |/ / / /
* | | | | Merge pull request #3673 from laszlokiraly/patch-1Divay Prakash2020-01-11-2/+2
|\ \ \ \ \ | | | | | | | | | | | | [python/en] don't overwrite list function
| * | | | | don't overwrite listLászló Király2019-10-04-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | problem: assigning a list of animals to the list variable overwrites the list function, so that later in line 531 the list function is not available and raises a Type Error: ``` In [133]: list(filled_dict.keys()) --------------------------------------------------------------------------- TypeError Traceback (most recent call last) <ipython-input-133-a2c520b90051> in <module> ----> 1 list(filled_dict.keys()) TypeError: 'list' object is not callable ``` solution: use another variable name instead of list
* | | | | | Merge pull request #3672 from matbur/patch-2Divay Prakash2020-01-11-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | [bf/pl-pl] Fix typo in url
| * | | | | | [bf/pl-pl] Fix typo in urlMateusz Burniak2019-10-03-1/+1
| |/ / / / /
* | | | | | Merge pull request #3665 from victorwpbastos/patch-11Divay Prakash2020-01-11-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | [haskell/pt-br] Small typo
| * | | | | | [haskell/pt-br] Small typoVictor Bastos2019-10-01-1/+1
| | | | | | |
* | | | | | | Merge pull request #3664 from chriszimmerman/en-ruby-multiline-commentsDivay Prakash2020-01-11-0/+9
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | [en/ruby] - Adds documentation for multiline comments
| * | | | | | | en/ruby - Adds documentation for multiline commentsChris Zimmerman2019-10-01-0/+9
| | | | | | | |
* | | | | | | | Merge pull request #3662 from rrodriguze/feature/traduction-factor-esAdam Bard2020-01-06-0/+200
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | [factor/es-es] Add spanish traduction to factor
| * | | | | | | | Add spanish traduction for factorrrodriguze2019-10-01-0/+200
| |/ / / / / / /
* | | | | | | | Merge pull request #3660 from rrodriguze/feature/tracution-hy-esDivay Prakash2019-12-26-0/+176
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | [hy/es-es] Add spanish traduction to hy