School Report And Work Report. I has overwork?
Highlights
- Pro
Also like Pokémon, especially Meowscarada and Pikachu!
Pinned Loading
-
KanaConverter
KanaConverter PublicThis is a library that converts Roman letters to both hiragana and katakana and vice versa.
Kotlin 1
-
-
超汎用的なロガークラス
超汎用的なロガークラス 1from enum import Enum
234class Color(Enum):
5RESET = "\033[0m"
-
バイナリをBMP形式の画像に変換するだけの関数。https://x.co...
バイナリをBMP形式の画像に変換するだけの関数。https://x.com/McDonaldsJapan/status/1971530192137990518 解読の為に作った 1from PIL import Image
2import numpy as np
34def binary_to_image(bin: str, width: int, height: int):
5data = np.array([int(b) * 0xFF for b in bin], dtype=np.uint8)
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.