Skip to content

Instantly share code, notes, and snippets.

View Anaraky's full-sized avatar
💊

Anaraky

💊
View GitHub Profile
@Anaraky
Anaraky / .Windows Optimization.md
Created October 14, 2025 11:47 — forked from imba-tjd/.Windows Optimization.md
记录我使用的软件和优化Windows的操作
@Anaraky
Anaraky / Customize.css
Created January 8, 2023 14:51
tt-rss-feedly-theme compact view custom CSS
:root {
--base-spacing: 25px;
--font-size-post: 13px;
}
@Anaraky
Anaraky / settings.json
Created September 11, 2022 10:27
bring back the old cyan diff editor highlight color (close but not the same)
"workbench.colorCustomizations": {
"[One Dark Pro]": {
"diffEditor.insertedTextBackground": "#00809B33",
"diffEditor.removedTextBackground": "#ff000033",
"diffEditor.insertedLineBackground": "#1b4b59a7",
"diffEditor.removedLineBackground": "#6d1c22a7"
}
}
Contents can't be empty
[length: 05:05.606]
[tool: 歌词滚动姬 https://lrc-maker.github.io]
[ti: WHITE]
[ar: the band apart]
[al: Scent Of August]
[00:30.038] It's deep in the midnight
[00:35.196] I went upstairs to get some fresh air again
[00:45.844] It's still dark outside
[00:50.746] I better sober my head up by walking around in the cold
[01:01.884] The street I walk is dimly lit
[length: 04:51.992]
[tool: 歌词滚动姬 https://lrc-maker.github.io]
[ar: the band apart]
[al: Scent Of August]
[ti: Taipei]
[00:37.038] Along a trunk line
[00:38.843] I'm walking through the night
[00:41.584] A scramble crossing
[00:42.998] Lots of cars and scooters
[00:45.807] Insomnia
@Anaraky
Anaraky / dlsite_metadata_to_utf-8.md
Last active January 15, 2023 08:16
Shift_JIS > UTF-8
$ apt install python-mutagen urar
unar ./RJ*.zip
cd ./RJ*
mid3iconv -e Shift_JIS --remove-v1 *.mp3

# include subfolders
@Anaraky
Anaraky / RestartExplorer.reg
Created October 28, 2019 04:05
Restart Explorer
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Directory\Background\shell\RestartExplorer]
@="重启资源管理器"
[HKEY_CLASSES_ROOT\Directory\Background\shell\RestartExplorer\Command]
@="tskill explorer"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\background\shell\RestartExplorer]
@="重启资源管理器"
@Anaraky
Anaraky / YaHei.reg
Last active January 15, 2023 08:14
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\GRE_Initialize]
"GUIFont.Facename"="Microsoft YaHei UI"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontLink\SystemLink]
"Microsoft Sans Serif"=hex(7):4d,00,53,00,59,00,48,00,2e,00,54,00,54,00,43,00,\
2c,00,4d,00,69,00,63,00,72,00,6f,00,73,00,6f,00,66,00,74,00,20,00,59,00,61,\
00,48,00,65,00,69,00,20,00,55,00,49,00,2c,00,31,00,32,00,38,00,2c,00,39,00,\
36,00,00,00,4d,00,53,00,59,00,48,00,2e,00,54,00,54,00,43,00,2c,00,4d,00,69,\
cp installconfig.xml downloadconfig.xml
.\setup.exe /download .\downloadconfig.xml
.\setup.exe /configure .\installconfig.xml