Skip to content

Instantly share code, notes, and snippets.

View K1ngst0m's full-sized avatar

Kingstom K1ngst0m

  • AMD
View GitHub Profile
@K1ngst0m
K1ngst0m / cpp.std.coroutines.draft.md
Created October 30, 2023 05:38 — forked from MattPD/cpp.std.coroutines.draft.md
C++ links: Coroutines (WIP draft)
@K1ngst0m
K1ngst0m / steam-38410 log
Last active January 29, 2023 14:13
proton output
======================
Proton: 1667938887 proton-7.0-5
SteamGameId: 38410
Command: ['/mnt/ssd1/games/steamapps/common/Fallout 2/Fallout2Launcher.exe']
Options: {'forcelgadd'}
depot: 0.20230111.85
pressure-vessel: 0.20221215.0 scout
scripts: 0.20221215.0
soldier: 0.20230109.1 soldier 0.20230109.1
Kernel: Linux 6.1.8-gentoo-dist #1 SMP PREEMPT_DYNAMIC Tue Jan 24 09:53:33 -00 2023 x86_64
@K1ngst0m
K1ngst0m / build.sh
Created April 25, 2022 10:21
project setup script example
#!/usr/bin/env bash
showHelp() {
cat << EOF
Usage: $0 [-a] <build|run> [-t] <debug|release> [-p] <editor|runtime>
-h, --help display help
-a, --action action for project: <build|run|debugger|rebuild|clean|rebuild_run>
-t, --build-type specific build type: <debug|release>
-p, --project select project to build <editor|runtime>
@K1ngst0m
K1ngst0m / *lsp-log*
Last active April 20, 2022 02:51
lsp issue tracking
Command "ccls" is present on the path.
Command "clangd -j=16 --all-scopes-completion --clang-tidy --enable-config --background-index --completion-style=detailed --header-insertion=never --log=verbose --pch-storage=memory --header-insertion-decorators" is present on the path.
Command "ccls" is present on the path.
Command "clangd -j=16 --all-scopes-completion --clang-tidy --enable-config --background-index --completion-style=detailed --header-insertion=never --log=verbose --pch-storage=memory --header-insertion-decorators" is present on the path.
Found the following clients for /home/npchitman/workspace/Aphrodite/Aphrodite-Runtime/src/Aphrodite/Renderer/Buffer.cpp: (server-id ccls, priority 0), (server-id clangd, priority 2)
The following clients were selected based on priority: (server-id clangd, priority 2)
Cancelling textDocument/documentLink(4) in hook post-command-hook
Cancelling textDocument/codeAction(3) in hook post-command-hook
Command "ccls" is present on the path.
Command "clangd -j=16 --all-scopes-
@K1ngst0m
K1ngst0m / kernel config
Last active April 17, 2022 05:38
system information and kernel config for steam
#
# Automatically generated file; DO NOT EDIT.
# Linux/x86 5.17.2-gentoo Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="gcc (Gentoo 11.2.1_p20220115 p4) 11.2.1 20220115"
CONFIG_CC_IS_GCC=y
CONFIG_GCC_VERSION=110201
CONFIG_CLANG_VERSION=0
CONFIG_AS_IS_GNU=y
CONFIG_AS_VERSION=23800
@K1ngst0m
K1ngst0m / .config (desktop)
Last active February 8, 2022 17:32
kernel .config for myself
#
# Automatically generated file; DO NOT EDIT.
# Linux/x86 5.15.2-gentoo Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="gcc (Gentoo 11.2.0 p1) 11.2.0"
CONFIG_CC_IS_GCC=y
CONFIG_GCC_VERSION=110200
CONFIG_CLANG_VERSION=0
CONFIG_AS_IS_GNU=y
CONFIG_AS_VERSION=23700