Skip to content

Instantly share code, notes, and snippets.

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

Győrvári Gábor scr34m

🏠
Working from home
View GitHub Profile
@scr34m
scr34m / Makefile
Created July 1, 2025 16:51 — forked from mennucc/Makefile
Brief instructions to (re)compile nct6775 kernel module using DKMS
obj-m := nct6775-core.o
nct6775-objs := nct6775-platform.o
obj-$(CONFIG_SENSORS_NCT6775) += nct6775.o
## this is not currently compiled
#obj-$(CONFIG_SENSORS_NCT6775_I2C) += nct6775-i2c.o
@scr34m
scr34m / ZOE-Widget.js
Created March 24, 2023 06:01 — forked from mountbatt/ZOE-Widget.js
Scriptable iOS widget that displays the status of your Renault ZOE on your iPhone and iPad.
/* Das Widget ist auf Grund von Beschwerden von Renault vorrübergehend entfernt */
/* Le widget a été temporairement supprimé suite à une plainte de Renault. */
/* The widget is temporarily removed due to complaints from Renault */
#!/usr/bin/env python2
import base64
import json
import logging
import requests
import sys
from swiftclient import client
class AuthenticationHubic: