I hereby claim:
- I am wheest on github.
- I am pezza (https://keybase.io/pezza) on keybase.
- I have a public key ASDPXJo4DEpEiRoJErGaNxMkJL7KCYCRjk56-pUOc0R8Kwo
To claim this, I am signing this object:
| #!/usr/bin/env python | |
| import argparse | |
| import string | |
| from typing import List | |
| from collections import Counter | |
| import numpy as np | |
| def main(args) -> List[str]: |
| from hashlib import md5 | |
| import argparse | |
| parser = argparse.ArgumentParser(description='Proof of work') | |
| parser.add_argument('--input_string', default='chungus', | |
| help='String to compute proof of work on') | |
| parser.add_argument('--prefix', default='000', | |
| help='Required prefix for PoW - longer is more difficult') | |
| args = parser.parse_args() |
| #!/bin/bash | |
| # Rotate an animated gif by a chosen amount, while maintaining the animation | |
| if [ "$1" == "-h" ]; then | |
| echo "Usage: `basename $0` [rotation in degrees] [input file] [output file]" | |
| exit 0 | |
| fi | |
| ROTATION=$1 |
| --- gcc/config/i386/linux-unwind_old.h 2019-08-08 11:02:37.812459833 +0200 | |
| +++ gcc/config/i386/linux-unwind.h 2019-08-08 11:36:20.876351869 +0200 | |
| @@ -135,7 +135,7 @@ | |
| int sig; | |
| struct siginfo *pinfo; | |
| void *puc; | |
| - struct siginfo info; | |
| + siginfo_t info; | |
| struct ucontext uc; | |
| } *rt_ = context->cfa; |
| setw -g mode-keys emacs # Use emacs keybindings in copy mode | |
| setw -g status-keys emacs | |
| set -g mouse on | |
| # COPY & PASTE | |
| # Copy tmux buffer to X clipboard | |
| # bind -Tcopy-mode M-w send-keys -X copy-pipe "xclip -i -sel p -f | xclip -i -sel c " . bind-key -n C-y run-shell "xclip -o | tmux load-buffer - ; tmux paste-buffer" | |
| # run -b runs a shell command in background |
| # ~/.bashrc: executed by bash(1) for non-login shells. | |
| # see /usr/share/doc/bash/examples/startup-files (in the package bash-doc) | |
| # for examples | |
| # sometimes, on my travels I find myself in an unfamilar land. | |
| # maybe inside a whale like Jonah. | |
| # or in a small corner of the howling halls of the giants in the sky | |
| # so when this happens, I say a little incantation | |
| # and a wee bit of home comes to me | |
| # If not running interactively, don't do anything |
| ;;; org-movie.el --- An org-mode movie watch list utility | |
| ;; This program is free software; you can redistribute it and/or modify | |
| ;; it under the terms of the GNU General Public License as published by | |
| ;; the Free Software Foundation, either version 3 of the License, or | |
| ;; (at your option) any later version. | |
| ;; This program is distributed in the hope that it will be useful, | |
| ;; but WITHOUT ANY WARRANTY; without even the implied warranty of | |
| ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
I hereby claim:
To claim this, I am signing this object: