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
| { | |
| "url": "https://t.me/tontipton_bot/start", | |
| "name": "TonTipTon", | |
| "iconUrl": "https://tontipton.com/public/assets/images/logotype-square.png" | |
| } |
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
| { | |
| "url": "https://t.me/JivoPetsBot/play", | |
| "name": "Jivo Pets", | |
| "iconUrl": "https://jivopets.com/images/logo-180.png" | |
| } |
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
| { | |
| "url": "https://t.me/JivoPetsBot/play", | |
| "name": "Jivo Pets", | |
| "iconUrl": "https://app.jivopets.com/assets/logo-180.png" | |
| } |
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
| export LS_COLORS="no=00;38;5;244:rs=0:di=00;38;5;33:ln=01;38;5;37:mh=00:pi=48;5;230;38;5;136;01:so=48;5;230;38;5;136;01:do=48;5;230;38;5;136;01:bd=48;5;230;38;5;244;01:cd=48;5;230;38;5;244;01:or=48;5;235;38;5;160:su=48;5;160;38;5;230:sg=48;5;136;38;5;230:ca=30;41:tw=48;5;64;38;5;230:ow=48;5;235;38;5;33:st=48;5;33;38;5;230:ex=01;38;5;64:*.tar=00;38;5;61:*.tgz=01;38;5;61:*.arj=01;38;5;61:*.taz=01;38;5;61:*.lzh=01;38;5;61:*.lzma=01;38;5;61:*.tlz=01;38;5;61:*.txz=01;38;5;61:*.zip=01;38;5;61:*.z=01;38;5;61:*.Z=01;38;5;61:*.dz=01;38;5;61:*.gz=01;38;5;61:*.lz=01;38;5;61:*.xz=01;38;5;61:*.bz2=01;38;5;61:*.bz=01;38;5;61:*.tbz=01;38;5;61:*.tbz2=01;38;5;61:*.tz=01;38;5;61:*.deb=01;38;5;61:*.rpm=01;38;5;61:*.jar=01;38;5;61:*.rar=01;38;5;61:*.ace=01;38;5;61:*.zoo=01;38;5;61:*.cpio=01;38;5;61:*.7z=01;38;5;61:*.rz=01;38;5;61:*.apk=01;38;5;61:*.gem=01;38;5;61:*.jpg=00;38;5;136:*.JPG=00;38;5;136:*.jpeg=00;38;5;136:*.gif=00;38;5;136:*.bmp=00;38;5;136:*.pbm=00;38;5;136:*.pgm=00;38;5;136:*.ppm=00;38;5;136:*.tga=00;38;5;136:*.xbm |
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
| <html> | |
| <head> | |
| <style> | |
| * { | |
| font-family:Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif; | |
| } | |
| </style> | |
| </head> | |
| <body> | |
| <table cellpadding="0" cellspacing="0" class="email-wrapper" style="padding-top:32px;background-color:#ffffff;"><tbody> |
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
| I've been in five or six countries and I guess I will visit more in the future. | |
| I really want to go to Thailand. I have been there twice and want more. I like this place. My plan is to live there for several months in Chiang May. It's a city on the north of Thailand. I am going to visit some interesting places there, like different temples and national parks. It's a beautiful place with kind people, beautiful nature and warm climate. Also, I want to go to North Europe to visit scandic countries like Norway and Sweden. Finally, I want to visit United Kingdom. I am looking forward to be walking around in England and Ireland. | |
| Thailand and thai people could teach one to be calm and kind. They lives in harmony with nature and to each other, so I can learn it and bring it to my life. Perhaps I will go to a vipassana course in some buddism monastery. Scandic countries are very interesting and unusual. I've never been there, so it is going to be a joyful journey. English countries will help me to improve my languag |
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
| converter: | |
| ffmpeg -i animation.gif -b:v 0 -crf 5 animation.mp4 | |
| embed: | |
| <video autoplay loop muted playsinline> | |
| <source src="animation.mp4" type="video/mp4"> | |
| </video> |
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
| Перейти во вкладку SSH | |
| MySQL Host: 127.0.0.1 | |
| Username: вписать, указанные при настройке | |
| Password: вписать, указанные при настройке | |
| Database: — | |
| Port: — | |
| SSH Host: в config.yaml из private_network | |
| SSH User: vagrant | |
| SSH Password: — |
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
| Механизм авторизации на новых проектах | |
| Для всех случаев, когда требуется закрыть доступ, нам необходимы авторизация и аутентификация. | |
| Базовые требования: Система должна проверять пароль при первой попытке доступа через форму входа, и запоминать войденность пользователя при последующем использовании интерфейса. | |
| Реализовано это может быть тремя способами: | |
| 1. Базовая авторизация через htaccess | |
| 2. Базовая авторизация через php | |
| 3. Cложная система ролей через php с использованием БД |
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
| brew services stop mysql | |
| brew services start mysql |
NewerOlder