| Commit message (Collapse) | Author | Age | Lines |
... | |
|\ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | |
| | | | | | | | | | | | |
[python3/en] A note about common gotcha with mutable defaults
|
| |/ / / / / / / / / /
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | | |
A reminder to be aware of using mutable defaults.
Whether it is a real problem or not depends on exact use-case, but an update fully describing that and updating code with copying list, or defaulting with None and conditional initialization, would probably negatively affect readability of the example.
|
|/ / / / / / / / / /
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
* Add changes to dict item ordering in Python 3.7+
* Fix line length
* Fix typo in example
|
|\ \ \ \ \ \ \ \ \ \
| | | | | | | | | | |
| | | | | | | | | | | |
[sl-si/asciidoc] Add Slovenian translation for AsciiDoc
|
| | | | | | | | | | | |
|
|\ \ \ \ \ \ \ \ \ \ \
| |/ / / / / / / / / /
|/| | | | | | | | | | |
[solidity/cn] [solidity.html.markdown] Chinese translate for solidity
|
| | | | | | | | | | | |
|
| | |/ / / / / / / /
| |/| | | | | | | | |
|
|\ \ \ \ \ \ \ \ \ \
| | | | | | | | | | |
| | | | | | | | | | | |
[yaml/ru] Translate Yaml into Russian
|
| | | | | | | | | | | |
|
| | | | | | | | | | | |
|
|/ / / / / / / / / / |
|
|\ \ \ \ \ \ \ \ \ \
| | | | | | | | | | |
| | | | | | | | | | | |
[racket/en] Fix section numbering
|
| | |_|_|_|/ / / / /
| |/| | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
Index number for the `Functions` sections is numbered `3.` -- just like the `Structs and Collections` section before it.
This fixes section numbering for `Functions` and all subsequent sections.
|
|\ \ \ \ \ \ \ \ \ \
| | | | | | | | | | |
| | | | | | | | | | | |
[yaml/en] Removed duplicate is in YAML docs
|
|/ / / / / / / / / / |
|
|\ \ \ \ \ \ \ \ \ \
| | | | | | | | | | |
| | | | | | | | | | | |
[php-composer/ru] Update Russian translation for Composer
|
|/ / / / / / / / / /
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
Fix various translation and spelling errors.
|
|\ \ \ \ \ \ \ \ \ \
| |/ / / / / / / / /
|/| | | | | | | | | |
[common-lisp/es] Spanish Translation for Common Lisp
|
|/ / / / / / / / /
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Closes #3338. the original translation was edited according to my review.
Co-authored-by: Ivan Choff <ivanchoff@gmail.com>
|
|\ \ \ \ \ \ \ \ \
| | | | | | | | | |
| | | | | | | | | | |
[python3/en] show chaining operators nicer
|
| |/ / / / / / / / |
|
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
* [python3/en] show that True and False are ints
* [python3/en] rework some boolean stuff
I removed the example `-5 != False != True #=> True` because we didn't cover chaining yet.
|
|\ \ \ \ \ \ \ \ \
| | | | | | | | | |
| | | | | | | | | | |
Update yaml-de.html.markdown
|
| |/ / / / / / / / |
|
|\ \ \ \ \ \ \ \ \
| | | | | | | | | |
| | | | | | | | | | |
[lua/en] Update from gist/tylerneylon
|
| |/ / / / / / / /
| | | | | | | | |
| | | | | | | | | |
Note: https://gist.github.com/tylerneylon/5853042#gistcomment-851184
|
|\ \ \ \ \ \ \ \ \
| | | | | | | | | |
| | | | | | | | | | |
[red/en] Update red.html.markdown
|
| | | | | | | | | | |
|
| |/ / / / / / / /
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
The inequality operator was given as "!=", should be "<>".
The until construct was described as not returning a value: it always returns true if it finishes.
|
|\ \ \ \ \ \ \ \ \
| |/ / / / / / / /
|/| | | | | | | | |
Add Superblocks Lab IDE to additional resources
|
|/ / / / / / / /
| | | | | | | |
| | | | | | | | |
Added a useful tool for beginners to learn and experiment with when using Solidity
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | | |
[php-composer/ru-ru] Add Russian translation of Composer
|
| | | | | | | | | |
|
| | | | | | | | | |
|
| | | | | | | | | |
|
|/ / / / / / / / |
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | | |
[M (MUMPS)/en] Add M/MUMPS language
|
| | | | | | | | | |
|
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Syntax highlighting using jinja in some places to avoid erroneous color scheme.
|
|\ \ \ \ \ \ \ \ \
| | | | | | | | | |
| | | | | | | | | | |
[ansible/en] Clean up
|
| |/ / / / / / / / |
|
|\ \ \ \ \ \ \ \ \
| |/ / / / / / / /
|/| | | | | | | | |
[dart/zh-cn] Fix bool convert
|
|/ / / / / / / /
| | | | | | | |
| | | | | | | | |
Same to my last commit of english version, fix bool implicit conversions support of chinese version.
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | | |
[julia/en] Add push! explanation, closes #2047
|
|/ / / / / / / / |
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | | |
Add local build instructions, closes #3396
|
| | | | | | | | | |
|
| | | | | | | | | |
|
| | | | | | | | | |
|