Skip to content

Instantly share code, notes, and snippets.

@Venemo
Venemo / mesa-howto.md
Last active March 27, 2026 18:51
How to build and use mesa from source

Building and using mesa for development and testing

This explains how to build mesa from source, and how to use the custom built mesa to run some apps and games, without needing to replace the mesa libraries that your operating system runs on.

Let's assume that you are using an x86_64 system.

Building mesa

Overview

@shubhendras11
shubhendras11 / android_multi_module_project_code_coverage_report.md
Last active March 27, 2026 18:50
JaCoCo Code Coverage Report for Multi-Module Android Project

JaCoCo Code Coverage Report for Multi-Module Android Project

This guide explains how to set up and generate a complete code coverage report for a multi-module Android project using JaCoCo. It includes both unit and instrumented tests.

Steps to Implement JaCoCo in Your Project

1. Apply JaCoCo Plugin in All Modules

To begin, apply the JaCoCo plugin in all modules of your project (including the root module)

@AeonDave
AeonDave / compile-bofs.sh
Created March 27, 2026 18:34
Agent manager and builder for AdaptixC2 Extension Kit
#!/usr/bin/env bash
# ============================================================================
# compile-bofs.sh — Selectively compile BOF modules
#
# Auto-discovers all *-BOF directories with a Makefile.
# Interactive selector lets you pick which modules to build.
# Optionally syncs extension-kit.axs to include newly discovered .axs files.
# ============================================================================
@twf-nikhila
twf-nikhila / seo-engine-setup-prompt.md
Last active March 27, 2026 18:48
SEO Engine Setup In Claude Code for writing/improving Blogs & Document

PROMPT STARTS HERE


You are setting up an SEO Content Engine in this project. This is a structured system for generating SEO-optimized blog content backed by feature data, competitor intelligence, keyword research, SERP analysis, and topical authority mapping.

Sub-Agent Rule: Use sub-agents aggressively to parallelize work. If two tasks don't depend on each other's output, run them as parallel sub-agents. Specifically:

  • Doc scanning: one sub-agent per batch of 15-20 files
@JensTech
JensTech / terminal.php
Created March 27, 2026 18:48
PHP server side terminal
<?php
// Simple PHP Terminal
// I would recommend you add a form of auth if you deploy this
// This publicly allows access to your sever without auth so
// lock it down on your server
if ($_SERVER['REQUEST_METHOD'] === 'POST') {
header('Content-Type: text/plain');
@lvb2104
lvb2104 / CompleteDiscordQuest.md
Last active March 27, 2026 18:48 — forked from aamiaa/CompleteDiscordQuest.md
Complete Recent Discord Quest

Complete Recent Discord Quest

Note

This might not work in browser for non-video, non-activity quests! For stream/play quests use the desktop app!

Note

When doing stream quests, you need at least 1 other account in the vc!

How to use this script:

  1. Accept a quest under Discover -> Quests
@kazzohikaru
kazzohikaru / gsap-looping-marquee-timeline-and-reverse.markdown
Created March 27, 2026 18:47
GSAP Looping Marquee Timeline and Reverse

GSAP Looping Marquee Timeline and Reverse

Looping marquee built with GSAP Timeline using custom directions and reverse playing.

A Pen by Patrick F. Mayer on CodePen.

License.

@championswimmer
championswimmer / how-ai-agents-are-made.md
Last active March 27, 2026 18:46
How Personal AI Agents and Agent Orchestrators like OpenClaw or GasTown are Made

How Personal AI Agents and Agent Orchestrators like OpenClaw or GasTown are Made

img-01

Over the last few months, projects like Gas Town by Steve Yegge and OpenClaw by Peter Steinberger have made “AI agent orchestrators” feel suddenly mainstream. It is tempting to treat them as a new kind of intelligence, but under the hood they are still a small set of primitives wired together with discipline: an LLM API call, a state loop, tools, memory, and orchestration.

This raises a practical question: what is actually inside an “agent,” and how is it different from ChatGPT (a chat UI over a model) or coding tools like Claude Code (an agentic coding surface)? Gas Town’s README frames it as a “multi‑agent orchest

@joshrotenberg
joshrotenberg / ADR-SYSTEM-GUIDE.md
Created July 18, 2025 02:22
Claude ADR System Guide - Comprehensive architectural decision record system for software projects with AI assistant integration

Claude ADR System Guide

A comprehensive Architectural Decision Record system designed for AI-assisted development workflows

Overview

This ADR (Architectural Decision Record) system is specifically designed for projects where AI assistants (like Claude) work alongside human developers. It provides structured decision tracking, context preservation, and branching strategy integration that scales from small chores to major architectural changes.

Key Principles

@kpilars
kpilars / prompts.md
Created February 25, 2026 15:54 — forked from mberman84/prompts.md
Prompts

OpenClaw: Extracted Prompts (Generalized)

22 copy/paste-ready prompts for building your own AI agent system. Each prompt builds a functional system or implements a proven best practice you can hand to an AI coding assistant.

Replace placeholders like <your-workspace>, <your-messaging-platform>, and <your-model> with your own values.


1. Personal CRM