- Яндекс
- Программы стажировок
- Разработка (Python, C++, Java, Go, Kotlin, Scala, C, фронтенд)
- Анализ данных
- Информационная безопасность
- AppSec
- Бизнес
- Программы стажировок
- Тестирование
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
PNG_IMAGES := $(wildcard ./src/*/*.png ./src/*/*/*.png ./static/*/*.png ./static/*/*/*.png) | |
JPG_IMAGES := $(wildcard ./src/*/*.jpg ./src/*/*/*.jpg ./static/*/*.jpg ./static/*/*/*.jpg) | |
optimize-images: optimize-svg optimize-png optimize-avif optimize-webp | |
optimize-svg: | |
npx svgo --multipass -f ./src -r && \ | |
npx svgo --multipass -f ./static -r | |
optimize-png: |
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
{ | |
"title": "JSON schema for NodeBB configuration file", | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"type": "object", | |
"properties": { | |
"url": { | |
"type": "string", | |
"description": "Is the full web-accessible address that points to your NodeBB. If you don't have a domain, an IP address will work fine (e.g. http://127.0.0.1:4567 ). Subfolder installations also define their folder here as well (e.g. http://127.0.0.1:4567/forum )" | |
}, | |
"secret": { |
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
chcp 1251 >NUL | |
start chrome.exe | |
start %USERPROFILE%\AppData\Local\Discord\Update.exe --processStart Discord.exe | |
TIMEOUT /T 10 /NOBREAK | |
start chrome https://www.yandex.ru/ | |
start chrome https://mail.ru/ | |
start chrome https://twitter.com/ |