Pinned Repositories
CUDA_programming_MATRIX_OPERATIONS
Comparing CUDA and C implementations for matrix operations to determine the impact of CUDA's parallelism on computational speed.
loop_unrolling_and_scheduling
Code on Loop optimisation
Obstacle_avoidance_robo_ROS
To make an obstacle-avoidance robot consisting of Arduino UNO and Ultrasonic Sonic Sensor, driven by DC Motors, that publishes ROS messages about the distance between the obstacle and the Ultrasonic Sensor using rosserial_python.
PARALLEL-IN-PARALLEL-OUT-AND-PARALLEL-IN-SERIAL-OUT-SHIFT-REGISTER
To design and construct a parallel in parallel out and a parallel in serial out shift register
Quarter-Square-Multiplication-RISC-V
Code on Quarter Square Multiplication (RISC-V) using Ripes simulator
russian-peasant-multiplication-RISC-V
Code on Russian Peasant Multiplication (RISC-V) using Ripes simulator
Set_up_oneko_in_ubuntu
This repository contains instructions and resources for using `oneko`, a lightweight program that adds an animated cat (or other characters) to your desktop, which chases the mouse cursor around the screen. Enjoy a touch of amusement with `oneko` on your Ubuntu system!
Shift-and-Add-Multiplication-RISC-V
Code on Shift-and-Add Multiplication (RISC-V) using Ripes simulator
Simple_C_games
This project offers Tic-tac-toe and the Dino Game developed in C for interactive entertainment.
Web_Caching
Python code on basic implementation of web caching
dhatri2003's Repositories
dhatri2003/loop_unrolling_and_scheduling
Code on Loop optimisation
dhatri2003/Quarter-Square-Multiplication-RISC-V
Code on Quarter Square Multiplication (RISC-V) using Ripes simulator
dhatri2003/russian-peasant-multiplication-RISC-V
Code on Russian Peasant Multiplication (RISC-V) using Ripes simulator
dhatri2003/Set_up_oneko_in_ubuntu
This repository contains instructions and resources for using `oneko`, a lightweight program that adds an animated cat (or other characters) to your desktop, which chases the mouse cursor around the screen. Enjoy a touch of amusement with `oneko` on your Ubuntu system!
dhatri2003/Shift-and-Add-Multiplication-RISC-V
Code on Shift-and-Add Multiplication (RISC-V) using Ripes simulator
dhatri2003/Web_Caching
Python code on basic implementation of web caching
dhatri2003/CUDA_programming_MATRIX_OPERATIONS
Comparing CUDA and C implementations for matrix operations to determine the impact of CUDA's parallelism on computational speed.
dhatri2003/Obstacle_avoidance_robo_ROS
To make an obstacle-avoidance robot consisting of Arduino UNO and Ultrasonic Sonic Sensor, driven by DC Motors, that publishes ROS messages about the distance between the obstacle and the Ultrasonic Sensor using rosserial_python.
dhatri2003/PARALLEL-IN-PARALLEL-OUT-AND-PARALLEL-IN-SERIAL-OUT-SHIFT-REGISTER
To design and construct a parallel in parallel out and a parallel in serial out shift register
dhatri2003/Simple_C_games
This project offers Tic-tac-toe and the Dino Game developed in C for interactive entertainment.