Skip to content

Instantly share code, notes, and snippets.

View KylerianHD's full-sized avatar
πŸ‘¨β€πŸ’»
Developing 24/7

KylerianHD KylerianHD

πŸ‘¨β€πŸ’»
Developing 24/7
View GitHub Profile
# ===========================================
# ZSH Hacks - Dreams of Code
# ===========================================
# Add these to your .zshrc file
# ===========================================
# -------------------------------------------
# 1. Edit Command Buffer
# -------------------------------------------
# Open the current command in your $EDITOR (e.g., neovim)
@aamiaa
aamiaa / CompleteDiscordQuest.md
Last active May 7, 2026 00:57
Complete Recent Discord Quest

Caution

As of April 7th 2026, Discord has expressed their intent to crack down on automating quest completion.

Some users have received the following system message:

image

There isn't much I can do to make the script undetected, so use it at your own risk, as you most likely WILL get flagged by doing so.

Complete Recent Discord Quest

@elias-knodel
elias-knodel / HowToUse.ts
Created April 28, 2021 11:19
Web Untis get Lesson Topic
untis.getLessonTopic(
e.date, // Lesson Date / Day
e.startTime, // Lesson start time
e.endTime, // Lesson end time
e.id // Lesson ID
).then(res => {
response = <string>res;
// Do something with your Data here
}).catch(err => {
console.log(err);
@Yousha
Yousha / .gitignore
Last active April 10, 2026 18:34
.gitignore for C/C++ developers.
##### Windows
# Windows thumbnail cache files
Thumbs.db
Thumbs.db:encryptable
ehthumbs.db
ehthumbs_vista.db
# Dump file
*.stackdump