More
More
-
3D-Interactive-Graphics Public
Programming graphics using JavaScript using three.js library/API. Course exercises from Udacity Course about basic principles of 3D computer graphics: meshes, transforms, cameras, materials, lighti…
JavaScript UpdatedAug 18, 2020 -
-
-
-
Cpp-A-star-Search Public
Small demo to showcase the A* Search Algorithm using C++
-
Multithreaded traffic simulator using a real urban map. Each vehicle runs on a separate thread, showcases management of intersections to facilitate traffic flow and avoid collisions.
C++ UpdatedJul 16, 2020 -
Optimized the Chatbot code using modern C++ memory management techniques such as smart pointers and move semantics.This chatbot answers questions about C++!
C++ UpdatedJul 15, 2020 -
a design pattern that synchronizes concurrent method execution to ensure that only one method at a time runs within an object
C++ UpdatedJul 25, 2020 -
Cpp-Route-Planning-Project Public
Using OpenStreetMap data and the IO2D visualization library to build a route planner that finds a path between two points on a real-world map
-
Cpp-STL-Data-Structures Public
Using Data Structures from the STL in C++ such as Lists, Maps, Deque
UpdatedMay 1, 2020 -
Cpp-System-Monitor Public
Writing object-oriented Cpp to build a Linux system monitor similar to the widely used htop application. The system monitor shows you what’s happening on your computer: processes, id, CPU and memor…
-
-
Problems and challenges solved using Cpp
C++ UpdatedJan 19, 2020 -
Examples and Tests of many Cpp Concepts: Sorting_Searching_FileStreams_Threads and many other Cpp Concepts as well as mini projects such as ConsoleGames
-
-
Dynamic Desktop Wallpaper tool made using UE4 in C++ and BP
-
-
Examples of IPC: pipes and shared memory
C UpdatedMar 22, 2020 -
-
Doc-On-The-Lock-Game-SFAS Public
My UE4 game project submission for the 2021 Search For A Star Competition. It showcases the use of the Gameplay Ability System and AI
C++ UpdatedJun 12, 2021 -
Using DP to solve CoinChange Problem
-
Online shopping project using Spring MVC and Hibernate
-
EpicSurvivalGameSeries Public
Forked from tomlooman/EpicSurvivalGameThird-person Survival Game for Unreal Engine 4 (Sample Project)
C++ MIT License UpdatedJun 17, 2021 -
-
From-Scratch Public
Creating Array, LinkedList, BST & Graph Classes from scratch in C++
C++ UpdatedMay 1, 2020 -
Greedy Algorithm for the Fractional Knapsack using Cpp
C++ UpdatedJul 12, 2020 -
-
Using Keras to build and train a neural network model to classify images.
Python UpdatedMay 17, 2020 -
-
Android Studio project in java to display the most starred Github repos of the last 30 days, it fetches the sorted JSON data directly from the Github API