Skip to content

Instantly share code, notes, and snippets.

View cwawak's full-sized avatar

Christopher Wawak cwawak

View GitHub Profile
@cwawak
cwawak / NAD_D3020_V1.ir
Created March 1, 2026 19:03
NAD DR-2 remote IR codes for NAD D 3020 V1 amplifier, captured with Flipper Zero
Filetype: IR signals file
Version: 1
#
name: On
type: parsed
protocol: NECext
address: 87 7C 00 00
command: 25 DA 00 00
#
name: Off
@cwawak
cwawak / gist:7fcaf0abac29e630b9b08ad294ce6d75
Last active February 27, 2026 13:01
Hyundai BSI Inventory API (Unofficial)

Hyundai BSI Inventory API (Unofficial)

Hyundai's dealer inventory search at hyundaiusa.com is backed by an undocumented internal API. This documents the endpoints and patterns discovered through browser network inspection.

Disclaimer: This is an unofficial, reverse-engineered API. It is not publicly documented, has no SLA, and may change without notice. Use responsibly and don't hammer the endpoints.


Inventory Search

@cwawak
cwawak / icuelink-telemetry.py
Created June 12, 2025 01:22
This script reads and decodes live telemetry data from a Corsair iCUE LINK System Hub.
@cwawak
cwawak / ocp policy
Last active September 20, 2022 14:52
{
"Version": "2012-10-17",
"Statement": [{
"Action": [
"ec2:AuthorizeSecurityGroupEgress",
"ec2:AuthorizeSecurityGroupIngress",
"ec2:CopyImage",
"ec2:CreateNetworkInterface",
"ec2:AttachNetworkInterface",
"ec2:CreateSecurityGroup",