Skip to content

Instantly share code, notes, and snippets.

View dminhhoang26's full-sized avatar
🏠
Working from home

dminhhoang26

🏠
Working from home
  • Ho Chi Minh City
View GitHub Profile
@phineas-pta
phineas-pta / xoa_dau.md
Last active April 19, 2025 09:21
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(
@adriansr
adriansr / svg2icns.sh
Created February 19, 2018 15:21
Convert SVG file to macOS icon (icns) format
#!/bin/sh -x
set -e
SIZES="
16,16x16
32,16x16@2x
32,32x32
64,32x32@2x
128,128x128