Skip to content

Instantly share code, notes, and snippets.

View thazelart's full-sized avatar
🏠

Thibault Hazelart thazelart

🏠
View GitHub Profile
@thazelart
thazelart / keybase.md
Last active July 23, 2022 17:06
keybase.md

Keybase proof

I hereby claim:

  • I am thazelart on github.
  • I am thazelart (https://keybase.io/thazelart) on keybase.
  • I have a public key ASBaMAHrYk1USE3-iV9_0wK2-7t1LMrqQ_TVdEshJOGkhAo

To claim this, I am signing this object:

@thazelart
thazelart / python3_template.py
Last active December 16, 2021 09:44
Python3 script template
#!/usr/bin/env python3
__author__ = "Your Name"
__email__ = "your.name@domain.com"
__copyright__ = "Copyright 2019, Your Name"
__version__ = "0.0.1"
#----------------------------------------------------------------------#
# IMPORT PACKAGES #
#----------------------------------------------------------------------#
from datetime import datetime
@thazelart
thazelart / bash_template.sh
Last active February 6, 2023 03:44
Bash script template
#!/usr/bin/env bash
#-------------------------------------------------------------------
# Name:
# Author: Team - Author
#
# Description:
#
#-------------------------------------------------------------------
# CHANGELOG
# V0.0.1 Author