Skip to content

Instantly share code, notes, and snippets.

View PleahMaCaka's full-sized avatar
🐛
2024 FREE HOW HUMAN GUIDE!!! [WORK NOW!!!]

SEOA7777 PleahMaCaka

🐛
2024 FREE HOW HUMAN GUIDE!!! [WORK NOW!!!]
View GitHub Profile
@cyhsutw
cyhsutw / MathJax.ipynb
Last active May 14, 2024 07:31
Grabbed from https://github.com/odewahn/ipynb-examples, converted to v3 for GitHub to render.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jagrosh
jagrosh / Github Webhook Tutorial.md
Last active June 16, 2024 08:40
Simple Github -> Discord webhook

Step 1 - Make a Discord Webhook

  1. Find the Discord channel in which you would like to send commits and other updates

  2. In the settings for that channel, find the Webhooks option and create a new webhook. Note: Do NOT give this URL out to the public. Anyone or service can post messages to this channel, without even needing to be in the server. Keep it safe! WebhookDiscord

Step 2 - Set up the webhook on Github

  1. Navigate to your repository on Github, and open the Settings Settings
@joshbuchea
joshbuchea / semantic-commit-messages.md
Last active June 17, 2024 09:23
Semantic Commit Messages

Semantic Commit Messages

See how a minor change to your commit message style can make you a better programmer.

Format: <type>(<scope>): <subject>

<scope> is optional

Example

@bmaupin
bmaupin / free-backend-hosting.md
Last active June 13, 2024 18:48
Free backend hosting
@MPThLee
MPThLee / enableDiscordExperiments.js
Last active June 15, 2024 01:45
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.
@bmaupin
bmaupin / free-database-hosting.md
Last active June 17, 2024 16:28
Free database hosting
@mferoc
mferoc / .editorconfig
Last active January 17, 2024 09:12
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
@rishubil
rishubil / guide.md
Last active March 20, 2024 04:22
SCE-TTS: 내 목소리로 TTS 만들기

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

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

@HexedHero
HexedHero / mc_client_performance_guide.md
Last active June 6, 2024 13:06
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.

@monun
monun / commit-conventions.md
Last active July 2, 2023 13:23
monun git conventions

EXAMPLE

🎉INIT: 깃모지 프로젝트

프로젝트

NAME EMOJI PREFIX
프로젝트 시작 🎉:tada: INIT
패키지(컴파일된 파일) 📦:package: PKG
버전태그, 릴리즈 🔖:bookmark: TAG