Skip to content

Instantly share code, notes, and snippets.

View isakvik's full-sized avatar

Isak Hjertenes Vik isakvik

  • Norway
View GitHub Profile
from math import floor, ceil
from PIL import Image, ImageOps
import os
import random
collage_filename = "__collage.png"
path = "your_imagefolder_path_here"
@isakvik
isakvik / install_waifubot.sh
Created November 27, 2017 16:17
waifubot installation script
#!/bin/bash
#argument: needs URL
if [ "$1" == "" ]; then
exit 1
fi
rm -rf /home/pi/waifubot-0.0.1/
wget "$1"
tar -xvf ${1:19}
@isakvik
isakvik / GettingOverIt.asl
Last active November 22, 2017 01:24 — forked from Tairoon92/GettingOverIt.asl
AutoSplitter for Getting Over It with Bennett Foddy (furniture tower skip fix)
state("GettingOverIt")
{
float timer : 0x105E114, 0x0, 0x360, 0x178, 0x1c, 0x80;
float x : 0x105E114, 0xc, 0x360, 0x120, 0xd8, 0x20;
float y : 0x105E114, 0x4, 0x2dc, 0x18, 0xc, 0xa0;
//float timer : 0x105E114, 0x4, 0x298, 0xc, 0xc, 0x80;
//float x : 0x1058870, 0x52c, 0x4cc, 0x360, 0x178, 0x20;
//float y : 0x1057C44, 0x28, 0x1c, 0xe0, 0x6b8, 0x30;
}