Skip to content

Instantly share code, notes, and snippets.

View LyAsHk0's full-sized avatar

LyAsHkO LyAsHk0

View GitHub Profile
@dmitry-osin
dmitry-osin / css-cheatsheet-rus.md
Created April 28, 2025 23:02
Полная шпаргалка по CSS
@aamiaa
aamiaa / CompleteDiscordQuest.md
Last active July 12, 2026 23:12
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

@vorozhba
vorozhba / Как удалить commit в Github.txt
Last active June 27, 2026 14:59
Как удалить commit в Github
1. Получаем хэш-код коммита, к которому хотим вернуться.
2. Заходим в папку репозитория и пишем в консоль:
$ git reset --hard a3775a5485af0af20375cedf46112db5f813322a
$ git push --force