Skip to content

Instantly share code, notes, and snippets.

View jordanst3wart's full-sized avatar
🏠
Working from home

Jordan Stewart jordanst3wart

🏠
Working from home
View GitHub Profile
@jordanst3wart
jordanst3wart / crgb.cc
Created January 11, 2025 23:45 — forked from aditya-r-m/crgb.cc
Custom Trident Z DRAM RGB Turndown
// Pieces extracted & trimmed from https://gitlab.com/CalcProgrammer1/OpenRGB
// Basic usage : g++ crgb.cc -o ledoff && ./ledoff
// For turning off RAM LEDs at startup : compile in root home directory & add "@reboot /root/ledoff" to "sudo crontab -e"
#include <cstring>
#include <iostream>
#include <linux/i2c-dev.h>
#include <linux/i2c.h>
#include <sys/ioctl.h>
@jordanst3wart
jordanst3wart / golang-reading-list.md
Created January 5, 2024 02:30 — forked from 17twenty/golang-reading-list.md
17twenty / Nick's Golang Reading List