Skip to content

Instantly share code, notes, and snippets.

View will7200's full-sized avatar
🎯
Focusing

Will will7200

🎯
Focusing
  • ::1
View GitHub Profile
from manimlib.imports import *
original = 8
new = FRAME_HEIGHT
scale_facor = FRAME_HEIGHT / original
print(FRAME_HEIGHT, FRAME_WIDTH)
class Level(Polygon):
CONFIG = {
@will7200
will7200 / !Window Logs in Golang.md
Last active July 27, 2023 14:52
Read Windows Logs in Golang

Read window logs in Golang