| Commit message (Collapse) | Author | Age | Lines |
... | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Fixed the spacing to conform with standards.
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Compared is and ==.
Noted that tuples of length 1 require an ending
comma.
Discussed that keys of dictionaries have to be immutable.
Added
that elements of a set have to be immutable.
Included an explanation of
returning multiple values with tuple assignments.
Added some clarifying
remarks to comments.
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
[python3/en]Add step parameter to range function
|
| | |_|_|_|/ /
| |/| | | | |
| | | | | | | |
A description of the step parameter of the range function is added. An example of its use in a for loop is also given.
|
|\ \ \ \ \ \ \
| |_|_|_|_|_|/
|/| | | | | | |
[css/en] Added some Further Reading Links for CSS
|
| | |_|_|_|/
| |/| | | |
| | | | | |
| | | | | | |
And changed CanIUse to “Can I Use…”
|
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
Update ruby-ru.html.markdown
|
|/ / / / / |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Correct usage of "it's" in javascript doc
|
| |/ / / / |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Added how to declare and initialize variables for single and multiple instances
|
| | | | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
multiple varibles with the same value. Important concept for large structured programs. Seperated this a little bit.
|
| | | | | | |
|
| | | | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
multiple varibles with the same value. Important concept for large structured programs. Seperated this a little bit.
|
| | |/ / /
| |/| | |
| | | | |
| | | | | |
combination of strings with html tags as this is important to understand when templating say output code from a database transaction.
|
|\ \ \ \ \
| | | | | |
| | | | | | |
markdown example: fixed missing ! to create an actual comment
|
| |/ / / /
| | | | |
| | | | | |
... which was causing everything subsequently to be rendered as code block, as the triple back tick (which should be inside a comment) wasn't being escaped as part of a comment
|
|\ \ \ \ \
| | | | | |
| | | | | | |
[PHP] Adds some new php operators
|
| | | | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
[bash/en] Improved descriptions
|
| |/ / / / / |
|
| | | | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
[java/en] Added abstract classes in java
|
| | | | | | | |
|
| | | | | | | |
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
[csharp/de,fr,tr,cn] Put demonstrative condition into ternary expression
|
|/ / / / / / /
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
It should be made clear that the part before the ternary operator is
indeed a condition, most often created as some comparison expression.
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
[hack/en] Fixed some typos and added pt-br translation
|
| | | | | | | | |
|
| | | | | | | | |
|
| | | | | | | | |
|
| | |_|/ / / /
| |/| | | | | |
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
{c}Variable size array, user size input added.
|
| | | | | | | | |
|
| | |_|_|/ / /
| |/| | | | |
| | | | | | |
| | | | | | | |
Fixed Issue #1170
Variable size array, user size input added.
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
Fixing some typos
|
| | | | | | | | |
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | | |
{common-lisp}Issue #1157 comment for '-p'
|
| | | | | | | | | |
|
| | |/ / / / / /
| |/| | | | | |
| | | | | | | | |
Comment explaining '-p', in line 178.
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | | |
{C++}Clarified fooRef address.
|
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
the address
|
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Better explained reference address.
|
| |/ / / / / / /
| | | | | | | |
| | | | | | | | |
Regarding issue #1216, Better explaining the Reference 'fooRef'.
|
|\ \ \ \ \ \ \ \
| |_|/ / / / / /
|/| | | | | | | |
swift-tr.html.markdown
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Translated some English sentences.
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | | |
Update French Python 2 with link to English Python 3.
|
| | | | | | | | | |
|