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
// Place your key bindings in this file to override the defaultsauto[] | |
[ | |
{ | |
"key": "ctrl+shift+`", | |
"command": "workbench.action.terminal.new" | |
}, | |
{ | |
"key": "ctrl+shift+`", | |
"command": "-workbench.action.terminal.new" | |
}, |
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
{ | |
"createStatelessComponent": { | |
"prefix": "import-stateless", | |
"body": [ | |
"import React from 'react';", | |
"", | |
"export default ({}) => (", | |
" <$1>", | |
" ", | |
" </$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
the last workable settings: | |
$FileName$:$FileNameWithoutExtension$.css | |
$FileNameWithoutExtension$.css:$FileNameWithoutExtension$.css.map | |
last non workable | |
$FileName$:$ProjectFileDir$/src/main/resources/static/css/build/$FileNameWithoutExtension$.css | |
$ProjectFileDir$/src/main/resources/static/css/build/$FileNameWithoutExtension$.css:$ProjectFileDir$/src/main/resources/static/css/build/$FileNameWithoutExtension$.css.map |
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
var FlexTextInput = function ( | |
parendID = 'non-unique-par-id', | |
childID = 'non-unique-child-id', | |
parsedJson = [] | |
) { | |
const attrs = parsedJson.map(e => e) | |
class FlexTextInputComp extends React.Component { | |
state = { | |
value: '', |
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
hello git | |
commit - that snapshot | |
working directory | |
checkout - процесс когда файлы скопированы из репозитория в рабочую папку | |
staging area/index - файл-таблица содержащая список файлов загруженных в порядке по времени записи в репозиторий | |
poise - держать/висеть/ быть готовым к действию | |
SHA - ID номер коммитов состоящий из 40 символов /SHA - secure hash algorithm | |
branch - ответвление проекта от основного проекта без изменения второго. | |
consistency - непротиворечивость | |
topic branch - это ответвление коммитнутых и внесенных изменений и подтверждение их добалвлений в первоисточник проекта (в ситуации pull requesta) |
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
удаление Idea на линуксе | |
~/.intellij... | |
~./local/share/jetBrains | |
./etc/ | |
~/.java/.userPrefs/jetBrains | |
на маке: | |
удалить из программ | |
проверить пути: ~/Library/Preferences/, ~/Library/Application Support/ and ~/Library/Caches/ | |
проверить пути: ~user/Library/Preferences/, ~/user/Library/Application Support/ and ~/user/Library/Caches/ |
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
(объект) Разъединить - d | |
(объект) Поместить в контейнер - t | |
(объект) На уровень вперед - u | |
(объект) На уровень назад - y | |
(объект) Редактировать PowerClip - е | |
(объект) Извлечь содержимое - alt-shift-e | |
(объект) Удалить фрейм - ctrl-d | |
(эффекты) Снаружи - a | |
(панель инструментов) Выбор - v, ctrl+shift+v | |
(устройства цветовым кругом) Безье - b |
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
win mac | |
Поместить связанные - shift+ctrl+t shift+cmd+d | |
Слой - смарт-объект - повторно связать слои - f2 | |
файл - экспорт в png - cmnd+e | |
edit - flip horizontal - cmd+f |
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 _d = { | |
r: 'r', | |
l: 'l' | |
}; | |
class Mower { |
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
function deviceNamesSystem(dn) { | |
dn.push('kuojoa{-truncated-}'); | |
dn.push('fmgnwjjsfayewzpxslt1'); | |
dn.push('mixer'); | |
dn.push('mixer'); | |
const updatedDN = []; | |
let newName = ''; | |
let countMax = []; | |