Create Template
Create Powerpoint Templates See https://support.microsoft.com/en-us/office/create-and-save-a-powerpoint-template-ee4429ad-2a74-4100-82f7-50f8169c8aca Create Word Templates See https://support.mi...
Create Powerpoint Templates See https://support.microsoft.com/en-us/office/create-and-save-a-powerpoint-template-ee4429ad-2a74-4100-82f7-50f8169c8aca Create Word Templates See https://support.mi...
Install Pybind conda create -n pybind-demo python=3.10 conda install -c conda-forge pybind11 ## conda mirror ## https://mirror.tuna.tsinghua.edu.cn/help/anaconda/ Simple Example #include <py...
gcc -print-search-dirs gcc -print-search-dirs tells you where GCC looks for libraries during the compilation and linking phases. LD_LIBRARY_PATH LD_LIBRARY_PATH controls where the dynamic linker...
References https://pip.pypa.io/en/stable/ https://www.youtube.com/watch?v=U2ZN104hIcc
See https://github.com/byrzhm/auto-setup.
See https://github.com/byrzhm/build-a-riscv-chip-from-scratch.
How git submodule works? git submodule sync git submodule update Common Usage https to ssh Edit the .gitmodules file [submodule "path/to/submodule"] url = https://github.com/user/repo....