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
| topic, template | |
| greet, Hello. | |
| bye, Bye. | |
| howdy, I'm fine. |
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
| let drawings = canvas.drawings.controlled; | |
| function tuple(a) { | |
| let arr = [] | |
| for (i in a) { | |
| if (typeof a[i] !== 'number') { | |
| continue | |
| } | |
| if (i % 2) { |
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
| #element { | |
| overflow-x: overlay; | |
| overflow-y: hidden; | |
| scrollbar-width: thin; | |
| } | |
| #element::-webkit-scrollbar { | |
| height: 5px; | |
| width: 10px; | |
| opacity: 0.5; |
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
| git <remote> <target>:<destination> | |
| git origin master:master |
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
| alias gitprod='git push origin master; git push origin develop; git push --tags;' |
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
| const otherThemes = ALL_THEMES.filter(theme => theme !== CURRENT_THEME); | |
| for (let i = 0; i < otherThemes.length; i++) { | |
| mix.version(`public/css/${otherThemes[i]}.css`, `public/css/${otherThemes[i]}.css`); | |
| } |
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
| [data-base-title="Google Календарь"] .QQYuzf { | |
| display: none; | |
| } | |
| [data-base-title="Google Календарь"] .dwlvNd { | |
| display: none; | |
| } | |
| [data-base-title="Google Календарь"] header * { | |
| background-color: #1e1e1e !important; |