Skip to content

Instantly share code, notes, and snippets.

View tapyu's full-sized avatar
🛰️

Rubem Pacelli tapyu

🛰️
View GitHub Profile
@tapyu
tapyu / .latex.md
Last active June 11, 2024 15:47
General LaTeX snippets
  • General LaTeX snippets
  • Default preamble
  • Makefile
  • latexindent.yaml configuration
  • \newglossaryentry{} entries
  • TeX Live Manager (tlmgr) installation guide
@tapyu
tapyu / .Julia_general_snippets.md
Last active May 27, 2024 18:17
General Julia snippets

General Julia snippets

OBS: These snippets might not run correctly since it was taken from the code in the way it was written. Therefore, the variables convey no meaning. Use it just as guide to remember how I use, and not as a copy-and-paste.

@tapyu
tapyu / .git_cheat_sheet.md
Last active May 27, 2024 18:18
personal git cheat sheet :)

git cheat sheet

Disclaimer: Some commands in this sheet are avoided or rarely used by others (I don't know why). For instance, I use git switch instead git checkout to switch a branch. I tried to use memorable and resonable command names for my git workflow, without compromising its functionality (git switch really switches the branch for you 😀)

@tapyu
tapyu / .regex_cheat_sheet.md
Last active May 27, 2024 18:19
RegEx cheat sheet

RegEx cheat sheet

@tapyu
tapyu / .Python_general_snippets.md
Last active May 27, 2024 18:18
General Python snippets

General Python snippets

OBS: These snippets will not run correctly since it was taken from the code in the way it was written. Therefore, the variables do not convey any meaning. Use it just a guide and not a copy-and-paste reference.

@tapyu
tapyu / .makefile_cheatsheet.md
Last active June 5, 2024 14:14
Makefile cheat sheet

Makefile and Dependency tree instructions

@tapyu
tapyu / .google_search_cheat_seet.md
Last active May 27, 2024 18:17 — forked from sundowndev/GoogleDorking.md
Google search cheat sheet

Google search cheat sheet

@tapyu
tapyu / .unix_setup.md
Last active June 28, 2024 17:38
Unix shell scripts for setting up GNU/Linux systems

Unix shell scripts for setting up GNU/Linux systems

General unix shell scripts for

  • Installing a minimal required package in a out-of-box Debian- or Arch-based Unix systems.
  • Setting up some desktop enviroment
  • Check kernel
  • ...

PS: Suggesteed partitions and sizes

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

AWK cheatsheet

Cheatsheet of the AWK programming language