Skip to content

Instantly share code, notes, and snippets.

View wewnumam's full-sized avatar

Ahmad Adillaumam wewnumam

View GitHub Profile
{
"Score":0,
"HighScore":0,
"Health":5,
"MaxHealth":5,
"Energy":100,
"MaxEnergy":100,
"CoinScoreAmount": 50,
"EnemyKillScoreAmount": 100,
"ShootEnergyCost": 10,
@wewnumam
wewnumam / frequently-used-codes.md
Created June 11, 2023 03:08
Frequently Used Codes

Python

Rename .mp4 video to md5 hash

import os, hashlib, pathlib

folder = pathlib.Path('./').rglob('*.mp4')
files = [x for x in folder]

for name in files:
	f = open(name, 'r')
@wewnumam
wewnumam / bookmarks.md
Last active March 16, 2024 17:34
Daily use websites

Bookmarks

As someone who frequently relies on various websites to complete my daily tasks, I often find myself struggling to remember all the different addresses. That's why I created this bookmark as a helpful reminder for myself, and I hope it will be just as useful for others as well.

This bookmark not only includes links to the websites I use most often, but also includes a Chrome extension to maximize its functionality and improve my productivity.

If you find this bookmark helpful, feel free to share it with others who might benefit from it as well. Whether it's through social media, email, or simply word of mouth, sharing this bookmark with friends and colleagues can help us all stay organized and productive in our daily lives.


Table of contents

@wewnumam
wewnumam / command-reminder.md
Last active December 19, 2022 01:29
Command Line Notes