Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | [rust/uk] fix ukrainian translation. | Mathias Schmitt | 2022-07-06 | -1/+1 |
| | ||||
* | [mips/*] Fix branching example (#4315) | Brian Holbrook | 2022-03-03 | -1/+1 |
| | ||||
* | [rust/all] Remove .iter() on array example (#4230) | Ay355 | 2021-11-01 | -1/+1 |
| | | | As of Rust 1.53.0, arrays implement the IntoIterator trait, making .iter() on an array unnecessary | |||
* | [c/uk-ua] Add ukrainian translation for Clang (#3762) | Anastasiia Bondarenko | 2021-08-22 | -0/+860 |
| | | | | | | | * [c/uk-ua] Add ukrainian translation for Clang * Apply suggestions from code review Co-authored-by: Andre Polykanine <ap@oire.me> | |||
* | [ruby/all] Replace tryruby.org with the proper link (#4217) | Petru Madar | 2021-08-21 | -1/+1 |
| | | | | | * Replace tryruby.org with the proper link * Replace tryruby.org with the proper link | |||
* | Merge pull request #3856 from sshine/make-python3-default | Adam Bard | 2020-02-13 | -2/+2 |
|\ | | | | | [Python] Make Python 3 default | |||
| * | Change 'filename:' for Python 2 (legacy) | Simon Shine | 2020-02-12 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 2 'language': Python 2 (legacy) | Simon Shine | 2020-02-12 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | 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)/' {} \; ``` | |||
| * | 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 ``` | |||
* | | Purge my deadname | Leigh Brenecki | 2020-02-13 | -1/+1 |
|/ | ||||
* | Fix en-us 'Get the code' link downloading uk-ua source code for Cypher | tomdaly | 2019-11-14 | -1/+1 |
| | ||||
* | Fix en-us 'Get the code' link downloading uk-ua source code for Go | tomdaly | 2019-11-14 | -1/+1 |
| | ||||
* | Merge pull request #3736 from AstiaSun/mips-ua | Andre Polykanine | 2019-11-07 | -0/+366 |
|\ | | | | | [mips/uk-ua] Add ukrainian translation for MIPS Assemly | |||
| * | Fix discovered misspelling | AstiaSun | 2019-11-02 | -61/+61 |
| | | ||||
| * | [mips/uk-ua] Add ukrainian translation for MIPS Assemly | AstiaSun | 2019-10-28 | -0/+366 |
| | | ||||
* | | Merge pull request #3737 from AstiaSun/go-ua | Andre Polykanine | 2019-11-07 | -0/+449 |
|\ \ | | | | | | | [go/uk-ua] Add ukrainian translation for Go language | |||
| * | | Fix discovered misspelling | AstiaSun | 2019-11-06 | -50/+49 |
| | | | ||||
| * | | [go/uk-ua] Add ukrainian translation for Go language | AstiaSun | 2019-10-30 | -0/+450 |
| |/ | ||||
* | | Merge pull request #3747 from AstiaSun/cypher-ua | Andre Polykanine | 2019-11-01 | -0/+254 |
|\ \ | | | | | | | [cypher/uk-ua] Add ukrainian translation for Cypher query language | |||
| * | | Update word misspelling indicated in the review | AstiaSun | 2019-10-31 | -16/+16 |
| | | | ||||
| * | | [cypher/uk-ua] Add ukrainian translation for Cypher query language | AstiaSun | 2019-10-30 | -0/+254 |
| |/ | ||||
* | | remove mistakes in words according to the review | AstiaSun | 2019-10-31 | -15/+16 |
| | | ||||
* | | merge | AstiaSun | 2019-10-31 | -1/+1 |
|\ \ | ||||
| * | | Update uk-ua/kotlin-ua.html.markdown | Anastasiia Bondarenko | 2019-10-31 | -1/+1 |
| | | | | | | | | | Co-Authored-By: Andre Polykanine <ap@oire.me> | |||
* | | | remove mistakes in words according to the review | AstiaSun | 2019-10-31 | -9/+9 |
|/ / | ||||
* / | [kotlin/uk-ua] Add ukrainian translation for Kotlin | AstiaSun | 2019-10-30 | -0/+463 |
|/ | ||||
* | Fix [wasm/ua] lang param | Oleh Hromiak | 2019-10-08 | -0/+1 |
| | ||||
* | Fix [wasm/ua] filename | Oleh Hromiak | 2019-10-07 | -0/+0 |
| | ||||
* | Add [wasm/uk-ua] and update name in [python/uk-ua] | Oleh Hromiak | 2019-10-07 | -1/+226 |
| | ||||
* | Added translation for [Rust/uk-ua] (#3613) | Volodymyr Korniichuk | 2019-09-01 | -0/+331 |
| | | | | | | | | | | * Added uk-ua tranlation for Rust * fixed lang * fixed "80-symbols per line" limit * Fix filename | |||
* | Type correction for the output of math.sqrt() propagated across versions and ↵ | Anindya Srivastava | 2019-02-06 | -1/+1 |
| | | | | languages | |||
* | Fix upper register in character, closes #3014 | Divay Prakash | 2018-10-18 | -1/+1 |
| | ||||
* | Merge pull request #2983 from ogroleg/master | Adam Bard | 2018-08-23 | -0/+818 |
|\ | | | | | [python/ua] Add Ukrainian translation | |||
| * | [python/ua] Add Ukrainian translation | Oleg Gromyak | 2017-10-29 | -0/+818 |
| | | ||||
* | | fix typo in uk-ua/java file | perry eising | 2018-07-27 | -25/+25 |
| | | ||||
* | | fix typos in uk-ua/javascript file | perry eising | 2018-07-27 | -8/+8 |
|/ | ||||
* | [javascript/uk-ua] Fix typo | Vasiliy Petrov | 2017-10-11 | -1/+1 |
| | ||||
* | fix language code suffix(#2832) | Pratik Karki | 2017-08-25 | -1/+2 |
| | ||||
* | Merge pull request #2456 from Serg-Maximchuk/patch-1 | Andre Polykanine A.K.A. Menelion Elensúlë | 2016-12-13 | -9/+7 |
|\ | | | | | [bash/uk-ua] Translation fixes | |||
| * | [bash/uk-ua] translation fixes | Serg | 2016-10-15 | -9/+7 |
| | | ||||
* | | #2500 followup | ven | 2016-10-23 | -1/+1 |
| | | ||||
* | | [ruby/uk-ua] Created Ukrainian's Ruby translation (#2500) | Serg | 2016-10-23 | -0/+625 |
| | | ||||
* | | [javascript/uk-ua] Fixed typo (#2499) | Serg | 2016-10-23 | -1/+1 |
| | | ||||
* | | [javascript/uk-ua] Fixed typo (#2492) | Serg | 2016-10-22 | -1/+1 |
| | | ||||
* | | [json/uk-ua] translation improvement (#2461) | Serg | 2016-10-15 | -9/+15 |
|/ | ||||
* | add me to list of contributors | clearsense | 2016-05-14 | -0/+1 |
| | ||||
* | fix list of Further Reading | clearsense | 2016-05-14 | -9/+9 |
| | ||||
* | fix some mistakes in comments and code | clearsense | 2016-05-14 | -3/+0 |
| | ||||
* | fix few mistakes in comments and code | clearsense | 2016-05-14 | -2/+3 |
| | | | delete if-statement in 458 line, because there is not place for it | |||
* | [java/uk] Applied comments to #1969 | Andre Polykanine A.K.A. Menelion Elensúlë | 2016-02-27 | -146/+147 |
| |