biraj21 / http-server-in-c
An HTTP server written from scratch in C.
☆52Updated 9 months ago
Alternatives and similar repositories for http-server-in-c:
Users that are interested in http-server-in-c are comparing it to the libraries listed below
- A single-threaded TCP server with an event loop using the poll system call written in C.☆90Updated 10 months ago
- Optimized parallel training implementation of a neural network in C for recognizing handwritten digits from scratch on the MNIST dataset☆85Updated 7 months ago
- a tiny multidimensional array implementation in C similar to numpy, but only one file.☆225Updated 7 months ago
- A turn-based co-petetive multiplayer game☆156Updated last month
- Tiny Raspberry Pi Operating System☆182Updated 7 months ago
- http server in c++☆88Updated 6 months ago
- A tinycompiler in C from scratch☆92Updated 7 months ago
- ☆42Updated 8 months ago
- A fully featured SQL database written in Go☆42Updated last month
- Multithreaded Reverse Proxy Server In C☆33Updated 2 weeks ago
- Intro to leetcodes. Basic techniques, quicksort and hash structures implementation, space and time complexities.☆96Updated 7 months ago
- A guide that explains how programs transform from source code to executables. Deep dive into ELF format, linking processes, and binary op…☆327Updated 4 months ago
- simplified version of git from scratch☆159Updated 5 months ago
- This repository is a journey through Operating System concepts, with practical implementations in C. Each day focuses on a specific topic…☆214Updated 3 weeks ago
- GPT-2 in C☆65Updated 2 months ago
- Practice C Programming Projects | This repo collects 19 of programming projects for C. C programming is fundamental to computer science. …☆302Updated 2 months ago
- small auto-grad engine inspired from Karpathy's micrograd and PyTorch☆250Updated 4 months ago
- Experimental JavaScript runtime built with C, JavaScriptCore (JSC), and libuv.☆62Updated last month
- Built Simple memory datastore like redis to learn how it works internally and how databases are built , it has set,get, transactions (mul…☆30Updated last year
- ☆46Updated 7 months ago
- A curated list of project-based tutorials in C☆316Updated 5 years ago
- NES toolchain & emulator in C☆130Updated 3 months ago
- handwritten digit recognition system using a custom neural network architecture. Built with C, it features both training capabilities and…☆46Updated last month
- Neural network in C for recognizing american sign language(ASL) from scratch on the MNIST dataset. Optimized with parallel training. Cann…☆37Updated 6 months ago
- convert images, video to ascii!☆382Updated last week
- A nano-like text editor written from scratch in C.☆83Updated last year
- machine learning from absolute scratch in c. gradients, linear algebra ops & everything else without using any third party library!☆22Updated 7 months ago
- a simple numpy alternative in C☆23Updated 5 months ago
- A programming language in C, with a tokenizer, a parser, an abstract syntax tree interpreter, a compiler, and a virtual machine.☆54Updated 5 years ago
- TCP server in C with dynamic HTML templating.☆126Updated last month