Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
* | | | Merge pull request #3688 from lbertolazzi/patch-9 | Divay Prakash | 2020-01-11 | -1/+1 | |
|\ \ \ | | | | | | | | | [whip/pt] Correção ortográfica | ||||
| * | | | [whip/pt] Correção ortográfica | lbertolazzi | 2019-10-11 | -1/+1 | |
| |/ / | |||||
* | | | Merge pull request #3687 from lbertolazzi/patch-7 | Divay Prakash | 2020-01-11 | -1/+1 | |
|\ \ \ | | | | | | | | | Update pascal-pt.html.markdown | ||||
| * | | | Update pascal-pt.html.markdown | lbertolazzi | 2019-10-11 | -1/+1 | |
| |/ / | |||||
* | | | Merge pull request #3686 from lbertolazzi/patch-6 | Divay Prakash | 2020-01-11 | -1/+1 | |
|\ \ \ | | | | | | | | | [elisp/pt] Correção ortográfica | ||||
| * | | | [elisp/pt] Correção ortográfica | lbertolazzi | 2019-10-11 | -1/+1 | |
| |/ / | |||||
* | | | Merge pull request #3683 from heitorPB/c-update-book-link | Divay Prakash | 2020-01-11 | -6/+9 | |
|\ \ \ | | | | | | | | | [C/en,es,tr,pt-br,zh-cn,ru-ru] update book link | ||||
| * | | | [c/ru-ru] Fix book link | Heitor Pascoal de Bittencourt | 2019-10-08 | -1/+1 | |
| | | | | |||||
| * | | | [c/zh-ch] Fix book link | Heitor Pascoal de Bittencourt | 2019-10-08 | -1/+1 | |
| | | | | |||||
| * | | | [c/pt-br] Fix book link | Heitor Pascoal de Bittencourt | 2019-10-08 | -1/+2 | |
| | | | | |||||
| * | | | [c/tr] Fix book link | Heitor Pascoal de Bittencourt | 2019-10-08 | -1/+1 | |
| | | | | |||||
| * | | | [c/es] Fix book link | Heitor Pascoal de Bittencourt | 2019-10-08 | -1/+2 | |
| | | | | |||||
| * | | | [c/en] Fix link for Learn C the Hard Way book | Heitor Pascoal de Bittencourt | 2019-10-08 | -1/+2 | |
| | | | | |||||
* | | | | Merge pull request #3678 from neslinesli93/feature/fix_elixir_it | Divay Prakash | 2020-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-it | Tommaso | 2019-10-05 | -19/+33 | |
| | | | | | |||||
* | | | | | Merge pull request #3677 from neslinesli93/feature/add_more_to_bash_it | Divay Prakash | 2020-01-11 | -0/+19 | |
|\ \ \ \ \ | | | | | | | | | | | | | [bash/it-it] Add explanation of `=~` and `alias` inside bash/it-it | ||||
| * | | | | | Add explanation of `=~` and `alias` inside bash/it-it | Tommaso | 2019-10-05 | -0/+19 | |
| |/ / / / | |||||
* | | | | | Merge pull request #3673 from laszlokiraly/patch-1 | Divay Prakash | 2020-01-11 | -2/+2 | |
|\ \ \ \ \ | | | | | | | | | | | | | [python/en] don't overwrite list function | ||||
| * | | | | | don't overwrite list | László Király | 2019-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-2 | Divay Prakash | 2020-01-11 | -1/+1 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | [bf/pl-pl] Fix typo in url | ||||
| * | | | | | | [bf/pl-pl] Fix typo in url | Mateusz Burniak | 2019-10-03 | -1/+1 | |
| |/ / / / / | |||||
* | | | | | | Merge pull request #3665 from victorwpbastos/patch-11 | Divay Prakash | 2020-01-11 | -1/+1 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | [haskell/pt-br] Small typo | ||||
| * | | | | | | [haskell/pt-br] Small typo | Victor Bastos | 2019-10-01 | -1/+1 | |
| | | | | | | | |||||
* | | | | | | | Merge pull request #3664 from chriszimmerman/en-ruby-multiline-comments | Divay Prakash | 2020-01-11 | -0/+9 | |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | [en/ruby] - Adds documentation for multiline comments | ||||
| * | | | | | | | en/ruby - Adds documentation for multiline comments | Chris Zimmerman | 2019-10-01 | -0/+9 | |
| | | | | | | | | |||||
* | | | | | | | | Merge pull request #3662 from rrodriguze/feature/traduction-factor-es | Adam Bard | 2020-01-06 | -0/+200 | |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | [factor/es-es] Add spanish traduction to factor | ||||
| * | | | | | | | | Add spanish traduction for factor | rrodriguze | 2019-10-01 | -0/+200 | |
| |/ / / / / / / | |||||
* | | | | | | | | Merge pull request #3660 from rrodriguze/feature/tracution-hy-es | Divay Prakash | 2019-12-26 | -0/+176 | |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | [hy/es-es] Add spanish traduction to hy | ||||
| * | | | | | | | | Modified yaml spacing | rrodriguze | 2019-10-01 | -5/+5 | |
| | | | | | | | | | |||||
| * | | | | | | | | add spanish traduction for hy | rrodriguze | 2019-10-01 | -0/+176 | |
| |/ / / / / / / | |||||
* | | | | | | | | Merge pull request #3642 from ferfedel/master | Divay Prakash | 2019-12-23 | -13/+14 | |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | [markdown/pt-br] Translation adjustments | ||||
| * \ \ \ \ \ \ \ | Merge branch 'master' into master | Divay Prakash | 2019-12-23 | -7335/+59676 | |
| |\ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | |||||
* | | | | | | | | | Merge pull request #3770 from tomdaly/fix-en-us-uk-ua-source-language-go-cypher | Adam Bard | 2019-12-13 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [Go,Cypher/en-us,uk-ua] Fix Cypher and Go source code download as uk-ua language | ||||
| * | | | | | | | | | Fix en-us 'Get the code' link downloading uk-ua source code for Cypher | tomdaly | 2019-11-14 | -1/+1 | |
| | | | | | | | | | | |||||
| * | | | | | | | | | Fix en-us 'Get the code' link downloading uk-ua source code for Go | tomdaly | 2019-11-14 | -1/+1 | |
| | | | | | | | | | | |||||
* | | | | | | | | | | Merge pull request #3792 from duboviy/master | Andre Polykanine | 2019-12-10 | -9/+9 | |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | [c,c++/ru-ru] Fix typos | ||||
| * | | | | | | | | | | [c/ru-ru] Fix typos | Eugene Duboviy | 2019-12-09 | -4/+4 | |
| | | | | | | | | | | | |||||
| * | | | | | | | | | | [c++/ru-ru] Fix typos | Eugene Duboviy | 2019-12-09 | -5/+5 | |
| | | | | | | | | | | | |||||
* | | | | | | | | | | | Merge pull request #3793 from alexmdac/patch-1 | Andre Polykanine | 2019-12-10 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | [ruby/en] Fix typo in ruby.html.markdown | ||||
| * | | | | | | | | | | | Fix typo in ruby.html.markdown | Alex Mendes da Costa | 2019-12-09 | -1/+1 | |
|/ / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | "arugments" => "arguments" | ||||
* | | | | | | | | | | | Merge pull request #3791 from mrnom/patch-1 | Andre Polykanine | 2019-12-08 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | [rust/ru-ru] Fix typo | ||||
| * | | | | | | | | | | | Update rust-ru.html.markdown | Mrn Om | 2019-12-08 | -1/+1 | |
|/ / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | Fix typo | ||||
* | | | | | | | | | | | Add changes regarding rename and more: (#3758) | Luis F. Uceta | 2019-12-07 | -1976/+2412 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Replace mentions of Perl 6 with Raku (See https://github.com/perl6/problem-solving/blob/master/solutions/language/Path-to-Raku.md) - Document's sections is now part of the resulting raku file - The resulting Raku file can now be executed without runtime/compile-time errors - Some examples had minor updates or fixes - Update links, extensions and commands. | ||||
* | | | | | | | | | | | Merge pull request #3789 from duboviy/master | Andre Polykanine | 2019-12-06 | -2/+2 | |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [go/ru-ru] Fix typos | ||||
| * | | | | | | | | | | [go-ru] Fix typos | Eugene Duboviy | 2019-12-05 | -2/+2 | |
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | | | |||||
* | | | | | | | | | | Merge pull request #3782 from SergBobrovsky/patch-1 | Andre Polykanine | 2019-12-04 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | [yaml/ru] Update yaml-ru.html.markdown | ||||
| * | | | | | | | | | | Update yaml-ru.html.markdown | SergBobrovsky | 2019-11-24 | -1/+1 | |
| | | | | | | | | | | | |||||
* | | | | | | | | | | | Back to coq highlighting | Adam Bard | 2019-11-24 | -1/+1 | |
| | | | | | | | | | | | |||||
* | | | | | | | | | | | Merge pull request #3659 from Anabaac/patch-4 | Divay Prakash | 2019-11-24 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | [css/pt-br] Typos | ||||
| * \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' into patch-4 | Divay Prakash | 2019-11-24 | -304/+3334 | |
| |\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | | |