В книжці | В реальному світі |
---|---|
Битва під Корівником | громадянська війна на теренах колишньої російської імперії |
Битва під Вітряком | німецько-радянська війна |
Ворон Мойсей | Російська Православна Церква |
Вівці | корисні ідіоти |
Вітряк | ДніпроГЕС та інше. Єдине, часто їх підірвали саме війська НКВС а не німці |
Голуби | Розвідка і пропаганда назовні |
Кнур Наполеон | Сталін |
Кнур Пищик | пропагандистська машина, можливо якийсь місцевий Геббельс |
This file contains 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
gh repo list "$GH_ORG_OR_USER_NAME" --limit 1000 | sort > repos.list | |
cat repos.list | while read -r repo _; do | |
echo "--- Start $repo ---" | |
gh repo clone "$repo" "$repo" | |
echo "--- End $repo ---" | |
done |
This file contains 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
repos: | |
- repo: https://github.com/antonbabenko/pre-commit-terraform | |
rev: v1.77.1 | |
hooks: | |
#? Restricts Terraform and providers versions. | |
#? | |
#? | |
#? Terraform | |
#? |
This file contains 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
# How to install: | |
# pre-commit install --install-hooks && pre-commit install --install-hooks -t commit-msg | |
# How temporary skip one of hooks: https://pre-commit.com/#temporarily-disabling-hooks | |
repos: | |
####### | |
# ALL # | |
####### |
This file contains 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
[get-mfa] | |
aws_access_key_id = XXXXXXXXXXXXXXXXXXXX | |
aws_secret_access_key = XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX |
This file contains 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
variable "account_names" { | |
default = ["prod", "dev", "sb"] | |
} | |
variable "aws_accounts_ids" { | |
type = "map" | |
default = { | |
dev = "xxxxxxxxxxxx" | |
prod = "yyyyyyyyyyyy" |
This file contains 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
[user] | |
name = MaxymVlasov | |
email = [email protected] | |
signingkey = D17008C3CDCF957F | |
[gpg] | |
program = /usr/bin/gpg | |
[core] | |
editor = "vim" | |
[commit] | |
gpgsign = true |
КПІ 5 курс, 2 семестр
Пари за 2 тижні | Назва предмету | Препод | Тип |
---|---|---|---|
2 Лек, 1 Лаб | Технології розподілених обчислень | Гордієнко Ю. Г. | |
2 Лек, 1 Прак | Патентознавство та інтелектуальна власність | Лек - Ромашко А. С., прак - Гаврушкевич Н. В. | Залік |
1 Лек, 1 Прак | Цивільний захист | Пятова А. В. | |
2 Лек, 1 Прак | Основи інженеріїї та технології ст |
If you need to get all the keys from the branch of Consul and put in .ini
file:
[service]
{{range tree "path/to/service"}}{{.Key | replaceAll "/" "." }}={{.Value}}
tree
get all keys by path.range
get access to{{.Key}}
and{{.Value}}
constructions.{{.Key | replaceAll "/" "." }}
- replace all/
in path to nested keys in dir (path/to/service
) to.
.
Feature | AWS API Gateway | Kong |
---|---|---|
gzip | - (AWS cloudfront supports gzip compression , what you can do is just create new cloudfront distribution a |
NewerOlder