This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # | |
| # Введение: про термины | |
| # | |
| # iterable - это любой объект, который определяет метод __iter__, | |
| # то есть от него можно получить итератор. | |
| # | |
| # Итератор - это объект, который определяет метод __next__. | |
| # По нему можно итерироваться (т.е. дергать у него __next__, пока не | |
| # вылетит StopIteration). | |
| # |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ### Keybase proof | |
| I hereby claim: | |
| * I am K900 on github. | |
| * I am k900 (https://keybase.io/k900) on keybase. | |
| * I have a public key whose fingerprint is 3DEF 4272 2BC8 07EC 2C7A 8B44 0217 6752 1CEA 1D2E | |
| To claim this, I am signing this object: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ъуъ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/PKGBUILD b/PKGBUILD | |
| index 4770587..c79c2f2 100644 | |
| --- a/PKGBUILD | |
| +++ b/PKGBUILD | |
| @@ -3,13 +3,13 @@ | |
| pkgname=code-git | |
| pkgdesc='Microsoft Code for Linux, Open Source version from git' | |
| -pkgver=1.16.0.r4621.g783a0aafad | |
| +pkgver=1.16.0.r8766.g515e2b59f5 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| _pkgname=browser-beta | |
| pkgname=yandex-${_pkgname} | |
| pkgver=17.4.1.776 | |
| pkgrel=1 | |
| epoch=1 | |
| pkgdesc="Yandex.Browser" | |
| arch=("x86_64") | |
| license=("custom:yandex-browser") | |
| categories=("network") |
NewerOlder