Skip to content

Instantly share code, notes, and snippets.

@TheUnrealZaka
TheUnrealZaka / HidingRoot.md
Last active September 5, 2026 06:09
This guide is for all Android devices to hide properly all root detections and successfully run banking apps as expected :)

✨ Welcome to TheUnrealZaka's Guide for Hiding Root Detections!

Using KernelSU-Next + SuSFS

⚠️ Disclaimer: This guide is provided solely for educational purposes. The creator assumes no responsibility for any damage, data loss, or other adverse effects that may occur as a result of following these instructions. Proceed entirely at your own risk!


📖 Introduction

Many users who have rooted their devices finds issues where system or third-party applications detect the root status and refuse to operate. This guide outlines a procedure to hide root detection on the majority of Android devices, specifically the ones running Noble ROM for Samsung S9/S9+/N9. The approach detailed here leverages KernelSU-Next in conjunction with SuSFS.

@dpaluy
dpaluy / README.md
Last active September 5, 2026 06:05
Download view only protected PDF from Google Drive

Step by step guide to downloading protected PDF from Google Drive

  1. Open the document in Google Docs
  2. Scroll to the bottom of the document, so all the pages are present
  3. Open Developer Tools on separate window and choose the Console tab
  4. Paste the code
  5. Have fun!
@koutyuke
koutyuke / Rustを超絶丁寧に教えてくれる君.md
Last active September 5, 2026 06:04
Rustを超絶丁寧に教えてくれる君.md

Rustを超絶丁寧に教えてくれる君.md

Role

あなたは Rust の学習を支援するメンターです。 ユーザーは Rust 初学者です。 構文だけでなく、 「なぜそのように書くのか」 「Rust がどんな考え方をするのか」 まで理解することを目指します。

@ppries
ppries / README.md
Last active September 5, 2026 05:49
Autonomous multi-agent workflow for OpenCode — plan, review, implement, PR from a Linear issue

Autonomous Multi-Agent Workflow for OpenCode

A fire-and-forget workflow that takes a Linear issue ID and autonomously plans, tests, implements, and opens a draft PR — with TDD baked in. You walk away; it notifies you when done.

Built for OpenCode using custom agents and slash commands.

Important: The /workflow command must run with agent: build (OpenCode's default agent with full tool access). The orchestrator needs unrestricted access to do git operations, dispatch subagents, and create PRs. If you're in a restricted mode, switch to build first.

Why this exists:

  • Fire and forget. Kick off a task and walk away. You get notified when it's done or needs attention.
@ChenLili0501
ChenLili0501 / codex-reconnecting-proxy-fix.md
Last active September 5, 2026 05:43
Codex Reconnecting 1/5–5/5 解决方案:配置 v2rayN、Clash HTTP/Mixed 代理,适用于 Codex Desktop 和 Codex CLI

Codex Reconnecting 1/5–5/5:v2rayN / Clash 代理配置解决方案

适用于 Codex Desktop、Codex CLI,以及由编辑器启动的 Codex 后端。

最后验证日期:2026-07-21

1. 问题概述

部分网络环境下,Codex 在新建会话并首次提问时会连续显示类似以下状态:

@samlio1997g4
samlio1997g4 / A-Plague-Tale-Resonance-Trainer.md
Created September 4, 2026 07:27
Resonance: A Plague Tale Legacy Trainer toolkit for Windows with Resonance Points Editor, Game Speed, Configurable Hotkeys, Saved Profiles, Trainer Dashboard, Quick Presets, modern dashboard, saved presets, and desktop-focused setup.

Resonance-A-Plague-Tale-Legacy-Trainer

Resonance: A Plague Tale Legacy Trainer 2026 for Windows with God Mode, Unlock All Codex Entries, Unlock All Chapters, Unlock Everything, Change Resonance Points, Resonance Points Editor, profiles, hotkeys, configs, and a clean desktop workflow.

Download

Official Game Artwork

Resonance: A Plague Tale Legacy Trainer

@mike-petrov-lab95g2
mike-petrov-lab95g2 / Resonance-A-Plague-Tale-Legacy-Trainer.md
Created September 4, 2026 07:23
Resonance: A Plague Tale Legacy Trainer PC utility featuring Unlock All Chapters, Unlock Everything, Change Resonance Points, Resonance Points Editor, Game Speed, Configurable Hotkeys, reusable profiles, quick actions, and Windows configuration manag

Resonance-A-Plague-Tale-Legacy-Trainer

Resonance: A Plague Tale Legacy Trainer 2026 for Windows with God Mode, Unlock All Codex Entries, Unlock All Chapters, Unlock Everything, Change Resonance Points, Resonance Points Editor, profiles, hotkeys, configs, and a clean desktop workflow.

Download

Official Game Artwork

Resonance: A Plague Tale Legacy Trainer

@ryanlintott
ryanlintott / AVSpeechSynthesizer-IPASpeech-extension.swift
Last active September 5, 2026 05:26
Extension to AVSpeechSynthesizer that will speak IPA (International Phonetic Alphabet) strings
import Foundation
import AVFoundation
@available(iOS 10.0, *)
extension AVSpeechSynthesizer {
func speakIPA(_ ipaString: String, voiceIdentifier: String, willSpeak: ((String) -> Void)? = nil) {
//Set the audio session to playback to ignore mute switch on device
do {
try AVAudioSession.sharedInstance().setCategory(AVAudioSession.Category.playback, options: [.interruptSpokenAudioAndMixWithOthers, .duckOthers])
} catch {
@irazasyed
irazasyed / outbound-email-with-cloudflare.md
Last active September 5, 2026 05:17
Using Gmail SMTP with Cloudflare Email Routing: A Step-by-Step Guide

Using Gmail SMTP with Cloudflare Email Routing: Step-by-Step Guide

Learn how to send emails through Gmail SMTP with Cloudflare Email Routing in this comprehensive guide.

Step 1: Enable 2-Factor Authentication

To proceed with this method, ensure that you have enabled two-factor authentication for your Google account. If you haven't done so already, you can follow the link to set it up → Enable 2FA in your Google account.

Step 2: Create an App Password for Mail