Configuration list:
- the keymap setting for jetbrain
- vim
- cloudcompare
- zathura
- tmux:
- python functions that I use frequently
- shadowsocks
- faster shadowsocks using kcptun: strongly recommend if you are under ipv6 environment
- terminal css
- zshrc: here is my configuration file
- git mergetool
- gitignore
- gitconfig
- smartgit
- Compile with opencv:
g++ -std=c++11 `pkg-config --cflags opencv` `pkg-config --libs opencv` tmp.cpp
- shadowsocks transmit
- arc-theme:
- install arc-theme using
install_arc.sh
- use gnome-tweak-tool to revise the color theme
- install arc-theme using
- chrome plugin list
- vimium
- care your eyes: background(#282C34); font(#DBDBDB)
- SwitchyOmega
- use gtk+ theme: change the chrome theme
- Dark reader
- ubuntu shortcut:
- compizconfig-settings-manager
- gnome-tweak-tool
- meld dark theme
- cmake
- Set
CMAKE_PREFIX_PATH
to findxxxConfig.cmake
. The default path locates at/usr/lib/cmake
.
- Set
- ApproxMVBB: there is an usage example to refer to
- meta
- eigen
- Obj2Point: sample points from an obj file
- fzf
- autojump
- obj_to_ply
- letsencrypt
- color list
- color picker: gpick
- matplotlib
- sogou pinyin
- latex
- Tweak ubuntu keyboard
- WordPress
- bbr
- shadowsocks server configuration: enable to listen ipv6
- shutter: a screenshot program
- blender: a render software
- Anki
- meow: Enable your computer to be a proxy server
- nginx configuration file
- briss: an application for cropping PDF files
- theme: Dracula
- Pascal3DParser: parse annotation files in Pascal3D
- image utils
- google drive downloader
- Adobe software
- cuda
- markdown software
- Set up quaternion understanding
- Change Ubuntu directory name to English
- Introduction to geometric computer vision
- Bivariate normal and ellipse
- Introduction to deep learning theory
- SVD solution for least squares problem
- Computer vision experts
- What we care about when we do single-view 3d understanding
- What research style we need: a good academic paper
- Introduction to graph neural network
- A Ph.D. student memoir
- Latex symbol list
- A comprehensive symbol list: list
- Katex
- Mathematical symbols
- Install gcc of a specific version
- A 3D vision book: An Invitation to 3D Vision
- ftp
- How to write a good paper
- A bridge between c and python: cffi
- Search engine for books
- Optimizers for the network training
- Install protobuf
- onedrive
- Mount the remote device:
mkdir mount_dir
.sudo sshfs -o allow_other username@dest_ip:/ /path/to/mount_dir
.
- ssh forward:
ssh -L 6000:<target_host_ip>:22 <mid_host_user_name>@<mid_host_ip>
sshfs -p 6000 -o allow_other <target_host_user>@localhost:/path/to/target_dir /path/to/mount_dir
- Install sift:
pip install opencv-python==3.4.2.17 pip install opencv-contrib-python==3.4.2.17
- pip configuration
- Visual sfm
- pybind: create Python bindings of existing C++ code.
- opengl render
- progress:
watch progress
show progress forcp
,mv
. - polygon triangulation
- camera calibration
- theory: method, tutorial
- implementation
- Wudao dict
- pytorch
- Introduction to graphics
- Light field
- diff-highlight
- How to do research
- Post data to the server
- Viewpoint control in Open3D
- todo list in cli
- Online jupyter viewer