Skip to content

Instantly share code, notes, and snippets.

View vndee's full-sized avatar
🔍

Duy Huynh vndee

🔍
View GitHub Profile
@phineas-pta
phineas-pta / xoa_dau.md
Last active December 1, 2025 06:31
xoá dấu tiếng Việt với Python

xoá dấu tiếng Việt với Python

phương pháp nhanh hơn và không cần cài thêm package

code hoàn chỉnh:

import unicodedata

BANG_XOA_DAU = str.maketrans(
@maratori
maratori / .golangci.yml
Last active December 5, 2025 13:50
Golden config for golangci-lint
# ==================================================================================================
#
# NOTICE
#
# This gist is no longer maintained. It was moved to repo:
#
# https://github.com/maratori/golangci-lint-config
#
# Full history and all v2 releases are preserved in the repo.
#