I hereby claim:
- I am anisse on github.
- I am anisse (https://keybase.io/anisse) on keybase.
- I have a public key whose fingerprint is 8AEE 0CDC FF9D B7D4 286A D66E 6598 7CBB 79F4 75C5
To claim this, I am signing this object:
| #!/bin/bash | |
| set -euo pipefail | |
| INPUT="$1" | |
| DIMENSION="${2:-128}" | |
| QUALITY=100 | |
| TARGET_SIZE=130278 # Not the real value, but I'm too lazy to really test the slack limits |
| #!/usr/bin/env python3 | |
| import sys | |
| import pathlib | |
| space = 0xEB | |
| # fmt: off | |
| alphabet_0_8 = [ | |
| *range(0x34, 0x38), # ABCD | |
| *range(0x44, 0x48), # EFGH |
| package main | |
| import ( | |
| "log" | |
| "net/http" | |
| "golang.org/x/crypto/acme/autocert" | |
| ) | |
| func rootHandler(w http.ResponseWriter, r *http.Request) { |
I hereby claim:
To claim this, I am signing this object:
| From d4d70b3eb3779255836695afa5cedf49d21b1c48 Mon Sep 17 00:00:00 2001 | |
| From: Anisse Astier <[email protected]> | |
| Date: Wed, 17 Aug 2011 11:35:19 +0200 | |
| Subject: [PATCH 1/8] Rebuild for squeeze-backports | |
| --- | |
| debian/changelog | 6 ++++++ | |
| 1 file changed, 6 insertions(+) | |
| diff --git a/debian/changelog b/debian/changelog |