Skip to content

Instantly share code, notes, and snippets.

@corenting
corenting / ed_notes.md
Last active April 30, 2025 09:09
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