Skip to content

Instantly share code, notes, and snippets.

#JOSM PicLayer plugin calibration data
#Thu Feb 04 18:56:30 GMT 2021
POSITION_X=-1.0815529575283647E7
POSITION_Y=2998438.4548564195
INITIAL_SCALE=107.34828149211806
M00=0.46358137910761604
M11=0.46358137910761604
M10=-0.007226287779335177
M02=19.15448883813537
M01=0.007226287779335177
@guyfawcus
guyfawcus / ezcap158-lsusb.txt
Created July 6, 2020 11:31
lsusb output for the ezcap158 UVC USB2.0 Video Capture device
Bus --- Device ---: ID 534d:0021
Device Descriptor:
bLength 18
bDescriptorType 1
bcdUSB 2.00
bDeviceClass 239 Miscellaneous Device
bDeviceSubClass 2 ?
bDeviceProtocol 1 Interface Association
bMaxPacketSize0 64
idVendor 0x534d
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@guyfawcus
guyfawcus / keybase.md
Created September 17, 2018 20:34
Github verification for Keybase

Keybase proof

I hereby claim:

  • I am guyfawcus on github.
  • I am guyfawcus (https://keybase.io/guyfawcus) on keybase.
  • I have a public key ASAk-09x_e9dOuZYYL-RUkvYfkyClSj5g_9SczV_NsRTFwo

To claim this, I am signing this object:

@guyfawcus
guyfawcus / csb_osc_comms.py
Created May 29, 2017 17:30
Two-way OSC communication with CasterSoundboard
#!/usr/bin/env python3
import threading
from sys import exit
from pythonosc import dispatcher
from pythonosc import osc_server
from pythonosc import udp_client
def global_information(addr, val):