Skip to content

Instantly share code, notes, and snippets.

View PleahMaCaka's full-sized avatar

PMC PleahMaCaka

View GitHub Profile
@kkrypt0nn
kkrypt0nn / ansi-colors-discord.md
Last active February 28, 2026 18:33
A guide to ANSI on Discord

A guide to ANSI on Discord

Discord is now slowly rolling out the ability to send colored messages within code blocks. It uses the ANSI color codes, so if you've tried to print colored text in your terminal or console with Python or other languages then it will be easy for you.

Quick Explanation

To be able to send a colored text, you need to use the ansi language for your code block and provide a prefix of this format before writing your text:

\u001b[{format};{color}m
@KiRist-code
KiRist-code / main.cpp
Created August 16, 2021 09:20
How to set SDL frame between wallpaper and wallpaper icon
/* if ur enviroment is Windows, import SDL2 and winapi
if ur enviroment is Linux or Unix, import SDL2 and X11/Xlib.h
*/
#if _WIN32 || _WIN64
BOOL CALLBACK EnumWindowsProc(HWND hwnd, LPARAM lParam) {
HWND p = FindWindowEx(hwnd, NULL, "SHELLDLL_DefView", NULL);
HWND* ret = (HWND*)lParam;
if (p) {
@n1snt
n1snt / Oh my ZSH with zsh-autosuggestions zsh-syntax-highlighting zsh-fast-syntax-highlighting and zsh-autocomplete.md
Last active March 9, 2026 02:10
Oh my ZSH with zsh-autosuggestions zsh-syntax-highlighting zsh-fast-syntax-highlighting and zsh-autocomplete.md

Oh my zsh.

Oh My Zsh

Install ZSH.

sudo apt install zsh-autosuggestions zsh-syntax-highlighting zsh

Install Oh my ZSH.

@monun
monun / commit-conventions.md
Last active April 4, 2025 13:38
monun git conventions

EXAMPLE

🎉INIT: 깃모지 프로젝트

프로젝트

NAME EMOJI PREFIX
프로젝트 시작 🎉:tada: INIT
패키지(컴파일된 파일) 📦:package: PKG
버전태그, 릴리즈 🔖:bookmark: TAG
@HexedHero
HexedHero / mc_client_performance_guide.md
Last active January 12, 2026 18:45
Performance guide for Minecraft 1.20.6+ Clients

Performance guide for Minecraft 1.20.6+ Clients

📜 Fabric

Fabric is the "modern" Minecraft modding software that is very modular.
We use Fabric in this guide so install it by going to https://fabricmc.net/use/ Download the .jar or .exe and run it.

Below is a list of performance and utility mods to make your Minecraft experience better and most importantly smooth.
The list is in order of most importance and they all work together including what they do with why to use them.

@rishubil
rishubil / guide.md
Last active September 10, 2024 02:13
SCE-TTS: 내 목소리로 TTS 만들기

📗 문서 주소가 https://sce-tts.github.io/ 으로 변경되었습니다.

SCE-TTS와 관련한 최신 정보는 위 주소를 참고해주세요!

@diachedelic
diachedelic / deep-link-from-browser.js
Last active December 9, 2025 18:35
Deep link to a native app from a browser, with a fallback
@mferoc
mferoc / .editorconfig
Last active September 6, 2025 09:05
Config vscode environment for 42 school
root = true
[*]
indent_style = tab
indent_size = 4
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
@bmaupin
bmaupin / free-database-hosting.md
Last active March 8, 2026 02:12
Free database hosting
@MPThLee
MPThLee / enableDiscordExperiments.js
Last active March 2, 2026 21:27
This code doesn't work anymore. I just decided to remove this code. You can check working code on comments.
/**
* !!!! This code doesn't work anymore !!!!
*
* - You can check working code on comments. I won't update this code anymore.
*
* Also, I just decided to remove this code. You can check revisions for old code.
* Since this code was made for discord client that almost 5 years ago, It seems like doesn't work anymore.
* I don't want people keep arguing in the comments, i decided to remove this code.
*
* Note: This code is now fulfilled with Javascript comments. This code won't work even if you pasted to console. doesn't do anything.