Skip to content

Instantly share code, notes, and snippets.

@james-tops2097z4
james-tops2097z4 / Onimusha-Way-of-the-Sword-Trainer-Toolkit.md
Created September 14, 2026 00:12
Onimusha: Way of the Sword Trainer toolkit for Windows with Enemy Controls, Game Speed, Quick Actions, Hotkeys, Saved Profiles, Config Manager, modern dashboard, saved presets, and desktop-focused setup.

Onimusha-Way-of-the-Sword-PC-Trainer

Onimusha: Way of the Sword Trainer PC utility featuring Player Controls, Resource Controls, Damage Settings, Enemy Controls, Game Speed, Quick Actions, reusable profiles, quick actions, and Windows configuration management.

Download

Official Game Artwork

Onimusha: Way of the Sword Trainer

@mike-petrov-lab89j4
mike-petrov-lab89j4 / Local-AI-Voice-Studio.md
Created September 13, 2026 23:40
AI Voice Studio for Windows focused on local voice generation workflows: build narration projects, manage scripts, choose voices, preview segments, export audio files and keep everything on your own PC.

Offline AI TTS Studio — Voice Presets & Batch Export

Local AI Voice Studio for Windows — create voice projects offline with text-to-speech, voice presets, narration workflows, script management, project folders, batch export and private local processing.

Offline-first design: this project is organized around local processing on the user's Windows PC. The intended workflow does not require mandatory cloud upload.


Quick Access

@Ltek
Ltek / repeating-alerts-ltek.yaml
Last active September 14, 2026 23:03
Home Assistant Blueprint : Repeating Alert Notifications by LTek
blueprint:
name: ⚠️ Repeating Alert Notifications by LTek
description: |
**Repeating Alert Notifications ideal for doors, windows, locks, etc**
🚀 Version 2026.07.30.39
- FIXED: two leftover `rendered_title: !input notification_title` variables (one in the main
trigger path, one in the restart-persistence-restore path) were dead code — never referenced
@AneurysAdames
AneurysAdames / office-activation.md
Created September 4, 2024 12:01
Office Activation Command by Omman

Office 2021

Method 1: Using my command line

Step 1.1: Open cmd program with administrator rights.

  • First, you need to open cmd in the admin mode, then run all commands below one by one.

Step 1.2: Get into the Office directory in cmd.

  • For x86 and x64
cd /d %ProgramFiles(x86)%\Microsoft Office\Office16
cd /d %ProgramFiles%\Microsoft Office\Office16

LLM Wiki

A pattern for building personal knowledge bases using LLMs.

This is an idea file, it is designed to be copy pasted to your own LLM Agent (e.g. OpenAI Codex, Claude Code, OpenCode / Pi, or etc.). Its goal is to communicate the high level idea, but your agent will build out the specifics in collaboration with you.

The core idea

Most people's experience with LLMs and documents looks like RAG: you upload a collection of files, the LLM retrieves relevant chunks at query time, and generates an answer. This works, but the LLM is rediscovering knowledge from scratch on every question. There's no accumulation. Ask a subtle question that requires synthesizing five documents, and the LLM has to find and piece together the relevant fragments every time. Nothing is built up. NotebookLM, ChatGPT file uploads, and most RAG systems work this way.

@notnotrobby
notnotrobby / cgp.md
Last active September 14, 2026 21:50
List of free resources to study computer graphics programming.
@michaellihs
michaellihs / tmux-cheat-sheet.md
Last active September 14, 2026 21:30
tmux Cheat Sheet
@pipethedev
pipethedev / go-deslop.md
Created September 7, 2026 13:10
Markdown file to de-slop your go codebase

Go Codebase Cleanup: Remove Defensive Over-Engineering and AI Slop

Audit this Go codebase and aggressively simplify AI-generated, defensive, overly abstract, or unnecessarily generic code.

The goal is to make the code look like it was written by an experienced Go engineer:

  • simple
  • explicit
  • strongly typed
  • boring
# -*- coding: utf-8 -*-
"""
draw_bbox_clip_dtm.py
=====================
Da incollare nella Console Python di QGIS.
Attiva uno strumento sul map canvas: si traccia un rettangolo trascinando il
mouse, e al rilascio viene scaricato SOLO il DTM contenuto nella bbox disegnata,
via GDAL /vsicurl/. Il ritaglio viene poi caricato come layer nel progetto.