- Don't criticize, condemn, or complain.
- Give honest and sincere appreciation.
- Arouse in the other person an eager want.
- Never show others that you are not interested in what they have to say.
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
| /* | |
| (c) by Thomas Konings | |
| Random Name Generator for Javascript | |
| */ | |
| function capFirst(string) { | |
| return string.charAt(0).toUpperCase() + string.slice(1); | |
| } | |
| function getRandomInt(min, max) { |
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
| /** | |
| * Definition for a binary tree node. | |
| * function TreeNode(val) { | |
| * this.val = val; | |
| * this.left = this.right = null; | |
| * } | |
| */ | |
| /** | |
| * @param {TreeNode} root | |
| * @param {number} key |
This file has been truncated, but you can view the full file.
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
| "ID";"NAME";"CODE";"END_DATE" | |
| "3495";"МВД КАРАЧАЕВО-ЧЕРКЕССКОЙ РЕСПУБЛИКИ";"091-001"; | |
| "3496";"АДЫГЕ-ХАБЛЬСКИЙ РОВД КАРАЧАЕВО-ЧЕРКЕССКОЙ РЕСПУБЛИКИ";"092-001"; | |
| "3497";"ЗЕЛЕНЧУКСКИЙ РОВД КАРАЧАЕВО-ЧЕРКЕССКОЙ РЕСПУБЛИКИ";"092-002"; | |
| "3268";"МАЙКОПСКИЙ РОВД РЕСПУБЛИКИ АДЫГЕЯ";"012-002";"2006-01-01 00:00:00.0" | |
| "3354";"ОВД Г. КИЗИЛЮРТА РЕСПУБЛИКИ ДАГЕСТАН";"052-007";"2007-01-01 00:00:00.0" | |
| "3355";"ОВД Г. КИЗЛЯРА РЕСПУБЛИКИ ДАГЕСТАН";"052-008";"2007-01-01 00:00:00.0" | |
| "3356";"ОВД КИЗЛЯРСКОГО Р-НА РЕСПУБЛИКИ ДАГЕСТАН";"052-009";"2007-01-01 00:00:00.0" | |
| "3357";"ОВД Г. ХАСАВЮРТА РЕСПУБЛИКИ ДАГЕСТАН";"052-010";"2007-01-01 00:00:00.0" | |
| "3358";"ОВД ХАСАВЮРТОВСКОГО Р-НА РЕСПУБЛИКИ ДАГЕСТАН";"052-011";"2007-01-01 00:00:00.0" |
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
| Необходимые максимальные показатели (wi-fi, 200 mb/s, октябрь 2020): | |
| Desktop: | |
| 1. FCP - 0.6s | |
| 2. Time To Interactive - 1.9s | |
| 3. Speed Index - 1.2s | |
| 4. LCP - 0.8s | |
| 5. CLS - 0.001s | |
| 6. Total Blocking Time - 0.1s | |
| 7. DomContentLoaded - 1.5s |