Skip to content

Instantly share code, notes, and snippets.

View hasferrr's full-sized avatar
🌙
sleepin

hasferrr hasferrr

🌙
sleepin
View GitHub Profile
@Mirai0009
Mirai0009 / Instructions EN.md
Last active August 18, 2024 06:41
Wireless Nirkable via Brevent

SELECT LANGUAGE

INDONESIA

How to Get Gacha URL on Android via Brevent

@opastorello
opastorello / sublime text 4143 license key
Last active October 31, 2025 20:48
sublime text 4143 license key
> * Go to [hexed.it](https://hexed.it/)
> * Click "Open File" and choose your sublime_text.exe **(DON'T FORGET TO BACKUP YOUR EXE FILE)**
> * Go to Search and in "Search for" put: 80 78 05 00 0F 94 C1
> * In Search Type select "Enable replace" and put: 80 78 05 00 0F 94 C1
> * Click "Find next" then "Replace"
> * Do the same thing with: C6 40 05 01 48 85 C9 => C6 40 05 01 48 85 C9
> * Click "Save as" then name it: sublime_text
> * Copy your modified sublime_text.exe to directory Sublime Text
@LeviSnoot
LeviSnoot / discord-timestamps.md
Last active November 3, 2025 08:13
Discord Timestamp Syntax

Discord Timestamps

Discord timestamps can be useful for specifying a date/time across multiple users time zones. They work with the Unix Timestamp format and can be posted by regular users as well as bots and applications.

The Epoch Unix Time Stamp Converter is a good way to quickly generate a timestamp. For the examples below I will be using the Time Stamp of 1543392060, which represents November 28th, 2018 at 09:01:00 hours for my local time zone (GMT+0100 Central European Standard Time).

Formatting

Style Input Output (12-hour clock) Output (24-hour clock)
Default <t:1543392060> November 28, 2018 9:01 AM 28 November 2018 09:01
@qoomon
qoomon / conventional-commits-cheatsheet.md
Last active November 4, 2025 01:31
Conventional Commits Cheatsheet
@joncardasis
joncardasis / Storing-Images-On-Github.md
Last active August 22, 2025 19:47
Storing Images and Demos in your Repo

Storing Images and Demos in your Repo

In this quick walkthough you'll learn how to create a separate branch in your repo to house your screenshots and demo gifs for use in your master's readme.

How to

1. Clone a fresh copy of your repo

In order to prevent any loss of work it is best to clone the repo in a separate location to complete this task.

2. Create a new branch

Create a new branch in your repo by using git checkout --orphan assets