sourabhuday's Stars
s-matyukevich/raspberry-pi-os
Learning operating system development using Linux kernel and Raspberry Pi
ARM-software/arm-trusted-firmware
Read-only mirror of Trusted Firmware-A
KhronosGroup/SyclParallelSTL
Open Source Parallel STL implementation
sourabhuday/CUDA-Parallel-Programming-projects
These projects are part of exhaustive lessons on parallel computing algorithms and patterns on GPUs using CUDA.
sourabhuday/OpenStreetMap-Route-Planner-A-search
Contains two projects 1. A* search implementation to plan a path through the obstacles on an ASCII board. 2. The same algorithm extended to find a path between two points on the map with ability to select starting and ending areas on a city map and the program will find the path along the city streets to connect start and end. OpenStreetMap data and IO2D is used to render the map display code to use A*.