Skip to content

Instantly share code, notes, and snippets.

View greasycat's full-sized avatar

GreasyCat greasycat

  • UCSB
View GitHub Profile
@oliver-ni
oliver-ni / README.md
Created August 7, 2023 01:07
Typst function for drawing trees

Make trees in Typst

image image

@koenbollen
koenbollen / punch.py
Created July 5, 2010 19:10
Proof of Concept: UDP Hole Punching
#!/usr/bin/env python
#
# Proof of Concept: UDP Hole Punching
# Two client connect to a server and get redirected to each other.
#
# This is the client.
#
# Koen Bollen <meneer koenbollen nl>
# 2010 GPL
#