Skip to content

Instantly share code, notes, and snippets.

View arty-name's full-sized avatar

Tom Adler arty-name

View GitHub Profile
@arty-name
arty-name / index.ts
Last active January 18, 2023 12:57
ERR_REQUIRE_ESM with `parcel watch` and ESM-only dependencies
import { got } from 'got';
console.log(got);
@arty-name
arty-name / IMLogger.py
Created December 23, 2012 13:28
Simple bot to publish jabber statuses as atom feed + upstart configuration file
#!/usr/bin/python
# -*- coding: utf-8 -*-
import syslog
import signal
import daemon
import grp
import datetime
from pyxmpp.all import JID