Skip to content

Instantly share code, notes, and snippets.

@mfiers
mfiers / keybase.md
Created January 3, 2018 06:58
keybase.md

Keybase proof

I hereby claim:

  • I am mfiers on github.
  • I am ataraxia42 (https://keybase.io/ataraxia42) on keybase.
  • I have a public key ASCLwtb9u_ou96lM83P5eEMzSSJDDfrRICG_rbSa9pOzXQo

To claim this, I am signing this object:

@mfiers
mfiers / stamper
Last active October 30, 2017 03:25
#!/usr/bin/env python
#
# A script to create timestamps using: http://www.originstamp.org
# The script has two commands:
# "stamp" stamps
#
# stamper stamp FILENAME [FILENAME [FILENAME...]]
#
# and "check" checks:
#
@mfiers
mfiers / quake_term
Created April 12, 2012 21:32
Bash script for a Quake type terminal
#!/bin/bash
# (c) Mark Fiers
# Released under GPLv3
# Simple bash script to have a quake like terminal
# Bind this script to any key in your WM config
#
# works with openbox, but should work with any EWMH/NetWM compliant
# window manager
#