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

2023年3月10日

my vscode jupyter configuration

摘要: # my jupyter packages ``` from IPython.display import display, HTML from matplotlib import cm, projections from mpl_toolkits.mplot3d import Axes3D fro 阅读全文

posted @ 2023-03-10 00:51 yusisc 阅读(41) 评论(0) 推荐(0) 编辑

2023年3月9日

listray version for quick searching

摘要: The most recent version of listary is unable to search while typing. listary verison 5.00.2843 still supports typing searching feature. 阅读全文

posted @ 2023-03-09 01:16 yusisc 阅读(6) 评论(0) 推荐(0) 编辑

2023年3月4日

mipi cheat sheet

摘要: there are some basic commands in mipi. for example 0x11 exit_sleep_mode Power for the display panel is on. 0x29 set_display_on Show the image on the d 阅读全文

posted @ 2023-03-04 13:35 yusisc 阅读(363) 评论(0) 推荐(0) 编辑

2023年2月27日

cpp chrono basic

摘要: // cpp 20 //c++ - Number of seconds since midnight - Stack Overflow //https://stackoverflow.com/questions/61273498/number-of-seconds-since-midnight in 阅读全文

posted @ 2023-02-27 01:09 yusisc 阅读(17) 评论(0) 推荐(0) 编辑

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 阅读(34) 评论(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 阅读(23) 评论(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 阅读(24) 评论(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 阅读(7) 评论(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 阅读(83) 评论(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 阅读(25) 评论(0) 推荐(0) 编辑

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

导航