Skip to content

Instantly share code, notes, and snippets.

View Sariohara's full-sized avatar

Michael Eaton Sariohara

  • Gilroy
  • 23:11 (UTC -07:00)
View GitHub Profile
@sagehane
sagehane / flake.nix
Last active August 6, 2024 18:21
Nix env for Lenna's Inception
# A simple shell expression for running Lenna's Inception
# Put this in the same directory as the game and run `nix develop`
{
description = "FHS setup for Lenna's Inception";
outputs = { self, nixpkgs }:
let
pkgs = import nixpkgs { inherit system; };
system = "x86_64-linux";
@zeroruka
zeroruka / generator.py
Last active August 29, 2023 05:26
Reddit Account Scripts
# Lines to modify: 19, 207, 212, 223
import os
import time
import names
import string
import random
import requests
from termcolor import colored
from selenium import webdriver
@michaelu123
michaelu123 / main.py
Created October 27, 2022 13:32
Google Drive directory walk
import os
import google.auth.transport.requests
from google.oauth2.credentials import Credentials
import google_auth_oauthlib.flow
import googleapiclient.discovery
from googleapiclient.errors import HttpError
SCOPES = [
"https://www.googleapis.com/auth/drive",
@syrinka
syrinka / pgmm-codec.py
Last active July 2, 2025 18:10
Pixel Game Maker MV 引擎资源解密脚本
import os
import click
import struct
import json
from base64 import b64decode
from twofish import Twofish
iv = bytes.fromhex("A0 47 E9 3D 23 0A 4C 62 A7 44 B1 A4 EE 85 7F BA")
@pointfeev
pointfeev / nem.js
Last active May 8, 2025 07:05
Nexus Endorsement Manager
// ==UserScript==
// @name Nexus Endorsement Manager
// @version 1.1.0
// @description Adds buttons to the "My Nexus account" screen related to the mass endorsement and abstainment from endorsement of mods.
// @author pointfeev
// @copyright 2021, pointfeev (https://github.com/pointfeev)
// @license MIT
// @match *://*.nexusmods.com/users/myaccount*
// @icon https://www.nexusmods.com/favicon.ico
// @grant none
@natyusha
natyusha / Naty's FFXIV Dawntrail Add-ons, Plugins and Mods.md
Last active June 26, 2025 01:56
All the third party add-ons, plugins and mods I use for FFXIV.

Last Updated: Patch 7.25

The program which most people use for parsing in FFXIV and several other MMOs. For an open source alternative consider using IINACT though configuring it won't be covered here.

Options

  • Main Table Encounters
    • General
      • Uncheck: Number of seconds to wait after the last combat action to begin a new encounter.
      • Uncheck: Number of seconds to wait after the last combat action to pause the encounter duration.

Plugins

@the-database
the-database / hajimarimodels.txt
Last active February 1, 2024 03:03
hajimari models
リィン
C_CHR000
chr000
C_CHR000_FC1
FC_CHR000
rean
リィン:水着
C_CHR000_C01
chr000
C_CHR000_FC1
@DrEmpiricism
DrEmpiricism / Start-WindowsCleanup.ps1
Last active October 14, 2024 22:30
Clean-up system clutter and reclaim disk space
Function Start-WindowsCleanup
{
<#
.SYNOPSIS
`Start-WindowsCleanup` cleans-up a system clutter and reclaims disk space.
.DESCRIPTION
The `Start-WindowsCleanup` cmdlet performs the following clean-up tasks to reclaim disk space:
Clears the contents of common directories of the Windows file system for both the current running user and the global system that are used to store temporary, logging, backup, cache and dump files.