Skip to content

Instantly share code, notes, and snippets.

@YukinoAi
YukinoAi / common_db.rb
Created March 28, 2024 03:59 — forked from UserUnknownFactor/common_db.rb
Unpack/repack tools for RPG maker games
require 'zlib'
# Some data structures that are common to both VX and VX Ace.
class Rect
def initialize(x, y, width, height)
@x = x
@y = y
@width = width
@height = height
@YukinoAi
YukinoAi / qbittorrrentgui-build.sh
Last active September 11, 2020 19:14 — forked from jDmacD/qbBuild.sh
qbittorrent from scratch for raspberry pi
#!/bin/bash
# https://github.com/qbittorrent/qBittorrent/wiki/Setting-up-qBittorrent-on-Ubuntu-server-as-daemon-with-Web-interface-(15.04-and-newer)
# https://github.com/qbittorrent/qBittorrent/wiki/Compiling-qBittorrent-on-Debian-and-Ubuntu
# https://github.com/qbittorrent/qBittorrent/wiki/Compiling-qBittorrent-on-Raspbian-for-LeMaker-Banana-Pro
sudo su -
cd /home/pi/