schrezraoeder's Stars
gothinkster/realworld
"The mother of all demo apps" — Exemplary fullstack Medium.com clone powered by React, Angular, Node, Django, and many more
rasbt/LLMs-from-scratch
Implement a ChatGPT-like LLM in PyTorch from scratch, step by step
karpathy/LLM101n
LLM101n: Let's build a Storyteller
exo-explore/exo
Run your own AI cluster at home with everyday devices 📱💻 🖥️⌚
openai/swarm
Educational framework exploring ergonomic, lightweight multi-agent orchestration. Managed by OpenAI Solution team.
jonasschmedtmann/complete-javascript-course
Starter files, final projects, and FAQ for my Complete JavaScript course
aalhour/awesome-compilers
:sunglasses: Curated list of awesome resources on Compilers, Interpreters and Runtimes
NVIDIA/cuda-samples
Samples for CUDA Developers which demonstrates features in CUDA Toolkit
QwenLM/Qwen2.5-Coder
Qwen2.5-Coder is the code version of Qwen2.5, the large language model series developed by Qwen team, Alibaba Cloud.
john-smilga/node-express-course
gpu-mode/lectures
Material for gpu-mode lectures
jonasschmedtmann/complete-node-bootcamp
Starter files, final projects and FAQ for my Complete Node.js Bootcamp
ridgerchu/matmulfreellm
Implementation for MatMul-free LM.
karpathy/makemore
An autoregressive character-level language model for making more things
john-smilga/react-course-v3
sustcsonglin/flash-linear-attention
Efficient implementations of state-of-the-art linear attention models in Pytorch and Triton
EurekaLabsAI/ngram
The n-gram Language Model
karpathy/arxiv-sanity-lite
arxiv-sanity lite: tag arxiv papers of interest get recommendations of similar papers in a nice UI using SVMs over tfidf feature vectors based on paper abstracts.
gniziemazity/self-driving-car
olcf/cuda-training-series
Training materials associated with NVIDIA's CUDA Training Series (www.olcf.ornl.gov/cuda-training-series/)
dorjeduck/llm.mojo
port of Andrjey Karpathy's llm.c to Mojo
CleanCut/ultimate_rust2
The best Intermediate Rust course out there!
rtfeldman/elm-0.19-workshop
Elm 0.19 workshops. Includes Intro and Advanced courses.
nlsandler/writing-a-c-compiler-tests
Test cases for Writing a C Compiler
bingmann/flex-bison-cpp-example
Flex Bison C++ Template/Example
umarmlone/beg_mod_cpp
Source code for demos in Complete Modern C++ course.
nlsandler/nqcc2
Reference implementation for Writing a C Compiler
Hendrixer/intro-node-v3
ept/ddia2-feedback
Reader feedback on the early release of Designing Data-Intensive Applications, second edition
georgesimos/javascript-the-hard-parts
JavaScript principles, Callbacks & Higher Order functions, Closure, Classes/Prototypes & Asynchronicity