Skip to content

Instantly share code, notes, and snippets.

View pgrondek's full-sized avatar
:octocat:

Przemek Grondek pgrondek

:octocat:
View GitHub Profile
@pgrondek
pgrondek / README.md
Created April 28, 2026 14:01 — forked from Informatic/README.md
Wyse 3040 USB Gadget hack

Wyse 3040 USB3 front port can be used for USB Gadget ("device").

This probably applies to other Bay/Cherry Trail-based devices (Z8350).

Prerequisites

Usage

  • Boot UEFI Shell
@pgrondek
pgrondek / miscalegw.py
Created July 24, 2020 16:49 — forked from syssi/miscalegw.py
miscalegw.py
#!/usr/bin/python3
from __future__ import print_function
import argparse
import binascii
import os
import sys
from bluepy import btle
import paho.mqtt.client as mqtt
MISCALE_MAC = '88:0f:XX:XX:XX:XX'
/**
* Sony TV Smartthings Integration, Currently testing on: KDL-55W829B
Working on KDL-55W829B,
*
*
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
* in compliance with the License. You may obtain a copy of the License at:
*
* http://www.apache.org/licenses/LICENSE-2.0
@pgrondek
pgrondek / WAT.js
Created December 6, 2016 18:18
Javascript WAT
> typeof (new Date() - new Date())
< "number"
> typeof (new Date() + new Date())
< "string"
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<project path="device/htc/endeavoru" name="CyanogenMod/android_device_htc_endeavoru" />
<project path="device/htc/tegra3-common" name="CyanogenMod/android_device_htc_tegra3-common" />
<project path="kernel/htc/endeavoru" name="CyanogenMod/android_kernel_htc_endeavoru" />
<project path="vendor/htc" name="TheMuppets/proprietary_vendor_htc" />
</manifest>