pengsida / configuration

configurations of my computer and my brain

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

configurations of my computer

Configuration list:

  1. the keymap setting for jetbrain
  2. vim
  3. cloudcompare
  4. zathura
  5. tmux:
    1. Install tmux-2.6
    2. Ubuntu tmux-2.6 configuration
    3. Ubuntu tmux-2.1 configuration
  6. python functions that I use frequently
  7. shadowsocks
  8. faster shadowsocks using kcptun: strongly recommend if you are under ipv6 environment
  9. terminal css
  10. zshrc: here is my configuration file
  11. git mergetool
  12. gitignore
  13. gitconfig
  14. smartgit
  15. Compile with opencv:
    g++ -std=c++11 `pkg-config --cflags opencv` `pkg-config --libs opencv` tmp.cpp
    
  16. shadowsocks transmit
  17. arc-theme:
    1. install arc-theme using install_arc.sh
    2. use gnome-tweak-tool to revise the color theme
  18. chrome plugin list
    1. vimium
    2. care your eyes: background(#282C34); font(#DBDBDB)
    3. SwitchyOmega
    4. use gtk+ theme: change the chrome theme
    5. Dark reader
    6. Tweak chrome extension
  19. ubuntu shortcut:
    1. compizconfig-settings-manager
    2. gnome-tweak-tool
  20. meld dark theme
  21. cmake
    1. Set CMAKE_PREFIX_PATH to find xxxConfig.cmake. The default path locates at /usr/lib/cmake.
    2. cmake examples
  22. ApproxMVBB: there is an usage example to refer to
  23. meta
  24. eigen
  25. Obj2Point: sample points from an obj file
  26. fzf
  27. autojump
  28. obj_to_ply
  29. letsencrypt
  30. color list
  31. color picker: gpick
  32. matplotlib
  33. sogou pinyin
  34. latex
  35. Tweak ubuntu keyboard
  36. WordPress
  37. bbr
  38. shadowsocks server configuration: enable to listen ipv6
  39. shutter: a screenshot program
  40. blender: a render software
    1. install pip for the python of blender
    2. Visualize the voxel
  41. Anki
  42. meow: Enable your computer to be a proxy server
  43. nginx configuration file
  44. briss: an application for cropping PDF files
  45. theme: Dracula
  46. Pascal3DParser: parse annotation files in Pascal3D
  47. image utils
  48. google drive
  49. Adobe software
  50. cuda
  51. markdown software
    1. dracula theme for typora
  52. Set up quaternion understanding
  53. Change Ubuntu directory name to English
  54. Introduction to geometric computer vision
  55. Bivariate normal and ellipse
  56. Introduction to deep learning theory
  57. SVD solution for least squares problem
  58. Computer vision experts
    1. Expert visualization
  59. What we care about when we do single-view 3d understanding
  60. What research style we need: a good academic paper
  61. Introduction to graph neural network
  62. A Ph.D. student memoir
  63. Latex symbol list
    1. A comprehensive symbol list: list
    2. Katex
    3. Mathematical symbols
  64. Install gcc of a specific version
  65. A 3D vision book: An Invitation to 3D Vision
  66. ftp
  67. How to write a good paper
  68. A bridge between c and python: cffi
  69. Search engine for books
  70. Optimizers for the network training
  71. Install protobuf
  72. onedrive
  73. Mount the remote device:
    1. mkdir mount_dir.
    2. sudo sshfs -o allow_other username@dest_ip:/ /path/to/mount_dir.
  74. ssh forward:
    1. ssh -L 6000:<target_host_ip>:22 <mid_host_user_name>@<mid_host_ip>
    2. sshfs -p 6000 -o allow_other <target_host_user>@localhost:/path/to/target_dir /path/to/mount_dir
  75. Install sift:
    pip install opencv-python==3.4.2.17
    pip install opencv-contrib-python==3.4.2.17
    
  76. pip configuration
  77. Visual sfm
  78. pybind: create Python bindings of existing C++ code.
  79. opengl render
  80. progress: watch progress show progress for cp, mv.
  81. polygon triangulation
  82. camera calibration
    1. theory: method, tutorial
    2. implementation
  83. Wudao dict
  84. pytorch
  85. Introduction to graphics
  86. Light field
  87. diff-highlight
  88. How to do research
  89. Post data to the server
  90. Viewpoint control in Open3D
  91. todo list in cli
  92. Online jupyter viewer
  93. meshlab
  94. Ngram viewer
  95. English writing
  96. Colors for drawing
  97. Export notes of keynote
  98. Math function visualizer
  99. Extract keynote script
  100. Teaching
  101. PDF Compression
  102. Remove background

About

configurations of my computer and my brain


Languages

Language:C++ 91.1%Language:C 5.6%Language:Python 0.9%Language:JavaScript 0.8%Language:Shell 0.6%Language:CSS 0.4%Language:CMake 0.2%Language:HTML 0.2%Language:Perl 0.1%Language:AppleScript 0.0%Language:TeX 0.0%Language:GLSL 0.0%