Pinned Repositories
focker
Linux container from scratch in Go using Ubuntu 22.04 rootfs.
gomon
nodemon for Go files built in Go.
http-server-in-c
An HTTP server written from scratch in C.
llm-server-from-scratch
FastAPI server for locally serving Gemma 3 270M & OpenAI Whisper with batched inference and streaming support.
neural-networks-from-scratch
Neural Networks from scratch in Go.
tcp-server
A single-threaded TCP server with an event loop using the poll system call written in C.
tensor-visualizer
Helps you visualize multidimensional arrays.
texterm
A nano-like text editor written from scratch in C.
web-wanderer
A multi-threaded web crawler written in Python, utilizing ThreadPoolExecutor and Playwright to efficiently crawl dynamically rendered web pages and download them.
writers-avenue
A blog website with frontend written in React & Sass, Node.js (Express) for backend and MariaDB for database.
biraj21's Repositories
biraj21/array-visualizer
Helps you visualize multidimensional arrays.
biraj21/findrep
A simple tool to find and replace all the matches of a regular expression in file(s).
biraj21/termctl
Just a minimal library to do some terminal stuff.
biraj21/tic-tac-toe
A simple Tic Tac Toe game AI using Minimax algorithm with Alpha-Beta Pruning.
biraj21/tic_tac_toe_app
biraj21/bbsh
BBSH is a very basic implementation of a shell in C based on Stephen Brennan's article Write a Shell in C.
biraj21/online-store
An e-commerce shop created with Node.js. (work in progress)