Skip to content

Instantly share code, notes, and snippets.

@banunatina
banunatina / microgpt.py
Created March 1, 2026 03:11 — forked from karpathy/microgpt.py
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
@banunatina
banunatina / botw-cedec2017.md
Created June 23, 2022 02:51 — forked from idbrii/botw-cedec2017.md
An inline image version of Matt Walker's translation of CEDEC 2017 talks by Nintendo
@banunatina
banunatina / curl.md
Created March 3, 2016 20:40 — forked from btoone/curl.md
A curl tutorial using GitHub's API

Introduction

An introduction to curl using GitHub's API

The Basics

Makes a basic GET request to the specifed URI

curl https://api.github.com/users/caspyin