Highlights
- Pro
Lists (1)
Sort Name ascending (A-Z)
Stars
Write your own virtual machine for the LC-3 computer!
How to Make a Computer Operating System in C++
Pintos is a simple operating system framework for the 80x86 architecture
This is my labs from Compilers Design Course, being taught in BMSTU. Lab 1 - Constructing minimal DFA from regex in 3 phases (r => NFA => DFA => minimal DFA). Lab 2 = Grammar processing. (Removing …
a lean linear math library, aimed at graphics programming. Supports vec3, vec4, mat4x4 and quaternions
A lightweight unit testing framework for C++
The BusTub Relational Database Management System (Educational)
Labs of MIT 6.830 Database Systems
B-tree and B+ Tree's are used for Multi-level Indexing in Databases. By using the search effectiveness of B-tree, this project was implemented for database indexing of students, given their informa…
I have developed a database system called DSDB that is capable of storing data in multiple files within the computer's file system. The DSDB system utilizes B-trees, AVL trees, and Red-Black trees …
A SQL-like database system in C supporting batch execution and hash/BTree indexing
BTreeSQL is a high-performance SQL database implementation based on the B-Tree data structure, ensuring efficient command execution in O(log(n)) time. Developed in C++, this project demonstrates ad…
Interactive roadmaps, guides and other educational content to help developers grow in their careers.
Solved exercises of some chapters of the book "Introduction to 64 bit Assembly Programming for Linux and OS X", Ray Seyfarth
📚 📖 📚CSE GATE Resources for GATE and CSE Aspirants 😎 😁 . Show your ❤️ by ⭐️⭐️
a work-in-progress Ruby compiler, written in Ruby and C++
C++, University of Lodz, Advanced Algorithms assignment
Implementation of the Aho-Corasick multiple pattern matching finite state automaton.
Collection of C++ codes including exercise solutions of Sedwick book part 5
Computer science books Recommended by AzatAI. (Education ONLY)
Write a simple interpreter of C. Inspired by c4 and largely based on it.