Skip to content

Instantly share code, notes, and snippets.

View tholeb's full-sized avatar

tholeb

View GitHub Profile
@tholeb
tholeb / README.md
Last active June 23, 2022 22:12
Check if a python package exists (without pip)

Get installed python packages without pip

Use this simple py script to get all (or a few specific) installed py libs

@tholeb
tholeb / README.md
Last active October 31, 2023 13:11
GSAP Airpods Pro template
@tholeb
tholeb / fivemManage.sh
Last active July 14, 2022 20:54
Manage a fivem server using this simple bash script
#!/bin/bash
# CONTENT : Simple server manager script
# AUTHOR : tholeb
# CREATION : 25/06/2021
# @param : type - The type of action you want to do (start, restart, stop, status, screen)
# Colors
asciiWhite="\033[0;39m"
asciiGray="\033[0;37m"
asciiRed="\033[1;31m"
@tholeb
tholeb / README.md
Last active January 13, 2023 14:19
Gmail Signature using apps scripts, Gmail API and a G Suite Domain

Gmail signature using GMail API and G Suite domain