Rohan Dvivedi's repositories
Bufferpool
A user-space buffer pool manager library in C for building a HDD/SSD based database storage engine.
HTTPparser
An HTTP parsing library in C.
TupleStore
This is a library to store database-like tuples in a row-oriented block store. It provides page-level API functions to access and store tuples on the page.
serc_template_application
This is a Project, to be used as a template application for the serc framework
TupleIndexer
This library provides a persistent block accessible disk-resident b+tree, hash_table, linked_page_list, page table and an array_table.
cloudbees_blogging
Built for interview process at CloudBees for role Software Engineer
CSE-531-project
CSE 531 (Distribted and Multi processor Operating Systems) course project at ASU.
cse536-release
Assignments for cse 536 Advanced OS
cse546-project-lambda
CSE-546-project2
CSE546-webtier
Group project 1 for CSE 546, Cloud Computing, at ASU.
hello_rust
The repo I am using to learn rust.
howtoshareasecret
This is a recreation of Adi Shamir's paper "How to share a secret". It has been built for the final project of the course CSE 539 Applied Cryptography by Professor Jed Crandall at ASU.
JSONparser
A JSON parsing library in C.
MinTxEngine
A mini transaction engine, similar to the one found in internals of MySQL.
ReaderWriterLock
A robust Reader Writer Lock library in C.
rohandvivedi.com
This repository holds code for my personalized application, that hosts data related to my projects, working as my resume.
rpipico_sample
This is a sample project for bare metal programming Rpi pico board
SerializableInteger
This library provides a Little-Endian Serializable Large Fixed Width Unsigned Int. It also provides simple routines to serialize and deserialize c stdint's uintX_t and intX_t.
stm32f103c8t6_sample
This is a sample project for bare metal programming STM32F103 blue pill board
stm32f411ceu6_sample
This is a sample project for bare metal programming STM32F411 black pill board