rjammala's Stars
ByteByteGoHq/system-design-101
Explain complex systems using visuals and simple terms. Help you prepare for system design interviews.
mlabonne/llm-course
Course to get into Large Language Models (LLMs) with roadmaps and Colab notebooks.
karpathy/LLM101n
LLM101n: Let's build a Storyteller
meta-llama/llama3
The official Meta Llama 3 GitHub site
karpathy/llm.c
LLM training in simple, raw C/CUDA
blakeblackshear/frigate
NVR with realtime local object detection for IP cameras
naklecha/llama3-from-scratch
llama3 implementation one matrix multiplication at a time
analysis-tools-dev/static-analysis
⚙️ A curated list of static analysis (SAST) tools and linters for all programming languages, config files, build tools, and more. The focus is on tools which improve code quality.
facebookresearch/sam2
The repository provides code for running inference with the Meta Segment Anything Model 2 (SAM 2), links for downloading the trained model checkpoints, and example notebooks that show how to use the model.
federico-busato/Modern-CPP-Programming
Modern C++ Programming Course (C++03/11/14/17/20/23/26)
mytechnotalent/Reverse-Engineering
A FREE comprehensive reverse engineering tutorial covering x86, x64, 32-bit/64-bit ARM and embedded RISC-V architectures.
karpathy/minbpe
Minimal, clean code for the Byte Pair Encoding (BPE) algorithm commonly used in LLM tokenization.
paradedb/paradedb
Postgres for Search and Analytics
google-deepmind/graphcast
DescentDevelopers/Descent3
Descent 3 by Outrage Entertainment
alessiodm/drl-zh
Deep Reinforcement Learning: Zero to Hero!
systemdesignfightclub/SDFC
Roadmap and Resource Compilation for System Design Fight Club
verus-lang/verus
Verified Rust for low-level systems code
xbresson/GML2023
Graph Machine Learning course, Xavier Bresson, 2023
aperturerobotics/bifrost
Modular networking for Go with pluggable transports, RPC, WebRTC, WebAssembly support.
pcwalton/offset-allocator
A port of Sebastian Aaltonen's `OffsetAllocator` to Rust
Flow-IPC/ipc
[Start here!] Flow-IPC - Modern C++ toolkit for high-speed inter-process communication (IPC)
jart/morton
tmwilliamlin168/CP-YouTube
Codes for my YouTube
zsef123/Connected_components_PyTorch
A PyTorch implementation of Connected Components Labeling
xqb64/ucc
An optimizing compiler for a large subset of the C programming language
caikehe/DataStructureAlgorithmDesign
These are some basic implementations of Data structures and Algorithms in C++ and Python.
the5avage/Q-Learning
Q-Learning for temperature control
caikehe/leetcode
Here are the implementations for the leetcode problem set (https://leetcode.com/).
normanyahq/LeetCodeSolution
My LeetCode Solution