Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Changed sentence about deprecated python 2 | caminsha | 2020-02-17 | -1/+1 |
| | ||||
* | removed section with different .format for stringformatting | caminsha | 2020-02-16 | -4/+0 |
| | ||||
* | Fixed explanation about legacy python | caminsha | 2020-02-16 | -5/+2 |
| | ||||
* | Delete python3-de.html.markdown | caminsha | 2020-02-15 | -646/+0 |
| | | | | | I deleted the old file. I'm sorry I had to commit twice. Was my first time to fetch upstream and merge it with old files. | |||
* | fetched upstream and made some translations to Python | caminsha | 2020-02-15 | -7821/+8625 |
|\ | ||||
| * | fix cs-cz python3 again | Adam Bard | 2020-02-13 | -1/+1 |
| | | ||||
| * | fix en python again | Adam Bard | 2020-02-13 | -1/+1 |
| | | ||||
| * | fix pl pythonlegacy | Adam Bard | 2020-02-13 | -2/+0 |
| | | ||||
| * | fix cs-cz python3 | Adam Bard | 2020-02-13 | -2/+2 |
| | | ||||
| * | fix en python language | Adam Bard | 2020-02-13 | -1/+1 |
| | | ||||
| * | Merge pull request #3856 from sshine/make-python3-default | Adam Bard | 2020-02-13 | -8303/+8303 |
| |\ | | | | | | | [Python] Make Python 3 default | |||
| | * | Python 3: Use 'filename: learnpython*.py' (no '3') | Simon Shine | 2020-02-12 | -13/+13 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before renaming, Python 3 filenames were 'learnpython3*.py'. This commit removes the '3' part from the filename. To verify that the filenames were named consistently across translations prior to this commit, and to change this: ``` ack -H 'filename:' python.html.markdown find . -name "python-*.markdown" -exec ack -H 'filename:' {} \; sed -i 's/^filename: learnpython3/filename: learnpython/' \ python.html.markdown find . -name "python-*.markdown" -exec \ sed -i 's/^filename: learnpython3/filename: learnpython/' {} \; ``` | |||
| | * | Change 'filename:' for Python 2 (legacy) | Simon Shine | 2020-02-12 | -15/+15 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before renaming, all Python 2 filenames were 'learnpython-*.py'. This commit renames them to 'learnpythonlegacy-*.py'. To verify that the filenames were named consistently across translations prior to this commit, and to change this: ``` find . -name "pythonlegacy*.markdown" -exec ack filename: {} \; find . -name "pythonlegacy*.markdown" -exec \ sed -i 's/^filename: learnpython/filename: learnpythonlegacy/' {} \; ``` | |||
| | * | Python 3: 'language: Python' | Simon Shine | 2020-02-12 | -12/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Instead of listing 'language: python3' for Python 3, use language: Python as #3450 does. ``` find . -iname "python-*.markdown" -exec \ sed -i 's/language: python3/language: Python/' {} \; ``` | |||
| | * | Python 2 'language': Python 2 (legacy) | Simon Shine | 2020-02-12 | -15/+15 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Instead of listing 'language: python' for Python 2, use language: Python 2 (legacy) ``` find . -iname "*pythonlegacy*" -exec \ sed -i 's/^language: .*/language: Python 2 (legacy)/' {} \; ``` | |||
| | * | Switch links: 'python3 <-> python' and 'python <-> pythonlegacy' | Simon Shine | 2020-02-12 | -13/+13 |
| | | | | | | | | | | | | The list of references is exhausted by running 'ack docs/python'. | |||
| | * | Rename Python 3 markdown files into 'python' | Simon Shine | 2020-02-12 | -0/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | ``` for f in $(find . -iname "*python3*" | grep -vE 'git'); do fnew=$(echo "$f" | sed 's/python3/python/') git mv "$f" "$fnew" done | |||
| | * | Rename Python 2 markdown files into 'pythonlegacy' | Simon Shine | 2020-02-12 | -0/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | ``` for f in $(find . -iname "*python*" | grep -vE 'python3|git|statcomp'); do flegacy=$(echo "$f" | sed 's/python/pythonlegacy/') git mv "$f" "$flegacy" done ``` | |||
| * | | Merge branch 'master' of https://github.com/adambard/learnxinyminutes-docs | Leigh Brenecki | 2020-02-13 | -96/+140 |
| |\ \ | ||||
| | * \ | Merge pull request #3843 from nihilismus/clojure-es-es | Max Schumacher | 2020-02-12 | -96/+140 |
| | |\ \ | | | |/ | | |/| | [clojure/es] Update translation | |||
| | | * | Update translation | Antonio Hernández Blas | 2020-02-06 | -98/+136 |
| | | | | ||||
| | | * | Limit document to 80 columns, where possible | Antonio Hernández Blas | 2020-02-05 | -17/+23 |
| | | | | ||||
| * | | | Purge my deadname | Leigh Brenecki | 2020-02-13 | -36/+37 |
| |/ / | ||||
| * | | Merge pull request #3819 from FedeHC/master | Max Schumacher | 2020-02-11 | -0/+115 |
| |\ \ | | | | | | | | | [sql/es] Translate SQL to Spanish | |||
| | * | | Update es-es/sql-es.html.markdown | FedeHC | 2020-02-07 | -1/+1 |
| | | | | | | | | | | | | Co-Authored-By: Antonio Hernández Blas <1096022+nihilismus@users.noreply.github.com> | |||
| | * | | Update es-es/sql-es.html.markdown | FedeHC | 2020-02-07 | -1/+1 |
| | | | | | | | | | | | | Co-Authored-By: Antonio Hernández Blas <1096022+nihilismus@users.noreply.github.com> | |||
| | * | | Update es-es/sql-es.html.markdown | FedeHC | 2020-02-07 | -1/+1 |
| | | | | | | | | | | | | Co-Authored-By: Antonio Hernández Blas <1096022+nihilismus@users.noreply.github.com> | |||
| | * | | [sql/es] Translate SQL to Spanish | FedeHC | 2020-01-14 | -0/+115 |
| | | | | ||||
| * | | | Merge pull request #3853 from caminsha/de-de/D_typofix | Max Schumacher | 2020-02-10 | -32/+32 |
| |\ \ \ | | | | | | | | | | | [D/de-de] Fixed some typos in translation | |||
| | * | | | fixed some typos in German translation | caminsha | 2020-02-09 | -27/+27 |
| | | | | | ||||
| | * | | | started fixing the translation | caminsha | 2020-02-09 | -5/+5 |
| |/ / / | ||||
* / / / | fixed some small typos in German translation | caminsha | 2020-02-10 | -21/+12 |
|/ / / | ||||
* | | | Merge pull request #3849 from petrroll/patch-2 | Divay Prakash | 2020-02-09 | -0/+10 |
|\ \ \ | | | | | | | | | [go/en] Add value/reference semantics information for arr/slices. | |||
| * | | | [go/en] Add value/reference semantics information for arr/slices. | Petr Houška | 2020-02-08 | -0/+10 |
| | | | | ||||
* | | | | Merge pull request #3848 from petrroll/patch-1 | Divay Prakash | 2020-02-09 | -1/+2 |
|\ \ \ \ | | | | | | | | | | | [go/en] Clarify safety of taking local variable address. | |||
| * | | | | [go/en] Clarify safety of local variable address taking. | Petr Houška | 2020-02-08 | -1/+2 |
| |/ / / | ||||
* | | | | Merge pull request #3852 from divayprakash/fix-lang | Divay Prakash | 2020-02-09 | -1/+2 |
|\ \ \ \ | | | | | | | | | | | Add lang code, fix #3850 | |||
| * | | | | Add lang code, fix #3850 | Divay Prakash | 2020-02-09 | -1/+2 |
|/ / / / | ||||
* | | | | Merge pull request #3851 from petrroll/patch-3 | Max Schumacher | 2020-02-09 | -1/+1 |
|\ \ \ \ | |/ / / |/| | | | [rust/en] Small stylistic fix. | |||
| * | | | [rust/en] Small stylistic fix. | Petr Houška | 2020-02-08 | -1/+1 |
|/ / / | ||||
* | | | Merge pull request #3841 from Badalik/javascript-ru | Max Schumacher | 2020-02-08 | -1/+1 |
|\ \ \ | | | | | | | | | Fixed prototype function return value comment in javascript-ru | |||
| * | | | fix(javascript-ru): fixed return value comment in javascript-ru.html.markdown | Vitaliy Badalov | 2020-02-05 | -1/+1 |
| | |/ | |/| | ||||
* | | | Merge pull request #3845 from Keating950/patch-2 | Divay Prakash | 2020-02-08 | -44/+55 |
|\ \ \ | | | | | | | | | [MIPS Assembly/en] fixing line length | |||
| * | | | [MIPS Assembly/ en] fixing line length | Keating950 | 2020-02-07 | -44/+55 |
|/ / / | | | | | | | Some lines were greater than 80 characters long, which causes some unaligned wrapping of comments on the website. This PR reduces all lines' length to a maximum of 80. | |||
* | | | Merge pull request #3820 from ram231/master | Divay Prakash | 2020-02-06 | -145/+267 |
|\ \ \ | |/ / |/| | | [dart/en] Update Guide and add more features | |||
| * | | Update dart.html.markdown | Divay Prakash | 2020-02-06 | -1/+1 |
| | | | | | | | | | Fix spacing | |||
| * | | Merge branch 'master' into master | Divay Prakash | 2020-02-02 | -497/+4226 |
| |\ \ | ||||
| * | | | add dart null aware operator | Vince Ramces V. Oliveros | 2020-01-16 | -0/+5 |
| | | | | ||||
| * | | | add generics and in-depth for nums and List | Vince Ramces V. Oliveros | 2020-01-16 | -20/+136 |
| | | | | ||||
| * | | | prefer using 3 slash for code comments | Vince Ramces V. Oliveros | 2020-01-16 | -140/+139 |
| | |/ | |/| |