Skip to content

Instantly share code, notes, and snippets.

@rubienr
rubienr / c++_cheat-sheet.md
Last active October 5, 2022 22:20
C++ Cheat Sheet
@rubienr
rubienr / presentation-tools.md
Last active November 30, 2016 14:54
presentation-tools.md
@rubienr
rubienr / c-cpp-check-tools.md
Last active November 16, 2016 14:09
C/C++ check tools
  • cppcheck --enable all ./*

  • valgrind --tool=memcheck --leak-check=full --show-reachable=yes --track-origins=yes ./a.out

  • clang

    • sudo apt-get install clang
    • cd <c4_dir>
    • make clean
  • scan-build -V make

@rubienr
rubienr / java_cheat_sheet.md
Last active January 24, 2024 00:55
Java Cheat Sheet
### Keybase proof
I hereby claim:
* I am rubienr on github.
* I am rubienr (https://keybase.io/rubienr) on keybase.
* I have a public key whose fingerprint is 03B3 63DA 1F89 83B1 8F0F 39F7 632A FC41 B9E5 47B5
To claim this, I am signing this object:

keyfile.md