Skip to content

Instantly share code, notes, and snippets.

View ryuji-terix's full-sized avatar

Ryuji ryuji-terix

View GitHub Profile
@JS-Zheng
JS-Zheng / sgr.h
Created December 27, 2019 09:05
ANSI escape code - Select Graphic Rendition
//
// Created by Jason Zheng on 2019/12/4.
//
#ifndef SGR_H
#define SGR_H
#include <stdio.h>
#include <string.h>
@thebrightspark
thebrightspark / Advancement.json
Created April 15, 2019 20:12
IntelliJ IDEA Minecraft File Templates
#set($lowerName = $PROJECT_NAME.toLowerCase())
{
"display": {
"icon": {
"item": "${lowerName}:ITEM"
},
"title": {
"translate": "${lowerName}.advancement.${NAME}.title"
},
"description": {
@Pulimet
Pulimet / AdbCommands
Last active July 17, 2025 10:19
Adb useful commands list
Hi All!
I've recently launched a tool that wraps many of the commands here with a user interface. This desktop application is currently available for macOS. There's a roadmap outlining planned features for the near future.
Feel free to request any features you'd like to see, and I'll prioritize them accordingly.
One of the most important aspects of this application is that every command executed behind the scenes is displayed in a special log section. This allows you to see exactly what’s happening and learn from it.
Here's the link to the repository: https://github.com/Pulimet/ADBugger
App Description:
ADBugger is a desktop tool designed for debugging and QA of Android devices and emulators. It simplifies testing, debugging, and performance analysis by offering device management, automated testing, log analysis, and remote control capabilities. This ensures smooth app performance across various setups.
@jagrosh
jagrosh / Github Webhook Tutorial.md
Last active July 17, 2025 23:46
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