Skip to content

Instantly share code, notes, and snippets.

@anisse
anisse / splash.py
Last active February 3, 2024 10:50
Sonic The Hedgehog (Game Gear) romhack: level select, modify level name, set number of lives
#!/usr/bin/env python3
import sys
import pathlib
space = 0xEB
# fmt: off
alphabet_0_8 = [
*range(0x34, 0x38), # ABCD
*range(0x44, 0x48), # EFGH
@anisse
anisse / golangparis.go
Created December 12, 2018 13:19
Livecoding Autocert Golang Paris 2018-12-11
package main
import (
"log"
"net/http"
"golang.org/x/crypto/acme/autocert"
)
func rootHandler(w http.ResponseWriter, r *http.Request) {

Keybase proof

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:

@anisse
anisse / 0001-Rebuild-for-squeeze-backports.patch
Created August 17, 2011 14:25
Mesa 7.11 squeeze backport
From d4d70b3eb3779255836695afa5cedf49d21b1c48 Mon Sep 17 00:00:00 2001
From: Anisse Astier <anisse@astier.eu>
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