Skip to content

Instantly share code, notes, and snippets.

View karlyeurl's full-sized avatar

karlyeurl

View GitHub Profile
@rfrancoise
rfrancoise / i.py
Created March 28, 2017 11:21
Python reimplementation of iprint
#!/usr/bin/python3
# Reimplementation of i.c (https://packages.debian.org/iprint)
import curses.ascii
import sys
escapes = ['0', 0, 0, 0, 0, 0, 0, 'a', 'b', 't', 'n', 'v', 'f', 'r']
def iprint(number):