Skip to content

Instantly share code, notes, and snippets.

Avatar
🖥️
Music Programming

Joe X! joex92

🖥️
Music Programming
View GitHub Profile
@dixyes
dixyes / conv.py
Last active May 5, 2023 03:14
GA402R anime matrix with python
View conv.py
from PIL import Image, ImageDraw, ImageOps, ImageStat
"""
convert picture to matrix data uint8 array
this script is too slow...
maybe we should rewrite it in np things
@nondebug
nondebug / known_gamepads.txt
Last active April 11, 2023 14:52
A list of vendor and product IDs for known USB and Bluetooth gamepad devices
View known_gamepads.txt
0000:006f JessTechColourRumblePad
0001:0329 Sl6566
0005:05ac Mocute
0010:0082 AkishopCustomsPs360Plus
0078:0006 MicrontekUsbJoystick
0079:0006 PcTwinShock
0079:0011 DragonRiseGamepad
0079:1800 MayflashWiiUProAdapter
0079:181a VenomLimitedArcadeJoystick
0079:181b VenomArcadeJoystick
@mmdemirbas
mmdemirbas / LogFile.udl.xml
Created September 13, 2012 11:34
Custom log file syntax highlighting for Notepad++
View LogFile.udl.xml
<NotepadPlus>
<UserLang name="LogFile" ext="log">
<Settings>
<Global caseIgnored="yes" />
<TreatAsSymbol comment="no" commentLine="no" />
<Prefix words1="no" words2="no" words3="no" words4="no" />
</Settings>
<KeywordLists>
<Keywords name="Delimiters">[(0])0</Keywords>
<Keywords name="Folder+"></Keywords>