Newbie programmer
https://gist.github.com/kurogane1031
Pinned Loading
-
GIT Tips for myself
GIT Tips for myself 1 Caution: This is not revert, and only do this for personal commits2 ### Steps3 1. `git log`4 2. get the hash5 3. `git reset --hard -
Misc
Misc 1 ## Switching between `EN` and `JP` layout23 Download `Gnome Tweak Tool`4 ```5 sudo apt install gnome-tweak-tool -
CMake rants
CMake rants 1 # Installing neovim2 Error `libtool: command not found`34 Solve it by `sudo apt install libtool-bin`5 -
ROS
ROS 1 # Compile commands2 Example if one try to use python `3.6.5` located in `pyenv` environment3 ```4 ./src/catkin/bin/catkin_make_isolated --install -DCMAKE_BUILD_TYPE=Release -DSETUPTOOLS_DEB_LAYOUT=OFF -DPYTHON_EXECUTABLE=/home/user/.pyenv/versions/3.6.5/bin/pyt hon3.6m -DPYTHON_INCLUDE_DIR=/home/user/.pyenv/versions/3.6.5/includ e/python3.6m -DPYTHON_LIBRARY=/home/user/.pyenv/versions/3.6.5/lib/libpython3.6m.so5 ``` -
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.