Skip to content

Instantly share code, notes, and snippets.

View george124816's full-sized avatar

George Rodrigues george124816

View GitHub Profile
@george124816
george124816 / http_post_to_kafka.go
Created February 11, 2025 01:05
Simple HTTP endpoint forwading to Kafka
package main
import (
"fmt"
"io"
"log"
"net/http"
"github.com/confluentinc/confluent-kafka-go/kafka"
)
@george124816
george124816 / 30-trackball.conf
Last active May 19, 2025 14:49
Configuration to ELECOM DEFT Pro TrackBall
Section "InputClass"
Identifier "ELECOM TrackBall Mouse DEFT Pro TrackBall"
MatchProduct "ELECOM TrackBall Mouse DEFT Pro TrackBall"
Driver "libinput"
Option "ScrollMethod" "button"
Option "ScrollButton" "11"
Option "NaturalScrolling" "false"
Option "ButtonMapping" "1 2 3 4 5 6 7 8 9 1 3 2"
EndSection