Skip to content

Instantly share code, notes, and snippets.

View elberacasa's full-sized avatar
🎯
Focusing

elberacasa elberacasa

🎯
Focusing
View GitHub Profile
@elberacasa
elberacasa / microgpt.py
Created February 13, 2026 03:07 — forked from karpathy/microgpt.py
microgpt
"""
The most atomic way to train and inference 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
@elberacasa
elberacasa / useful-git-commands.md
Created December 8, 2024 15:35
A collection of useful Git commands

Useful Git Commands

Basic Commands

git init          # Initialize repository
git add .         # Stage all changes
git commit -m "message"  # Commit changes
git push origin main    # Push to remote

GitHub Achievements Guide

How to unlock all achievements!

GitHub Achievements Guide

How to unlock all achievements!

GitHub Achievements Guide

How to unlock all achievements!

GitHub Achievements Guide

How to unlock all achievements!

GitHub Achievements Guide

How to unlock all achievements!

GitHub Achievements Guide

How to unlock all achievements!

GitHub Achievements Guide

How to unlock all achievements!

GitHub Achievements Guide

How to unlock all achievements!