Skip to content

Instantly share code, notes, and snippets.

@corenting
corenting / ed_notes.md
Last active June 17, 2024 22:42
Elite: Dangerous APIs findings
@corenting
corenting / statsd_debug.py
Created July 8, 2019 13:08
CLI statsd debug server - needs Python3
#!/usr/bin/env python3
# encoding: utf-8
import datetime
import socket
UDP_IP = "127.0.0.1"
UDP_PORT = 8125