Skip to content

Instantly share code, notes, and snippets.

View TiffanyNeat's full-sized avatar
🦊
Early to the Punch, Late to the Kick

Tiffany Parfait TiffanyNeat

🦊
Early to the Punch, Late to the Kick
View GitHub Profile
@zupo
zupo / folder_splitter.py
Created June 24, 2013 12:56
Split a folder with many files into subfolders with N files. Usage: python folder_splitter.py path/to/target/folder
# -*- coding: utf-8 -*-
# @author: Peter Lamut
import argparse
import os
import shutil
N = 10 # the number of files in seach subfolder folder
""" Game fix for FFXIV
"""
#pylint: disable=C0103
from protonfixes import util
import os
from subprocess import call
import sys
def main():
@Sharrnah
Sharrnah / Install Docker - Pacman.sh
Last active August 16, 2024 03:37
Pacman Installation Scripts for SteamDeck (requires a set user password using `passwd` first)
#!/bin/bash
sudo steamos-readonly disable
sudo pacman-key --init
sudo pacman-key --populate archlinux
#sudo pacman-key --refresh-keys
# install docker package
echo -e "\rInstalling Docker..."
@bemxio
bemxio / download_creator_levels.sh
Last active May 23, 2024 15:52
A tool for downloading all of a creator's levels from the LittleBigPlanet archive (https://archive.org/details/dry23db). Requires `sqlite3` and `archive_dl` (the latter will be downloaded if you're on x86_64), as well as the `dry.db` database file inside the directory where the script is located.
#!/bin/bash
# This is free and unencumbered software released into the public domain.
#
# Anyone is free to copy, modify, publish, use, compile, sell, or
# distribute this software, either in source code form or as a compiled
# binary, for any purpose, commercial or non-commercial, and by any
# means.
#
# In jurisdictions that recognize copyright laws, the author or authors