This article discusses the vtk stream line filter and how it is implemented.
Cpp template about CRPT
some tips about the curiously recurring template pattern (CRTP) in cpp. The example comes from this video.
Graphics Basics
Some basic concepts about rendering pipeline and graphics. The main contents come from the VTK text book.
Algorithm(8) Naive Tree(By input data structure)
The typical algorithm questions based on the tree structure.
pytorch on supercomputer
Some notes about running pytorch on supercomputer.
Makefile and gcc tips
Three basic things you should definitely know about the make and gcc
Here are three tips you should definately know for the make and gcc/g++ if you work with c/c++.