Skip to content

Instantly share code, notes, and snippets.

View Joehuu's full-sized avatar

Joseph Madamba Joehuu

View GitHub Profile
@Joehuu
Joehuu / ddr-stepmania-outfox-stuff.md
Last active June 21, 2024 04:45
DDR/StepMania/OutFox stuff
@Joehuu
Joehuu / commands.md
Last active February 15, 2024 09:00
Useful commands

Useful commands

Applying git diff from clipboard

PowerShell:

Get-Clipboard | git apply

shell:

@Joehuu
Joehuu / DDR_Fix_reverse_engineer.cpp
Created October 24, 2023 17:01 — forked from Bigpet/DDR_Fix_reverse_engineer.cpp
Reverse engineered sources to this weird Konami PS3 Dance-Mat Input converter
// DDR_Fix_reverse_engineer.cpp
// Reverse engineered code from the rawinput_ps3_ddr.exe floating around on the net
//
#include <iostream>
#include "Windows.h"
const int ARR_SZ = 16;
DWORD g_PreviousPadState[ARR_SZ];
#include <Windows.h>
#include "../../API/RainmeterAPI.h"
struct ACCENTPOLICY {
int nAccentState;
int nFlags;
int nColor;
int nAnimationId;
};
struct WINCOMPATTRDATA {