Skip to content

Instantly share code, notes, and snippets.

View deveworld's full-sized avatar
😵‍💫
I may be slow to respond.

Dev world deveworld

😵‍💫
I may be slow to respond.
View GitHub Profile
@deveworld
deveworld / finder.py
Last active November 4, 2025 01:26
Micro:bit tag/finder
# 분실방지 태그 시스템 - 파인더/휴대용
# micro:bit에 업로드할 코드
from microbit import *
import radio
import music
CHANNEL = 73
POWER = 7
@deveworld
deveworld / encode.py
Last active May 6, 2024 08:45
Diff-SVC Audio Data Preprocess Python Script
import os
import glob
import parmap
import multiprocessing
import subprocess as sp
FFMPEG_BIN = "ffmpeg"
def encode(input, output_path):