Ganeshkm10's Stars
EbookFoundation/free-programming-books
:books: Freely available programming books
jwasham/coding-interview-university
A complete computer science study plan to become a software engineer.
TheAlgorithms/Python
All Algorithms implemented in Python
yangshun/tech-interview-handbook
💯 Curated coding interview preparation materials for busy software engineers
mtdvio/every-programmer-should-know
A collection of (mostly) technical things every software developer should know about
TheAlgorithms/C-Plus-Plus
Collection of various algorithms in mathematics, machine learning, computer science and physics implemented in C++ for educational purposes.
jax-ml/jax
Composable transformations of Python+NumPy programs: differentiate, vectorize, JIT to GPU/TPU, and more
karpathy/llm.c
LLM training in simple, raw C/CUDA
TheAlgorithms/Rust
All Algorithms implemented in Rust
TheAlgorithms/C
Collection of various algorithms in mathematics, machine learning, computer science, physics, etc implemented in C for educational purposes.
naklecha/llama3-from-scratch
llama3 implementation one matrix multiplication at a time
gurugio/lowlevelprogramming-university
How to be low-level programmer
oz123/awesome-c
A curated list of awesome C frameworks, libraries, resources and other shiny things. Inspired by all the other awesome-... projects out there.
amitness/learning
A log of things I'm learning
nhivp/Awesome-Embedded
A curated list of awesome embedded programming.
google/flax
Flax is a neural network library for JAX that is designed for flexibility.
algorithmica-org/algorithmica
A computer science textbook
nakov/Practical-Cryptography-for-Developers-Book
Practical Cryptography for Developers: Hashes, MAC, Key Derivation, DHKE, Symmetric and Asymmetric Ciphers, Public Key Cryptosystems, RSA, Elliptic Curves, ECC, secp256k1, ECDH, ECIES, Digital Signatures, ECDSA, EdDSA
dendibakh/perf-book
The book "Performance Analysis and Tuning on Modern CPU"
Johannes4Linux/Linux_Driver_Tutorial_legacy
A Tutorial how to get started with Linux Kernel Modules and Linux Drivers.
embedded-boston/awesome-embedded-systems
A curated list of delightful Embedded Systems libraries, RTOSes, modules, references and more!
kaitoukito/Computer-Science-Textbooks
Collect some CS textbooks for learning.
firmianay/Life-long-Learner
Personal Notes About Everything.
theEmbeddedGeorge/theEmbeddedNewTestament.github.io
naklecha/hackerrank-algo-implementation
This are the solutions to ALL "implementation" problems in the "algorithms" category hackerrank.com
NAThompson/performance_tuning_tutorial
Performance Tuning Tutorial given at Oak Ridge National Laboratory
streetdogg/ds_and_algorithms
Implementation of all major data-structures and algorithms using the C and Python programming language.
yanjie111/Linux-network-driver
The tutorial of Linux network device driver for 3.5.0
raviswan/ProgrammingProblems
raviswan/BasicsToReadBeforeInterview