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

2023年5月24日

the way to make jupyter output cell has a dark background in vscode

摘要: # the issue to be fixed As shown in the picture, jupyter output cell has a bright background, even it's ask to use dark background. ![image](https://i 阅读全文

posted @ 2023-05-24 23:39 yusisc 阅读(42) 评论(0) 推荐(0) 编辑

parallelizing jobs in python

摘要: ``` import time from concurrent.futures import ThreadPoolExecutor, wait import numpy as np def work(aa, bb): time.sleep(np.random.rand()) print(f"work 阅读全文

posted @ 2023-05-24 01:05 yusisc 阅读(5) 评论(0) 推荐(0) 编辑

2023年4月5日

The Many Ways To Call Axes In Matplotlib

摘要: %matplotlib widget from IPython.display import display, HTML import re from pathlib import Path import cv2 import numpy as np import matplotlib.pyplot 阅读全文

posted @ 2023-04-05 21:52 yusisc 阅读(19) 评论(0) 推荐(0) 编辑

2023年3月10日

cpp nested class

摘要: #include<iostream> using namespace std; /* start of Enclosing class declaration */ class Enclosing { private: int x; /* start of Nested class declarat 阅读全文

posted @ 2023-03-10 01:02 yusisc 阅读(10) 评论(0) 推荐(0) 编辑

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 阅读(35) 评论(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 阅读(5) 评论(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 阅读(257) 评论(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 阅读(14) 评论(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 阅读(27) 评论(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 阅读(20) 评论(0) 推荐(0) 编辑

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

导航