Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 185 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 185 Bytes

Miscellaneous Code

pipe_read.py

Demonstrates reading from a named pipe with a timeout.

varints.py

Encoding Python numbers to varints and decoding varints to Python numbers.