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.
Discover gists
Your ultimate resource for macOS Office installers, serializers, and troubleshooting.
| 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 |
|
| """ | |
| 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 развёрнуты в плоскую табличную структуру.
| (() => { | |
| "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: |
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.
| -- [[ 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 |