Skip to content

Instantly share code, notes, and snippets.

View KorigamiK's full-sized avatar
🦚

KorigamiK KorigamiK

🦚
View GitHub Profile
@KorigamiK
KorigamiK / socks4
Created June 18, 2023 18:35 — forked from Lampadov/socks4
socks
50.27.184.225:54321
91.144.95.163:4145
103.244.36.129:4145
122.55.202.100:4145
125.25.187.226:4145
131.255.194.60:11337
176.110.125.233:51327
36.22.76.246:1080
45.118.144.47:26591
45.118.144.47:26643
@KorigamiK
KorigamiK / victor-mono-bolder.css
Last active January 2, 2023 19:47 — forked from pyrho/victor-mono.css
A bolder font file for Blink Shell with the Victor Mono font
@font-face {
font-family: "VictorMono Nerd Font";
font-style: normal;
font-weight: 200;
src: url(https://github.com/ryanoasis/nerd-fonts/blob/master/patched-fonts/VictorMono/Semi-Bold/complete/Victor%20Mono%20SemiBold%20Nerd%20Font%20Complete.ttf?raw=true);
}
@font-face {
font-family: "VictorMono Nerd Font";
font-style: normal;
font-weight: 400;
@KorigamiK
KorigamiK / SingleFileOpenGLTex.cpp
Created December 6, 2022 14:30 — forked from mortennobel/SingleFileOpenGLTex.cpp
Single file OpenGL 3.3 / WebGL (using Emscripten) example with texture (SDL2 / SDL_Image 2)
//
// Compile for emscripten using
// emcc -Iinclude SingleFileOpenGLTex.cpp \
-O2 -std=c++14 -s TOTAL_MEMORY=33554432 -s USE_SDL_IMAGE=2 -s SDL2_IMAGE_FORMATS='["png"]' --preload-file examples/data -s USE_SDL=2 -o html/SingleFileOpenGLTex.html
// where the following images must be located in a subfolder
// - examples/data/test.png
// - examples/data/cartman.png
// - examples/data/cube-negx.png
// - examples/data/cube-negz.png
//
@KorigamiK
KorigamiK / Install_Huion_Drivers_On_Manjaro.md
Created July 10, 2022 09:53 — forked from shaansubbaiah/Install_Huion_Drivers_On_Manjaro.md
Install Huion 1060plus drivers on Manjaro

Install Huion 1060plus drivers on Manjaro

install (from the AUR) digimend-kernel-drivers-dkms-git and the linux-headers for the kernel you're running.

sudo modprobe -r hid-kye hid-uclogic hid-polostar hid-viewsonic

reboot.