Skip to content

Instantly share code, notes, and snippets.

View rzr's full-sized avatar
💭
FYI: I am about to move from @Z-Wave-Alliance to other OSS project

Philippe Coval rzr

💭
FYI: I am about to move from @Z-Wave-Alliance to other OSS project
View GitHub Profile
@AlCalzone
AlCalzone / tampermonkey_sdomembers_zwavealliance_login.js
Created November 13, 2025 20:39
Tampermonkey script to make login page on https://sdomembers.z-wavealliance.org/ password manager friendly
// ==UserScript==
// @name Make Z-Wave Alliance Member Login accessible for 1Password
// @namespace http://tampermonkey.net/
// @version 2025-11-13
// @description ...because it does not work out of the box
// @author AlCalzone
// @match https://sdomembers.z-wavealliance.org/LoginPage*
// @run-at document-end
// @icon https://www.google.com/s2/favicons?sz=64&domain=z-wavealliance.org
// @grant none
#include <stdarg.h>
#include <string.h>
#include <ocstack.h>
#include <stdlib.h>
#include "boilerplate.h"
#ifdef __unix__
# include <unistd.h>
#elif defined _WIN32
# include <windows.h>
@akilawickey
akilawickey / Documentation
Last active June 25, 2017 04:59
zebkit packages inside gdp and building process
This is the steps how to include zebkit recipes to gdp and build a target to run the zebra
https://github.com/GENIVI/genivi-dev-platform.git
cd genivi-dev-platform
source init.sh qemux86-64
cd ../meta-genivi-dev/meta-genivi-dev/
wget https://github.com/akilawickey/meta-genivi-dev/commit/94f5427aaffea0a141547697b1da203463545353.patch
git am -i *.patch
#Edit the genivi-dev-platform.bb using nano
nano recipes-dev-platform/images/genivi-dev-platform.bb
@alirobe
alirobe / reclaimWindows10.ps1
Last active December 1, 2025 22:04
This Windows 10 Setup Script turns off a bunch of unnecessary Windows 10 telemetery, bloatware, & privacy things. Not guaranteed to catch everything. Review and tweak before running. Reboot after running. Scripts for reversing are included and commented. Fork of https://github.com/Disassembler0/Win10-Initial-Setup-Script (different defaults). N.…
###
###
### UPDATE: For Win 11, I recommend using this tool in place of this script:
### https://christitus.com/windows-tool/
### https://github.com/ChrisTitusTech/winutil
### https://www.youtube.com/watch?v=6UQZ5oQg8XA
### iwr -useb https://christitus.com/win | iex
###
### OR take a look at
### https://github.com/HotCakeX/Harden-Windows-Security
@goebish
goebish / CX10_Blue_PCB.ino
Last active September 25, 2022 20:59
Cheerson CX-10 Tx Arduino Code (blue PCB)
// Update : a xn297 is not required anymore, it can be emulated with a nRF24l01 :
// https://gist.github.com/goebish/ab4bc5f2dfb1ac404d3e
// **************************************************************
// ****************** CX-10 Tx Code (blue PCB) ******************
// by goebish on RCgroups.com
// based on green pcb cx-10 TX code by closedsink on RCgroups.com
// based largely on flysky code by midelic on RCgroups.com
// Thanks to PhracturedBlue, hexfet, ThierryRC
// Hasi for his arduino PPM decoder