上一页 1 2 3 4 5 6 7 8 9 ··· 18 下一页

2023年2月9日

regex cheat sheet

摘要: regex pattern visualizer : regex101: build, test, and debug regex https://regex101.com/ regex regex character |character|meaning| | | | |\d|digital ch 阅读全文

posted @ 2023-02-09 00:36 yusisc 阅读(48) 评论(0) 推荐(0)

user define language in vscode

摘要: # user define language 1. pre-defined language are in the folder `path_to_install_dir\resources\app\extensions` (my directory is `D:\Programs\Microsof 阅读全文

posted @ 2023-02-09 00:33 yusisc 阅读(36) 评论(0) 推荐(0)

2023年1月5日

autohotkey switching within applications

摘要: class QdirManager { ppid := -1 ppath := "" __New(pathIn) { this.ppath := pathIn } __Delete() { } init() { Run(this.ppath, , , &ppidTmp) this.ppid := p 阅读全文

posted @ 2023-01-05 21:56 yusisc 阅读(34) 评论(0) 推荐(0)

2022年11月10日

my tools in windows

摘要: Q-Dir the Quad Explorerhttp://www.q-dir.com/ NetSpeed Monitor - Network Speed Monitor for Windows 10, 7 and 8.1 (64 bit/32 bit)https://netspeedmonitor 阅读全文

posted @ 2022-11-10 22:09 yusisc 阅读(23) 评论(0) 推荐(0)

make vscode portable together with its extensions

摘要: 0. the goal make vscode poratable together with its extensions, so that the offline pc could make use of vscode and its extensions. 1. how 1.1 on the 阅读全文

posted @ 2022-11-10 22:09 yusisc 阅读(124) 评论(0) 推荐(0)

2022年11月6日

build opencv with qt to make debugging easier

摘要: 最近发现使用自己编译的opencv,可以增强opencv的imshow函数功能。从哪里得到的线索已经忘记了。可能是无意中发现的某一张截图吧。 要实现cv::imshow函数功能增强,需要在cmake中配置使用qt。 编译及使用,见视频: # testProj.pro QT += core gui g 阅读全文

posted @ 2022-11-06 23:20 yusisc 阅读(34) 评论(0) 推荐(0)

2022年10月21日

tool script to convert back slash

摘要: Back slash is used in windows, which makes so many headache for me. Then an idea came to my mind. It's writing a python script to modify my clipboard 阅读全文

posted @ 2022-10-21 23:19 yusisc 阅读(27) 评论(0) 推荐(0)

2022年9月12日

the origin of month name in English

摘要: yusiscyusisc117522052-11.1.0.1235825ED4A9A4889490F84E8FC7E2F1371D0MicrosoftInternetExplorer402DocumentNotSpecified7.8 磅Web0 序号 月份 简述 详述 1 January Janu 阅读全文

posted @ 2022-09-12 19:56 yusisc 阅读(114) 评论(0) 推荐(0)

2022年8月27日

how to make the windows console works with utf-8 encoded project

摘要: the console of the windows os is not working in the utf-8 encoding, by default. When you force your code be encoded with utf-8, the console will not p 阅读全文

posted @ 2022-08-27 21:11 yusisc 阅读(80) 评论(0) 推荐(0)

train a MLP model with tensorflow 2 for MNIST and deploy the model with cpp

摘要: In [ ]: ################## jupyter lab header ################## scipy, sk-learn, plotly # %matplotlib notebook # %matplotlib ipympl %matplotlib widge 阅读全文

posted @ 2022-08-27 20:15 yusisc 阅读(50) 评论(0) 推荐(0)

上一页 1 2 3 4 5 6 7 8 9 ··· 18 下一页

导航