Pinned Repositories
C_Exercises
This GitHub repository houses C project implementations. Each concept is organized into its own self-contained project within the src, include, bin and test folders.
Cpp
This GitHub repository houses C++ implementations. Each concept is organized into its own self-contained project within the src folder.
D.E.L.T
D.E.L.T is a collection of developer experience Linux tools (D.E.L.T) designed to streamline the daily workflow of Linux developers in C and C++. The primary goal of this project is to provide Linux developers with a set of powerful and versatile tools to automate their daily tasks and enhance their overall development experience.
Data-structures
This repository houses C Linear data structures implementations. Each Implementation is organized in the include test and src folders.
DHCP
The DHCP server project efficiently manages IP address allocation within a network range. It offers a clear and well-documented interface and supports various functionalities, including IP allocation, deallocation, and counting available IP addresses. The code structure is designed for maintainability and future updates.
DoublyLinkedList
Simple C implementation of a Doubly Linked List.
HackerNews-API
Spring boot & MySQL RESTful API. The Hacker News project is a lightweight system similar to Hacker News web site that allows users to post text-based news, up vote/down vote posts, and view a list of top posts. RESTful API that support CRUD operation such as: POST, PUT, GET(all and top top posts), DELETE, PATCH(up vote down and change post)
Physics-Projects
The Navier–Stokes equations mathematically express conservation of momentum and conservation of mass for Newtonian fluids. They are sometimes accompanied by an equation of state relating pressure, temperature and density.
ThreadPool
A Java thread pool library for concurrent task execution.
YamtalDev
readme profile
YamtalDev's Repositories
YamtalDev/HackerNews-API
Spring boot & MySQL RESTful API. The Hacker News project is a lightweight system similar to Hacker News web site that allows users to post text-based news, up vote/down vote posts, and view a list of top posts. RESTful API that support CRUD operation such as: POST, PUT, GET(all and top top posts), DELETE, PATCH(up vote down and change post)
YamtalDev/D.E.L.T
D.E.L.T is a collection of developer experience Linux tools (D.E.L.T) designed to streamline the daily workflow of Linux developers in C and C++. The primary goal of this project is to provide Linux developers with a set of powerful and versatile tools to automate their daily tasks and enhance their overall development experience.
YamtalDev/Physics-Projects
The Navier–Stokes equations mathematically express conservation of momentum and conservation of mass for Newtonian fluids. They are sometimes accompanied by an equation of state relating pressure, temperature and density.
YamtalDev/ThreadPool
A Java thread pool library for concurrent task execution.
YamtalDev/YamtalDev
readme profile
YamtalDev/C_Exercises
This GitHub repository houses C project implementations. Each concept is organized into its own self-contained project within the src, include, bin and test folders.
YamtalDev/Cpp
This GitHub repository houses C++ implementations. Each concept is organized into its own self-contained project within the src folder.
YamtalDev/Data-structures
This repository houses C Linear data structures implementations. Each Implementation is organized in the include test and src folders.
YamtalDev/DHCP
The DHCP server project efficiently manages IP address allocation within a network range. It offers a clear and well-documented interface and supports various functionalities, including IP allocation, deallocation, and counting available IP addresses. The code structure is designed for maintainability and future updates.
YamtalDev/DoublyLinkedList
Simple C implementation of a Doubly Linked List.
YamtalDev/Linear-DataStructures
This repository houses C Linear data structures implementations. Each Implementation is organized in the include test and src folder.
YamtalDev/PriorityQueue
C implementation of a priority queue.
YamtalDev/Private-Distributed-Cloud
NBD-BUSE-SERVER is a Network Block Device (NBD) server implementation for Linux. It provides a user-space interface to manage NBD drivers, handle data requests, and interact with block devices. This README provides an overview of the project structure, how to compile and run it, and key functionalities.
YamtalDev/SortedList
Efficient sorted list implementation in C using doubly linked lists and customizable element ordering.
YamtalDev/Stack
Simple C stack implementation.
YamtalDev/System-programming
This repository houses C system programming implementations. Each Implementations of different programming concepts. The files are organized in the include test and src folders.
YamtalDev/Tree-DataStructures
This repository houses C tree data structures implementations. Each Implementation is organized in the include test and src folder.
YamtalDev/WatchDog
Watchdog is a library that provides functionality to monitor a code block within a process and automatically restart it if terminated.
YamtalDev/rust-query-engine-greatest
Implementation of Spark's greatest function for the Apache Datafusion query engine in Rust. This project focuses on creating a low-level library without using Datafusion's SQL API, handling edge cases, and ensuring robustness with comprehensive tests.
YamtalDev/SecureBankApp
Secure Bank App is a full-stack web application for secure banking services. It allows users to sign up, validate phone numbers via SMS, view account balances, and transfer money. Built with Java & Spring Boot for the backend, Angular for the frontend, MongoDB for data storage, and Docker for containerization.
YamtalDev/DataFusion-greatest
Implementation of Spark's greatest function for the Apache Datafusion query engine in Rust. This project focuses on creating a low-level library without using Datafusion's SQL API, handling edge cases, and ensuring robustness with comprehensive tests.