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 don't care - Мне всё равно | |
| pros and cons - за и против | |
| It's up to you - Решай сам | |
| What of it? - И что из этого? | |
| It's out of place - Это неуместно | |
| What for? - Зачем? | |
| It's waste of time - Это трата времени | |
| Let's clear it up - Давай разберёмся. | |
| Let's drop the subject - Давай оставим эту тему | |
| Mind one's own business - Занимайся своим делом |
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
| Laravel have more interesting providers. For what? | |
| For example. | |
| For all pages we have one block which get to us archives (months & year). | |
| Ok. | |
| We have Post model and method archives() which return list "Month Year" | |
| Febriary 2018 | |
| January 2018 | |
| March 2017 | |
| etc. |
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
| To server | |
| File | |
| scp /home/file1.zip root@192.168.0.2:/home2/ | |
| Folder | |
| scp -r /home/ root@192.168.0.2:/home2/ | |
| From server | |
| File | |
| scp root@192.168.0.2:/home2/file1.zip /home/ | |
| Folder |
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
| A fast string manipulation library with multibyte support. Based on "Stringy" lib, with focus on speed. | |
| https://github.com/fe3dback/str | |
| Improvements to PHP's type system in userland: generics, typed lists, tuples and structs https://spatie.be/en/opensource/php | |
| https://github.com/spatie/typed |
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
| Dialogue and the Art of Thunking Together | |
| The Web of life | |
| PHP: Objects, Patterns, and Practice (matt zandstra) | |
| Gang of Four |
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
| Some time ago I get project. | |
| And before get it, I ask "What CVS you use for?". Answer been "GIT!" | |
| Ok. | |
| But how I been impressed becouse CVS been Mercurial (HG). | |
| Ok, it is what it is. | |
| Google helped me. | |
| https://git-scm.com/book/en/v2/Git-and-Other-Systems-Migrating-to-Git |
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
| http://www.drupalwoo.com/content/blog/my-first-drupal-8-module | |
| https://internetdevels.com/blog/building-drupal-8-modules-a-practical-guide | |
| https://drupalfly.ru/lesson/drupal-8-database-api-cast-2-osnovnye-zaprosy-v-bd | |
| https://drupalfly.ru/lesson/drupal-8-database-api-cast-1-sozdanie-tablicy | |
| http://www.internet-technologies.ru/articles/postroenie-modulya-drupal-8-bloki-i-moduli.html | |
| DB | |
| https://drupal-coder.ru/blog/rabota-s-bazoi-dannyh-v-drupal-8 | |
| https://api.drupal.org/api/drupal/core%21lib%21Drupal%21Core%21Database%21database.api.php/function/hook_schema/8.5.x |
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
| accept - принять | |
| apply - применить | |
| deny - отказать | |
| cancel - отменить | |
| delete - удалить | |
| are you sure? - вы уверены? | |
| password - пароль | |
| login - логин | |
| name - имя | |
| last name - фамилия |
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
| <?php | |
| $data = 'XCC58-AYA68-75ZUU-19TDZ'; | |
| $config = array( | |
| 'digest_alg' => 'sha512', | |
| 'private_key_bits' => 4096, | |
| 'private_key_type' => OPENSSL_KEYTYPE_RSA, | |
| ); |
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
| server | |
| { | |
| listen *:80; | |
| server_name .domain; | |
| charset utf8; | |
| root /home/livesinspb/httpdocs/domains/domain; | |
| access_log /home/livesinspb/httpdocs/logs_all/domain.access.log ; | |
| error_log /home/livesinspb/httpdocs/logs_all/domain.error.log debug; | |
NewerOlder