Skip to content

Instantly share code, notes, and snippets.

View CorySanin's full-sized avatar
🏠
Working from home

Cory Sanin CorySanin

🏠
Working from home
View GitHub Profile
@CorySanin
CorySanin / a.maFile
Last active May 19, 2023 23:56
steamguard-cli-minimum-viable-config
{"account_name":"","serial_number":"","revocation_code":"","shared_secret":"%SECRET%","token_gid":"","identity_secret":"","server_time":0,"uri":"","fully_enrolled":true,"device_id":"","secret_1":"","Session":{"SessionID":"","SteamLogin":"","SteamLoginSecure":"","WebCookie":"","OAuthToken":"","SteamID":0}}
@CorySanin
CorySanin / PKGBUILD.template
Last active September 29, 2022 21:39
Automatically download the latest Discord in Arch-based distros
pkgname=discord
_pkgname=Discord
pkgver=%pkgver%
pkgrel=1
pkgdesc="Discord, but the PKGBUILD is automatically updated. Probably a bad idea."
arch=('x86_64')
url='https://discordapp.com'
license=('custom')
depends=('libnotify' 'libxss' 'nspr' 'nss' 'gtk3')
optdepends=('libpulse: Pulseaudio support'
@CorySanin
CorySanin / .SRCINFO
Last active August 9, 2022 01:40
OpenRCT2 Dev Appimage PKGBUILD
pkgbase = openrct2-dev-appimage
pkgdesc = https://nightly.link/OpenRCT2/OpenRCT2/workflows/ci/develop/OpenRCT2-AppImage.zip
pkgver = 0.4.1
pkgrel = 1
url = https://openrct2.io
arch = x86_64
license = GPL3
provides = openrct2-dev
conflicts = openrct2-dev
options = !strip
@CorySanin
CorySanin / this-is-a.log
Last active December 18, 2021 10:25
Node file-type identification bug
This is not an audio file.
@CorySanin
CorySanin / dolphin-updater-linux.sh
Last active December 20, 2022 08:06
Netplay with your Windows normie friends on the latest dev build of Dolphin emu
#!/bin/bash
# Builds the most recent dev build and installs
# Requires jq git curl
# Build dependencies: https://wiki.dolphin-emu.org/index.php?title=Building_Dolphin_on_Linux#Build_Dependencies
# update DOLPHINDIR to the directory to keep all dolphin build files
DOLPHINDIR=~/Documents/dolphin-updater
# ================ #
@CorySanin
CorySanin / autoexec.cfg
Last active March 12, 2022 05:58 — forked from claabs/autoexec.cfg
WORM's CS:GO Autoexec
// launch options:
// %command% -novid -nojoy; mv /home/cory/.local/share/Steam/steamapps/common/Counter-Strike\ Global\ Offensive/csgo/replays/* /home/cory/Documents/demos/
// rates
rate "786432" // max rate, lower if having network issues
cl_cmdrate "128"
cl_updaterate "128"
cl_interp "0.0"
cl_interp_ratio "1"
cl_interpolate "1"