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 nv='fnm use' | |
| export PATH=~/.fnm/current/bin:$PATH | |
| export FNM_LOGLEVEL=info | |
| autoload -U add-zsh-hook | |
| _fnm_autoload_hook () { | |
| if [[ -f .node-version && -r .node-version ]]; then | |
| echo "fnm: Found .node-version" | |
| fnm use |
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
| Skott ████▉░░░░░░░░░░░░ 32 plays | |
| Rag'n'Bone Man ██▎░░░░░░░░░░░░░░ 15 plays | |
| Portugal. The Man █▉░░░░░░░░░░░░░░░ 13 plays | |
| Nothing But Thieves █▍░░░░░░░░░░░░░░░ 9 plays | |
| Alice Merton █▏░░░░░░░░░░░░░░░ 8 plays | |
| Grandson █░░░░░░░░░░░░░░░░ 7 plays | |
| Mother Mother █░░░░░░░░░░░░░░░░ 7 plays | |
| Muse █░░░░░░░░░░░░░░░░ 7 plays | |
| Yonaka █░░░░░░░░░░░░░░░░ 7 plays | |
| Black Honey ▉░░░░░░░░░░░░░░░░ 6 plays |
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 () { | |
| const $items = document.querySelectorAll('.profileFilmsList .item') | |
| const films = [] | |
| $items.forEach($item => | |
| films.push({ | |
| id: $item.querySelector('[mid]').attributes.mid.value, | |
| type: $item.querySelector('.nameRus a').pathname.split("/")[1], | |
| nameRus: $item.querySelector('.nameRus').innerText, | |
| nameEng: $item.querySelector('.nameEng').innerText, | |
| date: $item.querySelector('.date').innerText, |
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
| { | |
| "window.autoDetectColorScheme": true, | |
| "editor.fontSize": 14, | |
| "editor.guides.bracketPairs": "active", | |
| "editor.renderWhitespace": "all", | |
| "editor.detectIndentation": true, | |
| "editor.wordWrap": "bounded", | |
| "editor.minimap.enabled": false, | |
| "workbench.preferredDarkColorTheme": "GitHub Dark Default", | |
| "workbench.preferredLightColorTheme": "GitHub Light Default", |
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
| # Скрипт для дозагрузки потерянных яндекс.музыкой в конце декабря скробблов | |
| # Если что пишите t.me/Roman_Deev или пингуйте в t.me/yandexvernitescrobbling | |
| # Для начала запросите у яндекса архив данных яндекс.музыки: https://id.yandex.ru/personal/data | |
| # Распакуйте его и положите в одну папку со скриптом файл history.json | |
| # Установите библиотеки | |
| # pip install yandex-music pylast | |
| # В last.fm может показываться местное время. Далее нужно UTC |
OlderNewer