Skip to content

Instantly share code, notes, and snippets.

@mohamednasser90
mohamednasser90 / gist:c2844a98d5fe615459f15d76a4142a73
Created June 11, 2020 07:14 — forked from john718hp/gist:ce1e01db629c6e7a184a6753c639934b
Microsoft office professional Plus 2016 product key
Microsoft office professional Plus 2016 product key
Mysoftwarekeys.com | Mysoftwarekeys.com | Mysoftwarekeys.com
NBCRJ-YJ94Q-T73WV-9PR4F-9W3VC
KNJPJ-YBFTR-42K6M-Y6FMX-BKM3P
QQ34F-N3THK-CWTFJ-HD66X-8QK7C
@karpathy
karpathy / microgpt.py
Last active August 24, 2026 02:35
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

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.

@interns24-bit
interns24-bit / gist:926167cdb1b6cc4ded7df5ad4a25b168
Created August 24, 2026 02:18
AI Grocery Assistant with Raspberry Pi
from flask import Flask
app = Flask(__name__)
@app.route("/")
def home():
return "AI Grocery Server is running!"
@GTCruzV
GTCruzV / transcript.html
Created August 24, 2026 02:20
Transcript ticket-0026
<!DOCTYPE html><html data-stencil-build="xa2n4ld3" class="hydrated"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1"><style sty-id="sc-discord-messages">@import url('https://fonts.bunny.net/css?family=roboto:400,500,700');@font-face{font-family:'Whitney';src:url('https://cdn.jsdelivr.net/gh/ItzDerock/discord-components@master/assets/fonts/Book.woff') format('woff');font-weight:400;font-display:swap}@font-face{font-family:'Whitney';src:url('https://cdn.jsdelivr.net/gh/ItzDerock/discord-components@master/assets/fonts/Medium.woff') format('woff');font-weight:500;font-display:swap}@font-face{font-family:'Whitney';src:url('https://cdn.jsdelivr.net/gh/ItzDerock/discord-components@master/assets/fonts/Semibold.woff') format('woff');font-weight:600;font-display:swap}@font-face{font-family:'Whitney';src:url('https://cdn.jsdelivr.net/gh/ItzDerock/discord-components@master/assets/fonts/Bold.woff') format('woff');font-weight:700;font-display:swap}.discord-messages{color:#fff;
@forkyau
forkyau / hourly_rainfall_data-2026-08-24|10-00.csv
Created August 24, 2026 02:21
GIST created by python code
id station stationid value unit obstime date
0 流浮山 RF001 0 mm 2026-08-24T10:00:00+08:00 2026-08-24
1 湿地公园 RF002 0 mm 2026-08-24T10:00:00+08:00 2026-08-24
2 水边围 N12 0 mm 2026-08-24T10:00:00+08:00 2026-08-24
3 石岗 RF003 0 mm 2026-08-24T10:00:00+08:00 2026-08-24
4 大美督 RF004 0 mm 2026-08-24T10:00:00+08:00 2026-08-24
5 大埔墟 RF005 0 mm 2026-08-24T10:00:00+08:00 2026-08-24
6 北潭涌 RF006 0 mm 2026-08-24T10:00:00+08:00 2026-08-24
7 滘西洲 RF007 0 mm 2026-08-24T10:00:00+08:00 2026-08-24
8 西贡 N15 0 mm 2026-08-24T10:00:00+08:00 2026-08-24
@dk949
dk949 / comments_of_the_world.md
Last active August 24, 2026 02:12
Comments in different programming languages

Comments in different programming languages

This document lists comment styles and languages (and dialects) that use it. The list is based on the one used in NERD commenter.

Comment types are grouped by the types of symbols used. Each example is organised as a comment block followed by a list of languages.

Note1: the number of languages is quite large, and much of this