Skip to content

Instantly share code, notes, and snippets.

@Dziurwa14
Dziurwa14 / codes.md
Last active August 4, 2025 08:15
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 August 1, 2025 09:27
GPU Passthrough Fedora
@simonista
simonista / .vimrc
Last active July 25, 2025 08:36
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