| Commit message (Collapse) | Author | Age | Lines |
... | |
| | | | | |
| | | | | |
| | | | | | |
Added the setInterval function provided by most browsers
|
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
[go/de] typo fix
|
|/ / / / / |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
[matlab-en] Figure handle and some text issues fixed
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
- File name added to the header;
- Fixed figure handle letter;
- Unnecessary extra word removed.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
This reverts commit 5f7a161f44e683d15d85126db78a6de5f1e0bfab.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
- File name added to the header;
- Fixed figure handle letter;
- Unnecessary extra word removed;
|
| | | | | | |
|
| | | | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Some lines were broken to be better presented
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
The markdown is completely translated
|
| | | | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Updated official python docs link.
|
|/ / / / / / |
|
|\ \ \ \ \ \ |
|
| |\ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
[php/en] Added variable amount of parameters as of php 5.6+
|
| | | | | | | | |
|
| | | | | | | | |
|
| |\ \ \ \ \ \ \
| | | |_|_|_|_|/
| | |/| | | | | |
[php/en] Add more examples and explanations
|
| | |/ / / / /
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Added some clarifying examples to sections on echo(), constants, and
cleaned up formatting on others. Added further explanation about the
spaceship operator.
|
| |\ \ \ \ \ \
| | |/ / / / /
| |/| | | | | |
[ruby/es] General translation update
|
| |/ / / / / |
|
| | | | | | |
|
|\| | | | | |
|
| |\ \ \ \ \
| | | | | | |
| | | | | | | |
[whip/en] Fix typos
|
| | | | | | | |
|
| | | | | | |
| | | | | | |
| | | | | | | |
Fixes https://github.com/adambard/learnxinyminutes-docs/issues/1598
|
| |\ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
[python/en] Adding documentation on ternary operator
|
| | | | | | | | |
|
| |\ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | | |
[python/en] Add some stuff to lists, tuples, dicts, sets and classes
|
| | |\ \ \ \ \ \ \ |
|
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
This is meant to match Python 3 update.
Lists: added remove, insert and index
Sets: added ^, <=, >= operators
Classes: added propery decorator (including getter, setter, deleter)
|
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
This adds the property decorator (getter, setter, deleter) to the class example.
Also update scopes functions to fit PEP8.
|
| | | | | | | | | | |
|
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
Lists: added `remove`, `insert` and `index`
Tuples: added extended unpacking
Dictionaries: added new unpacking from Python 3.5
Sets: added ^, <=, >= operators
|
| |\ \ \ \ \ \ \ \ \
| | | | | | | | | | |
| | | | | | | | | | | |
[python/en]...Added some info on division
|
| | | |/ / / / / / /
| | |/| | | | | | | |
|
| |\ \ \ \ \ \ \ \ \
| | | | | | | | | | |
| | | | | | | | | | | |
ruby and csharp code example updates
|
| | | | | | | | | | | |
|
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | | |
Basic arithmetic bitwise xor operator example
|
| |\ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | |
| | | | | | | | | | | | |
Typo fixes and refactor description of Java Map
|
| | |/ / / / / / / / / |
|
| |\ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | |
| | | | | | | | | | | | |
Update r.html.markdown
|
| | |/ / / / / / / / /
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | | |
Correct key used to execute a line on Windows.
closes #427
|
| |\ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | |
| | | | | | | | | | | | |
Update Julia variable names
|
| | |/ / / / / / / / /
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | | |
Julia supports underscores at the beginning of a variable name now. It also supports a subset of Unicode code points for the first character, and additional code points for subsequent characters.
A full explanation of all available code points was excluded as it is quite complicated and doesn't add much value in the X in Y context.
closes #516
|
| |\ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | |
| | | | | | | | | | | | |
[php/en] Adds late static binding
|
| | |/ / / / / / / / / |
|
| |\ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | |
| | | | | | | | | | | | |
[C/en] More info on dynamically allocated arrays
|
| | | | | | | | | | | | |
|