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
{ | |
"description": "短按 ESC -> ESC 并切换英文输入法", | |
"manipulators": [ | |
{ | |
"conditions": [ | |
{ | |
"input_sources": [ | |
{ | |
"language": "en" | |
} |
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
""" | |
Run subprocess command and stream output to the web page | |
streamlit run web_ui.py --server.port 10006 --browser.gatherUsageStats False | |
streamlit >=1.30 | |
# print_numbers.py | |
import time |
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
A collection of generals.io clone repo | |
https://github.com/GenniaApp/Gennia | |
https://github.com/dhyegocalota/generals-io-webapp | |
https://github.com/seveibar/boxarmy | |
https://github.com/Toseic/Generals-chess | |
https://github.com/little-dude/generals-rs | |
https://github.com/montsilen/generals | |
https://github.com/zidinghe/generals-AI | |
https://github.com/neolefty/hexerals |
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
""" | |
使用Modelscope开源美式英文TTS生成语音数据,仅供学习分享交流之用,如有侵权,请联系我删除 | |
Use Modelscope's OpenSource TTS to generate English(en-us) speech data, for learning and sharing only, if there is any infringement, please contact me to delete it | |
下载地址 Download link | |
https://pan.baidu.com/s/1qUjBhCVknOTV-xm4VBEuDQ?pwd=uqbd | |
数据示例data example: | |
annie|annie_LJ001-0002_0.wav|IH0 N #1 B IY1 IH0 NG #1 K AH0 M P EH1 R AH0 T IH0 V L IY0 #1 M AA1 D ER0 N #4|in being comparatively modern. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
""" | |
recorder based on streamlit-webrtc | |
streamlit run st_recorder.py --server.port 8606 | |
""" | |
from streamlit_webrtc import ( | |
webrtc_streamer, | |
WebRtcMode, | |
WebRtcStreamerContext, | |
) |
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
^!c:: ;~将文字发送到RemNote中去 | |
send,^c | |
sleep,50 | |
WinWait("ahk_exe RemNote.exe") | |
send,^v | |
send,{Enter} | |
sleep,100 | |
mousemove, %A_CaretX% ,%A_CaretY% |