
Pinned Loading
-
UARTSwitchCon
UARTSwitchCon PublicESP32 and Arduino (AVR) compatible, UART controlled Nintendo Switch controller emulators.
-
OpenShock/Firmware
OpenShock/Firmware PublicEspressif Firmware for OpenShock, Controlling shock collars via Reverse engineered proprietary Sub-1 GHz Protocols.
-
iron-heart
iron-heart PublicA BLE Heart Rate Monitor bridge for Social VR, OBS, Data Logging, and more!
-
OpenShock/Hardware
OpenShock/Hardware PublicKiCAD files for PCBs for transmitters and other hardware for OpenShock.
-
redefaulter
redefaulter PublicEnforce a set of Default Audio Devices on Windows, with per-app overrides.
Rust
-
744 contributions in the last year
Day of Week | March Mar | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | ||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Contribution activity
March 2025
Created 4 commits in 2 repositories
Created 1 repository
-
nullstalgia/int-enum-rs
Rust
This contribution was made on Mar 6
Created a pull request in Juici/int-enum-rs that received 1 comment
Allow implicit discriminators, and feature-gate messy color output
Howdy howdy!
I was drawn to this crate since it seemed to do exactly what I wanted, one #[derive]
macro for both Into<repr>
and TryFrom<repr>
.
Howe…
Created an issue in ratatui/ansi-to-tui that received 1 comment
Request for from_utf8_lossy-utilizing methods
Howdy! I'm wanting to use this crate to process ANSI-colored lines from serial port-connected devices. In scenarios with serial devices, it's not u…