- [Введение в программирование на Go][1]
- [Маленькая книга о Go][3]
- [Эффективный Go][2]
- Есть еще [Краткий пересказ Effective Go на русском языке][4], но 2009 года
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
""" | |
Script for import your LastPass passwords to KeePassX. | |
""" | |
from lastpass import Vault | |
from kppy.database import KPDBv1 | |
from urllib.parse import urlparse | |
LASTPASS_USERNAME = '***@gmail.com' | |
LASTPASS_PASSWORD = '***' |
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
# Hello, FeinCMS | |
Инструкция по установке FeinCMS. | |
1) Создаём папку для проекта и переходим в неё | |
mkdir hello-feincms | |
cd hello-feincms | |
2) Создаём виртуальное окружение для проекта |
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
<?php | |
namespace app\models; | |
use yii\base\Model; | |
use Yii; | |
/** | |
* Simplified model with validation rules. | |
* All characters are allowed (you want emojis in the password? Go ahead). |
1) Go to https://git-scm.com/ and check out the latest version of Git
Currently, the latest version is 2.18.0. Download and extract it and go to the folder of the source code:
wget https://mirrors.edge.kernel.org/pub/software/scm/git/git-2.18.0.tar.gz
tar xf git-2.18.0.tar.gz
cd git-2.18.0/
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
import hmac | |
import hashlib | |
import base64 | |
class ImgProxy: | |
""" | |
The class generates a signature for the imgproxy (https://github.com/DarthSim/imgproxy). | |
Author: Yehor Smoliakov (https://github.com/egorsmkv) |
- Внутрішньодержавні платіжні системи та міжнародні платіжні системи, платіжними організаціями яких є резиденти -- https://bank.gov.ua/control/uk/publish/article?art_id=7746551
- Міжнародні платіжні системи, платіжними організаціями яких є нерезиденти -- https://bank.gov.ua/control/uk/publish/article?art_id=10345685&cat_id=10345672
Назва | Сайт | Тарифи | Платіжні картки |
---|---|---|---|
LiqPay | https://www.liqpay.ua/uk/ | https://www.liqpay.ua/uk/tariffs | Visa, Mastercard |
Portmone | https://www.portmone.com.ua/r3/uk/ecommerce | https://www.portmone.com.ua/r3/uk/ecommerce | Visa, Mastercard, ПРОСТІР |
UA Pay | http://acquiring.uapay.ua/ | у договорі | Visa, Mastercard, ПРОСТІР |
Platon | https://platon.ua/ua | https://platon.ua/ua | Visa, Visa Checkout, Mastercard, Masterpass, ПРОСТІР |
FONDY | https://fondy.ua/uk/ | https://fondy.ua/uk/tariffs-fondy/ | Visa, Mastercard, ПРОСТІР |
Чтобы не забыть и иметь централизованное место для этих полезных вещей.
Название | Примечения |
---|---|
Google Translate | - |
Bing Microsoft Translator | есть машинное произношение слов |
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
<?php | |
// This script checks all requirements which a server | |
// must have for correct work of Laravel 5.8 | |
// | |
// Author: Yehor Smoliakov | |
$phpVersion = '7.1.3'; | |
$exts = ['openssl', 'pdo', 'mbstring', 'tokenizer', 'xml', 'ctype', 'json', 'bcmath']; |
- Python client: https://github.com/egorsmkv/libra-grpc-py
- Go client: https://github.com/phlip9/libra_example
- NodeJS client: https://github.com/bonustrack/libra-grpc
OlderNewer