Skip to content

Instantly share code, notes, and snippets.

View MarcelWaldvogel's full-sized avatar

Marcel Waldvogel MarcelWaldvogel

View GitHub Profile
@jauderho
jauderho / Time Servers with NTS support.md
Last active November 22, 2023 16:26
A curated list of NTP time servers that support NTS
@MarcelWaldvogel
MarcelWaldvogel / nigiri-ui.py
Last active November 12, 2020 03:00 — forked from ksamuel/gist:1521153
Urwid chat UI
#!/usr/bin/env python3
# coding: UTF-8
# code extracted from nigiri
# Got running on current version and Python3
import os
import datetime
import sys
import traceback
@ksamuel
ksamuel / gist:1521153
Created December 26, 2011 13:30
Urwid chat UI
#!/usr/bin/env python
# coding: UTF-8
# code extracted from nigiri
import os
import datetime
import sys
import traceback
import re