I hereby claim:
- I am xai on github.
- I am xaitax (https://keybase.io/xaitax) on keybase.
- I have a public key ASATxk26Xp4Br3HtDcOnF60lR6oZw8qNKhjM4hk_l8FDAQo
To claim this, I am signing this object:
| #!/bin/bash | |
| set -e | |
| SOURCES="$HOME/Git/misc/microsoft" | |
| VSCODE="$HOME/Downloads/vscode" | |
| VSCODIUM="$HOME/Downloads/vscodium" | |
| REPOS="$HOME/Git/" | |
| ARGS="--extensions-dir $HOME/debugging/extensions" |
| #!/usr/bin/env python3 | |
| # -*- coding: utf-8 -*- | |
| # vim:fenc=utf-8 | |
| # | |
| # Copyright © 2020 Olaf Lessenich <xai@linux.com> | |
| # | |
| # Distributed under terms of the MIT license. | |
| from datetime import timedelta, datetime | |
| import argparse |
| { | |
| OFS=FS | |
| n=split($2, words, " ") | |
| $2="" | |
| for(i=n;i>=1;i--) $2=$2 words[i] " " | |
| gsub(/ +$/, "", $2) | |
| } |
I hereby claim:
To claim this, I am signing this object:
| #!/bin/sh | |
| usage() { | |
| echo "Usage: $0 [-m] [-s] hash file" | |
| echo "\t-m use md5 for hashing" | |
| echo "\t-s use sha1 for hashing (this is the default)" | |
| exit 1 | |
| } | |
| HASHCMD="sha1sum" |
| require "vacation"; | |
| if anyof (address "From" "bunghole@company.org") | |
| { | |
| vacation :days 1 :addresses ["me@company.org"] | |
| "This mail will not be read by me, it has been expunged to /dev/null instead. | |
| Apparently, I put your mail address into my killfile. | |
| You sent me an unusual amount of annoying, unsolicited, and undesirable mail in the past. | |
| This is not an error, I register each killfile entry manually and very carefully. |
| int f(int x) { | |
| return x; | |
| } |
| #!/usr/bin/env python3 | |
| # -*- coding: utf-8 -*- | |
| # vim:fenc=utf-8 | |
| # | |
| # Copyright © 2017 Olaf Lessenich <xai@linux.com> | |
| # | |
| # Distributed under terms of the MIT license. | |
| import sys | |
| from pygit2 import Repository |
| #!/usr/bin/env python3 | |
| # -*- coding: utf-8 -*- | |
| # vim:fenc=utf-8 | |
| # | |
| # Copyright © 2017 Olaf Lessenich <xai@linux.com> | |
| # | |
| # Distributed under terms of the MIT license. | |
| """ | |
| Anonymize logfiles |