Skip to content

Instantly share code, notes, and snippets.

View roderik333's full-sized avatar

Rune Hansén Steinnes roderik333

  • Ren Røros Digital
  • Røros
View GitHub Profile
@roderik333
roderik333 / logtailer.py
Created February 2, 2023 12:47
Windows log file watcher
"""Tailer"""
import time
import argparse
import sys
import os
def tail(filename: str, codes: list[int] = None, *, n: int = 1):
with open(filename, "r") as fp:
@roderik333
roderik333 / installing-node-for-ubuntu-with-nvm.md
Created September 14, 2017 07:14 — forked from d2s/installing-node-with-nvm.md
Installing Node.js for Ubuntu with nvm