Skip to content

Instantly share code, notes, and snippets.

@audetto
audetto / .gitignore
Last active February 25, 2022 13:42
Autobooking for the gym
scratch
.idea
.vscode
@audetto
audetto / pool.py
Last active August 29, 2015 14:20
POC communication with a Pool Mate Live
import time
import serial
import struct
delay = 0.1
def crc32a(data):
crc = 0xFFFFFFFF
for x in data[6:]:
for j in range(0, 8):
@audetto
audetto / quantizzatore.pdf
Last active April 15, 2016 18:57
Relazione russa
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.