Skip to content

Instantly share code, notes, and snippets.

View zoe1337's full-sized avatar

Zoé Bőle zoe1337

View GitHub Profile
@zoe1337
zoe1337 / solderpastejig.scad
Last active June 4, 2021 12:16
A simple FDM-printable custom pasting jig.
pcb = [90.0, 40.0, 1.65];
gap = 0.2;
base = [180, 180, 0.2];
/* WTFPL yada yada
The idea is to bring the surface around the PCB to the same height as the
top surface of the PCB so that the stencil on top lies nice and flat.
@zoe1337
zoe1337 / decode-postcard.ipynb
Created May 22, 2022 18:59
Decoding the Long Postcard
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@zoe1337
zoe1337 / enchilada nfc initiated unintended reboot.log
Created June 13, 2022 08:55
LineageOS 12 running on enchilada reboots when placed on the NFC antenna of a Dell Latitude 5411 running Windows 10
PN54X - Posting read message.....
2022-06-13T08:50:00.637Z 861-22296/? D/NxpNciR: len = 28 <= 40011900030E0201080001020380828384025C03FF0200045111211F
2022-06-13T08:50:00.638Z 861-22299/? D/NxpHal: read successful status = 0x0
CORE_INIT_RSP NCI1.0 received !
NxpNci> FW Version: 11.21.1f
CORE_INIT_RSP 1 received !
2022-06-13T08:50:00.638Z 861-22296/? D/NxpTml: PN54X - Read requested.....
2022-06-13T08:50:00.638Z 861-861/? D/vendor.nxp.nxpnfc@1.0-impl: ioctl: enter
2022-06-13T08:50:00.638Z 861-22296/? D/NxpTml: PN54X - Invoking I2C Read.....
2022-06-13T08:50:00.639Z 861-861/? D/NxpHal: phNxpNciHal_ioctl : enter - arg = 9
@zoe1337
zoe1337 / pythonmorphic_batch.py
Created December 21, 2022 15:47
very proof of concept anamorphic lens flare effect batch processor written in python-opencv
#!/usr/bin/env python
# coding: utf-8
# In[1]:
import cv2 as cv
import numpy as np
from matplotlib import pyplot as plt
import os