Skip to content

Instantly share code, notes, and snippets.

View okineadev's full-sized avatar
🥝

Okinea Dev okineadev

🥝
View GitHub Profile
@okineadev
okineadev / commit-message-guidelines.md
Last active April 28, 2025 10:37
🤖 Copilot commit messages instructions for VS Code

Paste it to settings.json:

"github.copilot.chat.commitMessageGeneration.instructions": [
  {
    "text": "Follow the Conventional Commits format strictly for commit messages. Use the structure below:\n\n```\n<type>[optional scope]: <gitmoji> <description>\n\n[optional body]\n```\n\nGuidelines:\n\n1. **Type and Scope**: Choose an appropriate type (e.g., `feat`, `fix`) and optional scope to describe the affected module or feature.\n\n2. **Gitmoji**: Include a relevant `gitmoji` that best represents the nature of the change.\n\n3. **Description**: Write a concise, informative description in the header; use backticks if referencing code or specific terms.\n\n4. **Body**: For additional details, use a well-structured body section:\n   - Use bullet points (`*`) for clarity.\n   - Clearly describe the motivation, context, or technical details behind the change, if applicable.\n\nCommit messages should be clear, informative, and professional, aiding readability and project tracking."
  }
]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@okineadev
okineadev / tgcrypto raspberrypi-fix.md
Last active November 14, 2024 08:35
Fix for tgcrypto failed installation on Raspberry Pi
@okineadev
okineadev / android.txt
Created September 10, 2024 10:12
Android ASCII logo
+++++ +++++
+++++++ +++++++
+++++++ +++++++
++++++++ +++++++
++++++++ ++++++++++++++++ ++++++++
++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++
hikka_security:
no_command: "<emoji document_id=5210952531676504517>🚫</emoji> <b>Команда</b> <code>{}</code> <b>не знайдена!</b>"
permissions: "🔐 <b>Тут можна налаштувати дозволи для команди</b> <code>{}{}</code>"
close_menu: "🙈 Закрити це меню"
global: "🔐 <b>Тут можна налаштувати глобальну виключну маску. Якщо перемикач вимкнений тут, він вимкнений для всіх команд</b>"
owner: "😎 Власник"
group_owner: "🧛‍♂️ Влад. групи"
group_admin_add_admins: "🧑‍⚖️ Адмін (додавати учасників)"
group_admin_change_info: "🧑‍⚖️ Адмін (змінювати інформацію)"
group_admin_ban_users: "🧑‍⚖️ Адмін (банити)"
@okineadev
okineadev / free_macos_machine_for_testing.md
Created May 9, 2024 08:31
How to get a free macOS machine for testing?

How to get a free macOS machine for testing?

If you have an application that you want to test on different architectures and operating systems (including macOS) - then you can use the runners that GitHub provides for free for open source projects

First of all, remember these simple rules:

  • Don't abuse virtual machines
  • Do not use them for illegal purposes and for DDoS attacks

@okineadev
okineadev / grep_empty_subexpression_solution.md
Last active May 9, 2024 08:33
Solving "grep: empty (sub)expression" error on macOS

Solving "grep: empty (sub)expression" error on macOS

I ran into this problem when using grep on macOS and found a solution

First of all, I advise you to read this article, which describes the solution to the problem - https://qiita.com/t_o_d/items/fb1f2dd49723b735df2c


Problem solving:

@okineadev
okineadev / error_opening_terminal_vt220_solution.md
Last active May 7, 2024 05:43
Solving the "Error opening terminal: vt220." problem in Termux

If you have an error "Error opening terminal: vt220." in Termux, then I have found a solution for you

Just run this command in the terminal:

export TERM=xterm-256color

apt install ruby
curl -O https://github.com/busyloop/lolcat/archive/master.zip
unzip master.zip && rm master.zip
cd lolcat-master/bin
gem install lolcat