Dark Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
kurogane1031
Follow

Zulfaqar Azmi kurogane1031

Newbie programmer https://gist.github.com/kurogane1031

Block or report kurogane1031

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user's behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. GIT Tips for myself GIT Tips for myself
    1 Caution: This is not revert, and only do this for personal commits
    2 ### Steps
    3 1. `git log`
    4 2. get the hash
    5 3. `git reset --hard
  2. Misc Misc
    1 ## Switching between `EN` and `JP` layout
    2
    3 Download `Gnome Tweak Tool`
    4 ```
    5 sudo apt install gnome-tweak-tool
  3. CMake rants CMake rants
    1 # Installing neovim
    2 Error `libtool: command not found`
    3
    4 Solve it by `sudo apt install libtool-bin`
    5
  4. ROS ROS
    1 # Compile commands
    2 Example if one try to use python `3.6.5` located in `pyenv` environment
    3 ```
    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.so
    5 ```
  5. region_observer region_observer Public

    CMake