Skip to content

Instantly share code, notes, and snippets.

View tapyu's full-sized avatar
🛰️

Rubem Pacelli tapyu

🛰️
View GitHub Profile
@tapyu
tapyu / .typst_general_snippets.md
Last active May 31, 2024 14:45
Typst general snippets

Typst general snippets

Some must-have Typst general snippets

@tapyu
tapyu / .c_cpp_files.md
Last active June 15, 2024 22:10
C/C++-related files for development in Vscode

C/C++-related files for development in Vscode

  • VScode files (they go in .vscode/) [1] [[2]]:
    • lauch.json: debugging configurations.
    • taks.json: create task to build the C/C++ project.
    • c_cpp_properties.json: settings related to IntelliSense.
  • .clang-format: rules for how your code should be formatted, such as indentation, line length, spacing, and so on. It is based on a predefined style to base the formatting on (in my case, I use the [Google style][3]).
  • Simple Makefile for a basic build system template.
@tapyu
tapyu / .personal_cetz_gallery.md
Last active May 24, 2024 18:42
CeTZ: ein Typst Zeichenpaket - A library for drawing stuff with Typst. Topics
@tapyu
tapyu / .npm_cheat_sheet.md
Last active May 27, 2024 18:14
npm cheat sheet

npm (Node Package Manager) cheat sheet

I am pretty stupid when it comes to JavaScript and Node.js. That is a very elementary cheat sheet to minimaly handle npm packages on my Linux system.

@tapyu
tapyu / .general-tikz-pgfplots-snippets.md
Last active June 16, 2024 03:46
General Tikz/PGFplots snippets

General Tikz/PGFplots snippets

  • MWE
  • Default settings
  • Useful troubleshootings
  • General information
@tapyu
tapyu / _shell_cheat_sheet.md
Last active February 22, 2024 13:20
Shell cheat sheet

Personal Unix shell cheat sheet. It contains:

  • zsh and bash shell tricks
  • nontrivial commands
@tapyu
tapyu / .personal_tikz_PGFplots_gallery.md
Last active April 25, 2024 21:10
Personal Tikz/PGFplots gallery
@tapyu
tapyu / .beamer_general_snippets.md
Last active May 27, 2024 18:15
General Beamer snippets

General Beamer snippets

@tapyu
tapyu / .matlab_workarounds.md
Last active May 27, 2024 18:15
Matlab workarounds

Matlab workarounds

Matlab sucks on Linux, and this gist gather all workaround you need

@tapyu
tapyu / .awk_cheatsheet.md
Last active May 27, 2024 18:16
AWK cheatsheet

AWK cheatsheet

Cheatsheet of the AWK programming language