Skip to content

Instantly share code, notes, and snippets.

View AchmadFathoni's full-sized avatar
💭
Lift the world, even only 1 cm.

Achmad Fathoni AchmadFathoni

💭
Lift the world, even only 1 cm.
View GitHub Profile
This file has been truncated, but you can view the full file.
seiscomp-5.5.1.tar.gz ... Passed
seiscomp-seedlink-5.5.1.tar.gz ... Passed
seiscomp-common-5.5.1.tar.gz ... Passed
seiscomp-main-5.5.1.tar.gz ... Passed
seiscomp-extras-5.5.1.tar.gz ... Passed
seiscomp-contrib-gns-5.5.1.tar.gz ... Passed
seiscomp-contrib-ipgp-5.5.1.tar.gz ... Passed
seiscomp-contrib-sed-5.5.1.tar.gz ... Passed
seiscomp.sh ... Passed
seiscomp-sysusers.conf ... Passed
@AchmadFathoni
AchmadFathoni / .vimspector.json
Created June 22, 2023 09:14
VImspector config example for CPP
{
"configurations": {
"test": {
"adapter": "vscode-cpptools",
"configuration": {
"request": "launch",
"program": "${workspaceRoot}/build/hello_world",
"setupCommands": [{
"description": "Enable pretty-printing for gdb",
"text": "-enable-pretty-printing",
@AchmadFathoni
AchmadFathoni / pylintrc
Created May 15, 2021 21:03
Integrating Pylint with ROS Python Package using `pylintrc` file
[MASTER]
init-hook='import sys; sys.path.append("src")'