Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | [xml/en] Fixed dead link in `xml.html.markdown` (#4746) | Enough7 | 2023-09-08 | -1/+1 |
| | | | | | * Fixed dead link in `xml.html.markdown` * Found better link | |||
* | Update expected results for ceil and floor (#4747) | triumphantomato | 2023-09-08 | -2/+2 |
| | | | ceil and floor return ints not floats - check in repl or the python3 docs here: https://docs.python.org/3/library/math.html | |||
* | [python/en] add hint about leading underscore indicating internal use (#4748) | triumphantomato | 2023-09-08 | -1/+3 |
| | ||||
* | [python/en] Updated Decorator and wrapping explanation (#4749) | triumphantomato | 2023-09-08 | -17/+53 |
| | | | Now it includes motivation, an explanation of functools.wraps, and demonstrates the utility of wrapping. | |||
* | [awk] Fix wrong example output (in all languages) (#4750) | Adrien LUDWIG | 2023-09-08 | -5/+5 |
| | ||||
* | Merge pull request #4744 from rosnerdev/patch-1 | Marcel Ribeiro-Dantas | 2023-09-05 | -1/+1 |
|\ | | | | | [dart/en] Fixed typo | |||
| * | Fixed typo | rosnerdev | 2023-09-04 | -1/+1 |
|/ | ||||
* | Fix go math library alias (#4702) | Tavis | 2023-08-25 | -1/+1 |
| | | | Fix go math library alias | |||
* | [haskell/en] Add up-to-date community version of LYAH tutorial (#4341) | Stanislav (Stanley) Modrak | 2023-08-25 | -1/+2 |
| | | | | | * Add up-to-date community version of LYAH tutorial * Update haskell.html.markdown | |||
* | [en/java] mistake fix and add missed assignment (#4344) | Ivan | 2023-08-25 | -0/+3 |
| | ||||
* | When is not a function, but an expression (#4603) | Stefan Lobbenmeier | 2023-08-25 | -1/+1 |
| | | | https://kotlinlang.org/docs/control-flow.html#when-expression | |||
* | [javascript/en] Reorder block (#4706) | Chris Harding | 2023-08-25 | -4/+4 |
| | | | | | | It makes more sense here, as in the type coercion on addition is what leads to the weird behavoir. Co-authored-by: Chris Harding <christopher.harding@galvanize.com> | |||
* | Add Extra whitespace in order to fix isplay problems (#4371) | Rhinostril | 2023-08-25 | -1/+1 |
| | ||||
* | Clarify "Method Resolution Order" (#4687) | Stanislav (Stanley) Modrak | 2023-08-25 | -3/+3 |
| | ||||
* | Update c-cn.html.markdown (#4740) | erhu | 2023-08-25 | -1/+1 |
| | | | chore: typedefs to typedef | |||
* | Merge pull request #4378 from Maou-Shimazu/master | Marcel Ribeiro-Dantas | 2023-08-04 | -0/+229 |
|\ | | | | | [v/en] Adding markdown file for V | |||
| * | Adding markdown file for V | Maou-Shimazu | 2022-04-18 | -0/+229 |
| | | ||||
* | | Merge pull request #4717 from whoami-anoint/patch-1 | Marcel Ribeiro-Dantas | 2023-07-22 | -0/+1 |
|\ \ | | | | | | | Update javascript.html.markdown | |||
| * | | Update javascript.html.markdown | Anoint | 2023-07-21 | -0/+1 |
| | | | ||||
* | | | Merge pull request #4715 from verhovsky/ocaml | Marcel Ribeiro-Dantas | 2023-07-22 | -33/+35 |
|\ \ \ | | | | | | | | | [ocaml/en] Proofread | |||
| * | | | Proofread OCaml | Boris Verkhovskiy | 2023-07-19 | -33/+35 |
| |/ / | ||||
* | | | Merge pull request #4712 from wisheth/patch-1 | Marcel Ribeiro-Dantas | 2023-07-22 | -1/+1 |
|\ \ \ | |/ / |/| | | [sql/en] Fixing a small capitalization error | |||
| * | | Update sql.html.markdown | WISH, ETHEREAL | 2023-07-18 | -1/+1 |
|/ / | | | | | Capitalization on final instance of "LIKE" was inconsistent with the standard proposed at the beginning of the article | |||
* | | Merge pull request #4701 from sjrct/patch-1 | Marcel Ribeiro-Dantas | 2023-07-12 | -1/+1 |
|\ \ | | | | | | | [json/en] Top level value can be of any type | |||
| * | | [json/en] Top level value can be of any type | Chris Harding | 2023-07-09 | -1/+1 |
|/ / | | | | | Not just an array or object | |||
* | | Merge pull request #4697 from martynas-sm/patch-1 | Marcel Ribeiro-Dantas | 2023-07-05 | -2/+0 |
|\ \ | | | | | | | [dynamic-programming/en] Removed outdated link from dynamic-programming section. | |||
| * | | Removed outdated link from dynamic-programming section. | martynas-sm | 2023-07-05 | -2/+0 |
|/ / | | | | | The link to a quiz on https://www.commonlounge.com/discussion/cdbbfe83bcd64281964b788969247253 is no longer valid. | |||
* | | Merge pull request #4694 from smith558/patch-7 | Marcel Ribeiro-Dantas | 2023-07-02 | -0/+5 |
|\ \ | | | | | | | [ocaml/en] Add further resources | |||
| * | | Add further resources | Stanislav (Stanley) Modrak | 2023-06-30 | -0/+5 |
|/ / | ||||
* | | Merge pull request #4693 from 0neomar/patch-1 | Marcel Ribeiro-Dantas | 2023-06-27 | -1/+1 |
|\ \ | | | | | | | [r/es-es] Fix typo | |||
| * | | [r/es] Fix typo | Neomar Rodríguez | 2023-06-26 | -1/+1 |
|/ / | ||||
* | | Merge pull request #4691 from Lolabird/patch-1 | Marcel Ribeiro-Dantas | 2023-06-25 | -1/+2 |
|\ \ | | | | | | | '[git]' fix typo in blame section so code block can appear properly | |||
| * | | fix typo in blame section so code block can appear properly | Octavia | 2023-06-25 | -1/+2 |
|/ / | | | | | Code block wasn't rendering properly because there wasn't a line break before it. | |||
* | | [ruby/zh-cn] fix typo (#4681) | kdxcxs | 2023-06-08 | -2/+2 |
| | | ||||
* | | Merge pull request #4675 from dag7dev/patch-1 | Marcel Ribeiro-Dantas | 2023-05-26 | -2/+2 |
|\ \ | | | | | | | [markdown/it] fix: corrected typo | |||
| * | | fix: corrected typo in italian markdown | Dag7 | 2023-05-26 | -2/+2 |
|/ / | ||||
* | | Merge pull request #4662 from thiagola92/yaml-pt | Marcel Ribeiro-Dantas | 2023-05-07 | -5/+6 |
|\ \ | | | | | | | [yaml/pt-br] Update yaml-pt.html.markdown | |||
| * | | Update yaml-pt.html.markdown | Thiago Lages de Alencar | 2023-05-05 | -5/+6 |
| | | | ||||
* | | | Merge pull request #4663 from thiagola92/csharp-pt | Marcel Ribeiro-Dantas | 2023-05-07 | -21/+21 |
|\ \ \ | |/ / |/| | | [csharp/pt-br] Grammar fix | |||
| * | | Update visualbasic-pt.html.markdown | Thiago Lages de Alencar | 2023-05-05 | -20/+20 |
| | | | | | | | | | Fix many pontuation problems (some mentioned in #3684) | |||
| * | | Update csharp-pt.html.markdown | Thiago Lages de Alencar | 2023-05-05 | -1/+1 |
|/ / | ||||
* | | Fix comment for loop 99 → 100 (#4649) | Hex | 2023-04-20 | -2/+2 |
| | | | | | | Co-authored-by: yuyf <yuyanfei@cmict.chinamobile.con> | |||
* | | Merge pull request #4646 from trietbui85/patch-1 | Marcel Ribeiro-Dantas | 2023-04-16 | -0/+3 |
|\ \ | | | | | | | [groovy/en] Add example with syntax to create a list with data | |||
| * | | Update groovy.html.markdown | trietbui85 | 2023-04-15 | -0/+3 |
|/ / | | | | | ... with syntax to create a list with data. | |||
* | | Merge pull request #4640 from funtaps/patch-1 | Marcel Ribeiro-Dantas | 2023-04-10 | -1/+1 |
|\ \ | | | | | | | [groovy/en] Small groovy bang fix | |||
| * | | Small groovy bang fix | Funtov Kirill | 2023-04-10 | -1/+1 |
|/ / | ||||
* | | Merge pull request #4638 from Raymo111/patch-1 | Marcel Ribeiro-Dantas | 2023-04-07 | -1/+1 |
|\ \ | | | | | | | [YAML/en] Fix typo | |||
| * | | Fix typo | Raymond Li | 2023-04-06 | -1/+1 |
|/ / | ||||
* | | Merge pull request #4635 from Athesto/patch-1 | Marcel Ribeiro-Dantas | 2023-03-31 | -2/+2 |
|\ \ | | | | | | | [python/es-es] Minor typo fix | |||
| * | | Update python-es.html.markdown | Gustavo Adolfo Mejía Sánchez | 2023-03-31 | -2/+2 |
|/ / | | | | | | | - comment explanation - translate the say function to "decir" to match with the final print |