Skip to content

Instantly share code, notes, and snippets.

View wewnumam's full-sized avatar

Ahmad Adillaumam wewnumam

View GitHub Profile
@wewnumam
wewnumam / playlist.md
Last active January 25, 2026 16:29
Playlist
@wewnumam
wewnumam / frequently-used-codes.md
Last active August 11, 2026 15:50
Frequently Used Codes

Python

Rename .mp4 video to md5 hash

import hashlib
import os

def get_md5(file_path):
    """Generates the MD5 hash of a file in chunks to save memory."""
    hash_md5 = hashlib.md5()
    with open(file_path, "rb") as f:
@wewnumam
wewnumam / bookmarks.md
Last active July 5, 2026 02:44
Daily use websites
@wewnumam
wewnumam / command-reminder.md
Last active December 19, 2022 01:29
Command Line Notes