jkhall's Stars
karpathy/llm.c
LLM training in simple, raw C/CUDA
seaweedfs/seaweedfs
SeaweedFS is a fast distributed storage system for blobs, objects, files, and data lake, for billions of files! Blob store has O(1) disk seek, cloud tiering. Filer supports Cloud Drive, cross-DC active-active replication, Kubernetes, POSIX FUSE mount, S3 API, S3 Gateway, Hadoop, WebDAV, encryption, Erasure Coding.
karpathy/minGPT
A minimal PyTorch re-implementation of the OpenAI GPT (Generative Pretrained Transformer) training
lettier/3d-game-shaders-for-beginners
🎮 A step-by-step guide to implementing SSAO, depth of field, lighting, normal mapping, and more for your 3D game.
dwyl/english-words
:memo: A text file containing 479k English words for all your dictionary/word-based projects e.g: auto-completion / autosuggestion
nerfstudio-project/nerfstudio
A collaboration friendly studio for NeRFs
microsoft/Windows-universal-samples
API samples for the Universal Windows Platform.
jetify-com/devbox
Instant, easy, and predictable development environments
krzysztofzablocki/Sourcery
Meta-programming for Swift, stop writing boilerplate code.
antirez/kilo
A text editor in less than 1000 LOC with syntax highlight and search.
electric-sql/electric
Sync little subsets of your Postgres data into local apps and services.
antirez/sds
Simple Dynamic Strings library for C
aws/s2n-tls
An implementation of the TLS/SSL protocols
dreamworksanimation/openmoonray
MoonRay is DreamWorks’ open-source, award-winning, state-of-the-art production MCRT renderer.
antirez/linenoise
A small self-contained alternative to readline and libedit
mutagen-io/mutagen
Fast file synchronization and network forwarding for remote development
vlcn-io/cr-sqlite
Convergent, Replicated SQLite. Multi-writer and CRDT support for SQLite
mapbox/earcut
The fastest and smallest JavaScript polygon triangulation library for your WebGL apps
evanw/csg.js
Constructive solid geometry on meshes using BSP trees in JavaScript
mtrebi/memory-allocators
Custom memory allocators in C++ to improve the performance of dynamic memory allocation
spotify/sparkey
Simple constant key/value storage library, for read-heavy systems with infrequent large bulk inserts.
facebookincubator/fizz
C++14 implementation of the TLS-1.3 standard
szymanowiczs/splatter-image
Official implementation of `Splatter Image: Ultra-Fast Single-View 3D Reconstruction' CVPR 2024
wolfgarbe/PruningRadixTrie
PruningRadixTrie - 1000x faster Radix trie for prefix search & auto-complete
arximboldi/ewig
The eternal text editor — Didactic Ersatz Emacs to show immutable data-structures and the single-atom architecture
khaledh/fusion
A hobby OS implemented in Nim
so-dang-cool/dt
dt - duct tape for your unix pipes
postmanlabs/observability-cli
The Akita CLI helps you make sense of API traffic. Passively watch API traffic with apidump. Model API behavior with apispec. Compare API behavior with apidiff.
zanders3/json
A really simple C# JSON Parser in 350 lines
EricLengyel/Terathon-Container-Library
C++ containers for arrays, lists, maps, hash tables, trees, and graphs.