Skip to content

Instantly share code, notes, and snippets.

@sinceohsix
sinceohsix / Installing LiveContainer+Sidestore.md
Last active March 18, 2026 01:48
Installing LiveContainer+SideStore from start to finish.

✴️ How to sideload with SideStore and LiveContainer

Last Edited: Dec 21, 2025 @ 6:34PM PST · Supports iOS versions 15.0 - 26.3 Beta

Make sure you are always using up-to-date guides to ensure full compatibility. The official SideStore documentation can be found here in case anything changes. For additional information and credits, scroll to the bottom of this page.


👋 Hello again, r/sideloaded!

This is version 2.0 of my iOS sideloading guide. By the end of this guide, you will be able to:

  • Sideload apps using SideStore
@Meldiron
Meldiron / backup.sh
Last active February 23, 2026 13:24
Backup and Restore Appwrite, the lazy way 🐌
# Make sure to stop Appwrite before this backup,
# and make sure you have enough space on the machine.
# After backing up, make sure there is a file in 'backups/backup-___.tar.gz'.
# Also please check size of this file, it should be at least 5kb, even for small instances.
docker run --rm \
-v appwrite_appwrite-mariadb:/backup/appwrite-mariadb \
-v appwrite_appwrite-redis:/backup/appwrite-redis \
-v appwrite_appwrite-cache:/backup/appwrite-cache \
aahed
aalii
aargh
aarti
abaca
abaci
abacs
abaft
abaka
abamp
@cfreshman
cfreshman / wordle-answers-alphabetical.txt
Last active March 8, 2026 03:00
Original Wordle answers from source code in alphabetical order. And if you write a solver, here's a leaderboard! https://freshman.dev/wordle/leaderboard Additional allowed guesses: https://gist.github.com/cfreshman/cdcdf777450c5b5301e439061d29694c
aback
abase
abate
abbey
abbot
abhor
abide
abled
abode
abort
# -*- coding: utf-8 -*-
"""
@author: Ferhat Kurtulmuş
"""
from PyQt5.QtWidgets import (QWidget, QPushButton, QLineEdit, QFileDialog,
QInputDialog, QApplication, QMessageBox, QLabel,
QHBoxLayout, QVBoxLayout, QSpinBox, QDoubleSpinBox )
import sys, os
@dcalacci
dcalacci / datahoarder.py
Last active January 8, 2021 19:43
pull URLs posted to a list of reddit threads for archival purposes. made for archiving media posted to a couple threads after the 1/6 insurrection attempt
import requests, json, re, time, itertools, datetime, sys, os, subprocess
from random import randint
redditThreads = [
"https://www.reddit.com/r/AccidentalRenaissance/comments/kryhzt/us_capitol_protests_megathread_please_post_all/",
"https://www.reddit.com/r/DataHoarder/comments/krx449/megathread_archiving_the_capitol_hill_riots/",
"https://www.reddit.com/r/news/comments/krvwkf/megathread_protrump_protesters_storm_us_capitol/",
"https://www.reddit.com/r/politics/comments/kryi79/megathread_us_capitol_locked_down_as_trump/",
"https://www.reddit.com/r/PublicFreakout/comments/khs5k2/happening_now_trump_supporters_trying_to_destroy/",
"https://www.reddit.com/r/news/comments/krue9q/capitol_police_order_evacuation_of_some_capitol/",