Skip to content

Instantly share code, notes, and snippets.

@mattpocock
mattpocock / README.md
Created July 7, 2026 11:51
agent-proxy — a zero-dep proxy that shows the bloat in Claude Code's requests (ranked tool table + full readable Markdown of every request)

agent-proxy — see the bloat in Claude Code's requests

A zero-dependency logging proxy that sits between Claude Code and the Anthropic API. It forwards every request untouched, streams the reply straight back (so the CLI is unaffected), and writes a readable Markdown document for each request — led by a ranked table of what is eating your context.

Run it

@alsyundawy
alsyundawy / Microsoft-Office-For-MacOS.md
Last active September 2, 2026 05:44
Microsoft Office For MacOS

🖥️ Installer for Microsoft Office for macOS

Microsoft Office for macOS

image

Your ultimate resource for macOS Office installers, serializers, and troubleshooting.

Donate with PayPal Donate with Ko-fi Sponsor on GitHub Latest Version Maintenance Status [License](https://github.com/alsyun

@maboloshi
maboloshi / README.md
Last active September 2, 2026 05:40
[Mac下配置Aria2] #macOS #aria2

Mac下配置Aria2

安装和设置 Aria2

# 使用 Homebrew 安装 aria2
brew install aria2

# 创建配置文件aria2.conf和空对话文件aria2.session
mkdir ~/.aria2 && cd ~/.aria2
touch aria2.conf
@fofr
fofr / SKILL.md
Last active September 2, 2026 05:40
An agent skill for writing in the GOV.UK style
name govuk-style
description Write and edit in GOV.UK / GDS house style — plain English, active voice, front-loaded content, sentence case, and no bold or italics for emphasis. Use when writing or editing reports, research write-ups, guidance, documentation, summaries, or any prose where clarity and accessibility matter.
user-invokable true
args
name description required
target
The document or text to write or rewrite in GOV.UK style (optional)
false
@karpathy
karpathy / microgpt.py
Last active September 2, 2026 05:37
microgpt
"""
The most atomic way to train and run inference for a GPT in pure, dependency-free Python.
This file is the complete algorithm.
Everything else is just efficiency.
@karpathy
"""
import os # os.path.exists
import math # math.log, math.exp

Протокол передачи данных с контрольно-кассовых машин с функцией фиксации и (или) передачи данных на сервер операторов фискальных данных

Версия: 2.0.4
Источник: Комитет государственных доходов Министерства финансов Республики Казахстан
Формат: Markdown-конверсия официального документа DOCX

Содержание и формулировки официального документа сохранены. Все таблицы представлены разметкой Markdown; объединённые ячейки исходного DOCX развёрнуты в плоскую табличную структуру.

Содержание

@krazyjakee
krazyjakee / DownloadMixamoByJakeCattrall.js
Last active September 2, 2026 05:30 — forked from LouisGameDev/DownloadMixamoByLouisHong.js
Downloads all the free Mixamo Animations (updated for the current Mixamo UI)
(() => {
"use strict";
/*
* Mixamo bulk animation downloader
*
* Supports:
* - Individual animations
* - Animation packs
* - 96 results per page
/**
* Do not remove this watermark.
*
* NIXCODE - Advanced WhatsApp Interactive Message Builder
* Built for creating buttons, carousels, native flows,
* and AI rich response payloads using Baileys with
* fluent chaining, flexible payload customization,
* and scalable architecture for modern bot development.
*
* Runtime:
@klaaspieter
klaaspieter / ASS.md
Created June 22, 2017 07:59 — forked from anonymous/ASS.md
Acronyms Seriously Suck - Elon Musk

From time to time, Musk will send out an e-mail to the entire company to enforce a new policy or let them know about something that's bothering him. One of the more famous e-mails arrived in May 2010 with the subject line: Acronyms Seriously Suck:

There is a creeping tendency to use made up acronyms at SpaceX. Excessive use of made up acronyms is a significant impediment to communication and keeping communication good as we grow is incredibly important. Individually, a few acronyms here and there may not seem so bad, but if a thousand people are making these up, over time the result will be a huge glossary that we have to issue to new employees. No one can actually remember all these acronyms and people don't want to seem dumb in a meeting, so they just sit there in ignorance. This is particularly tough on new employees.

That needs to stop immediately or I will take drastic action - I have given enough warning over the years. Unless an acronym is approved by me, it should not enter the SpaceX glossary.

@nilesh-tawari
nilesh-tawari / LUA.lua
Created January 25, 2018 04:11
LUA cheatSheet
-- [[ Cheatsheet for LUA from http://www.newthinktank.com/2015/06/learn-lua-one-video/]]
-- Prints to the screen (Can end with semicolon)
print("Hello World")
--[[
Multiline comment
]]
-- Variable names can't start with a number, but can contain letters, numbers