This file contains 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
[[1360,"Дьявол в мелочах.","","The devil is in the details.","",0,"2024-08-31T18:00:00.000",""], | |
[1359,"Это приводит к постепенному увеличению **потребления памяти**.","","This leads to a gradual increase **in memory consumption**.","",0,"2024-08-20T18:00:00.000",""], | |
[1358,"Я **выпускаю** новую версию.","","I'm **releasing** a new version.","",2,"2024-08-20T18:00:00.000",""], | |
[1357,"Наконец она решила **отпустить** его.","","Finally she decided **to release** him.\n\nFinally she decided to let him go.","",1,"2024-08-20T18:00:00.000",""], | |
[1356,"Подобные инциденты будут продолжать **случаться**.","Подобные инциденты будут происходить и впредь.","Such incidents will continue **to occur**.\n\nIncidents like this will continue to happen.","",2,"2024-08-20T18:00:00.000",""], | |
[1355,"Утечки трудно обнаружить.","","Leaks are difficult **to spot**.\n\nLeaks are difficult to detect.","",0,"2024-08-20T18:00:00.000",""], | |
[1354,"Иногда сигналы могут быть очень **тонкими/неуловимыми**.","","Sometimes the signals can be ve |
This file contains 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
[[1405,"Я **предлагаю** (нам) немного подождать.","","I **suggest** we wait a little.","",0,"2024-10-06T14:34:19.088",""], | |
[1404,"Я **советую/предлагаю** вам сначала позвонить ему.","","I **suggest** you call him first.","",0,"2024-10-06T14:29:39.223",""], | |
[1403,"Объясни мне это **простыми словами**.","","Explain it to me **in simple terms**.","",0,"2024-10-06T14:23:49.181",""], | |
[1402,"«Мультимедиа» — это **термин**, обозначающий любую технологию, объединяющую звуки и изображения.","","‘Multimedia’ is **the term** for any technique combining sounds and images.","",0,"2024-10-06T14:14:55.636",""], | |
[1401,"Увидимся в **суде**.","","See you in **court**.","",0,"2024-10-06T14:11:07.221",""], | |
[1400,"Это новый навык для тебя, и **процент неудач** довольно высок. Это нормально.","","This is a new skill for you, and the **failure rate** is quite high. This is normal.","",0,"2024-10-06T14:08:51.255",""], | |
[1399,"Какова **почасовая ставка** за уборку?","","What’s the **hourly rate** for cleaning?","",0,"2024-10-06T14:04: |
This file contains 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
import isEqual from 'lodash.isequal'; | |
type AnyObj = Record<string, any>; | |
type UnionToIntersection<U> = (U extends any ? (k: U) => void : never) extends (k: infer I) => void | |
? I | |
: never; | |
export const mergeObjectsRecursively = <T extends AnyObj, U extends AnyObj[]>( | |
...objects: [T, ...U] | |
): T & UnionToIntersection<U[number]> => { |
This file contains 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 arr =[ | |
[1, 2, 3, 4, 5, 6, 7, 8, 9, ], | |
[10, 20, 30, 40, 50, 60, 70, 80, 90, ], | |
[11, 12, 13, 14, 15, 16, 17, 18, 19, ], | |
[21, 22, 23, 24, 25, 26, 27, 28, 29, ], | |
[31, 32, 33, 34, 35, 36, 37, 38, 39, ], | |
]; | |
const getMatrixFragment = ( | |
matrix = [[]], |
This file contains 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
Show hidden characters
{ | |
// Custom snippets definitions | |
"snippets": { | |
"html": { | |
"filters": "html, bem", | |
"snippets": { | |
"blq": "<blockquote>${1:}</blockquote>", | |
} | |
}, | |
"pug": { |
This file contains 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 config --global user.name "Name" # имя | |
git config --global user.email "e@w.com" # мыло (акк. на Github) | |
git config --global color.ui true # цвет ВКЛ. | |
# Только для Windows: | |
git config --global core.autocrlf true |
This file contains 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
{ | |
"destination": "clipboard", | |
"bem_nesting": true, | |
"indentation": " ", | |
"empty_line_before_nested_selector": true | |
} |
This file contains 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
set background=dark |
This file contains 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
set bell-style none |
This file contains 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
# cd /mnt/d/projects/ # переход к указанному каталогу при запуске етрминала | |
# chmod 777 ~/.bashrc # если редактировали этот файл из Windows | |
#! /bin/bash | |
# eval `ssh-agent -s` && ssh-add # вынес в алиас для запуска SSH-агента вручную | |
# Раскомментить, чтобы видеть коды цветов при запуске терминала | |
# for((i=16; i<256; i++)); do | |
# printf "\e[48;5;${i}m%03d" $i; |
NewerOlder