Skip to content

Instantly share code, notes, and snippets.

View aut-mn's full-sized avatar

Autumn aut-mn

View GitHub Profile
@Dziurwa14
Dziurwa14 / codes.md
Last active April 3, 2025 13:50
Discord error codes

Error Codes

All collected Discord error codes, categorized by type (first 2 digits).

Unknown API Object

Code Message
10001 Unknown Account
10002 Unknown Application
10003 Unknown Channel
10004 Unknown Guild
@paul-vd
paul-vd / readme.md
Last active March 18, 2025 09:39
GPU Passthrough Fedora
@simonista
simonista / .vimrc
Last active April 4, 2025 11:55
A basic .vimrc file that will serve as a good template on which to build.
" Don't try to be vi compatible
set nocompatible
" Helps force plugins to load correctly when it is turned back on below
filetype off
" TODO: Load plugins here (pathogen or vundle)
" Turn on syntax highlighting
syntax on