Skip to content

Instantly share code, notes, and snippets.

View vndee's full-sized avatar
🔕
I may be slow to respond.

Duy Huynh vndee

🔕
I may be slow to respond.
View GitHub Profile
@phineas-pta
phineas-pta / xoa_dau.md
Last active March 30, 2026 01:39
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 August 21, 2026 11:01
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.
#