Skip to content

Instantly share code, notes, and snippets.

View danyow's full-sized avatar
💭
I may be slow to respond.

danyow danyow

💭
I may be slow to respond.
View GitHub Profile
@danyow
danyow / listen1_aha_playlist.md
Created January 1, 2024 02:25
updated by Listen1(https://listen1.github.io/listen1/) at 2024/1/1 10:25:31

本歌单由Listen1创建, 歌曲数:4050,歌单数:23,点击查看更多

@danyow
danyow / csharp.gitignore
Created September 8, 2023 02:13 — forked from takekazuomi/csharp.gitignore
.gitignore for C#
## Ignore Visual Studio temporary files, build results, and
## files generated by popular Visual Studio add-ons.
# User-specific files
*.suo
*.user
*.sln.docstates
# Build results
@danyow
danyow / listen1_aha_playlist.md
Created May 10, 2023 03:48
updated by Listen1(https://listen1.github.io/listen1/) at 2023/5/10 11:48:35

本歌单由Listen1创建, 歌曲数:4049,歌单数:23,点击查看更多

@danyow
danyow / regex.md
Created April 8, 2022 09:40
正则
[^`a-zA-Z]([A-Za-z]+)[^`a-zA-Z]

找到单词, 但不匹配被 `` 包含的. Demo

@danyow
danyow / listen1_aha_playlist.md
Created March 11, 2022 15:44
updated by Listen1(https://listen1.github.io/listen1/) at 2022/3/11 23:44:31

本歌单由Listen1创建, 歌曲数:2263,歌单数:17,点击查看更多

Placeholder
@danyow
danyow / 双拼.reg
Created January 24, 2022 05:35
双拼
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\InputMethod\Settings\CHS]
"EnableExtraDomainType"=dword:00000001
"LangBar Force On"=dword:00000000
"EmoticonTipTriggerCount"=dword:0000000a
@danyow
danyow / 全拼.reg
Created January 24, 2022 05:35
全拼
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\InputMethod\Settings\CHS]
"EnableExtraDomainType"=dword:00000001
"LangBar Force On"=dword:00000000
"EmoticonTipTriggerCount"=dword:0000000a
@danyow
danyow / fly.reg
Created January 24, 2022 05:35
小鹤输入法
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\InputMethod\Settings\CHS]
"LangBar Force On"=dword:00000000
"Enable Double Pinyin"=dword:00000001
"EmoticonTipTriggerCount"=dword:00000001
"HapLastDownloadTime"=hex(b):eb,69,29,59,00,00,00,00
"UserDefinedDoublePinyinScheme0"="FlyPY*2*^*iuvdjhcwfg xmlnpbksqszxkrltvyovt"
"DoublePinyinScheme"=dword:0000000a
"UDLLastUpdatedTime"="2017-05-27 22:01:40"
"UDLCount"=dword:0000018b
@danyow
danyow / p-on.bat
Created January 24, 2022 05:34
切换Git代理
CHCP 65001
@echo off
:again
cls
echo.
echo.
echo ######################输入编号######################
echo 1.开启git代理
echo 2.关闭git代理
set /p num=