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 July 23, 2024 01:03
Discord error codes

Error Codes

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

Miscellaneous

Code Message
0 General error (such as a malformed request body, amongst other things)

Unknown API object

@paul-vd
paul-vd / readme.md
Last active July 9, 2024 01:34
GPU Passthrough Fedora
@simonista
simonista / .vimrc
Last active July 21, 2024 14:41
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