Pinned Repositories
AdamSadek
Config files for my GitHub profile.
Case-Opening
trying to create a case opening site
Data-Structure-Visualization
Created a visual representation of data structures and operations performed on them, using React JS. Still implementing new data structures into the program.
F1-Game-AI
Formula 1 game AI
Facial-Recognition
Includes data exploration, preprocessing, creating new attributes, exploratory data analysis, model training,
Formula-1-Simulator
Created a Formula 1 Simulator using Java following OOP principles like Abstraction, Encapsulation, Inheritance, and Polymorphism. Also used diverse data structures to store and organize data in the most efficient form. Created a GUI which enabled the user to interact with the program using Java Swing
javacodes
A repository that will guide in making your first contribution.
Sensor-Fusion-And-Autonomous-Racing-Cars
The creation of autonomous racing vehicles built for intense head-to-head competition, serving as a dynamic demonstration of AI and sensor integration, sensor fusion technologies, and etc.
sveltosctl
A CLI to nicely display resources/helm charts deployed in CAPI Cluster by Sveltos.
QPy
QPy is a python module that aims at making many quantum mechanical computations/simulations operable in no more than a line of code. For example, the tise.solve() feature solves the Time-Independent Schrödinger Equation, plots the Wavefunction and prints the eigenvalues (something that would usually take a few hundred lines of code to do). This numerical package is useful for anyone taking or teaching QM1 as the syntax barely requires a learning curve and makes rigorous problems to be solved in seconds!
AdamSadek's Repositories
AdamSadek/Sensor-Fusion-And-Autonomous-Racing-Cars
The creation of autonomous racing vehicles built for intense head-to-head competition, serving as a dynamic demonstration of AI and sensor integration, sensor fusion technologies, and etc.
AdamSadek/Data-Structure-Visualization
Created a visual representation of data structures and operations performed on them, using React JS. Still implementing new data structures into the program.
AdamSadek/F1-Game-AI
Formula 1 game AI
AdamSadek/javacodes
A repository that will guide in making your first contribution.
AdamSadek/AdamSadek
Config files for my GitHub profile.
AdamSadek/Case-Opening
trying to create a case opening site
AdamSadek/Facial-Recognition
Includes data exploration, preprocessing, creating new attributes, exploratory data analysis, model training,
AdamSadek/Formula-1-Simulator
Created a Formula 1 Simulator using Java following OOP principles like Abstraction, Encapsulation, Inheritance, and Polymorphism. Also used diverse data structures to store and organize data in the most efficient form. Created a GUI which enabled the user to interact with the program using Java Swing
AdamSadek/sveltosctl
A CLI to nicely display resources/helm charts deployed in CAPI Cluster by Sveltos.
AdamSadek/git_practice
AdamSadek/GMOD-Loading-Screen
AdamSadek/image_common
Common code for working with images in ROS - For ARC project
AdamSadek/image_transport_plugins
A set of plugins for publishing and subscribing to sensor_msgs/Image topics in representations other than raw pixel data. - For ARC project
AdamSadek/ldlidar_ros2
LDROBOT LiDAR ROS2 Package(NEW) - For ARC project
AdamSadek/QPy
QPy is a python module that aims at making many quantum mechanical computations/simulations operable in no more than a line of code. For example, the tise.solve() feature solves the Time-Independent Schrödinger Equation, plots the Wavefunction and prints the eigenvalues (something that would usually take a few hundred lines of code to do). This numerical package is useful for anyone taking or teaching QM1 as the syntax barely requires a learning curve and makes rigorous problems to be solved in seconds!
AdamSadek/SDK-ShellKit
AdamSadek/Student-Management-System
An application that stores all details related to students. There will be operations like enrolling or adding a new student into the database, fees payment, show performance details, view balance, etc.
AdamSadek/Tic-Tac-Toe-Game
Created an interactive Tic-Tac-Toe game using React Native. Using expo, I was capable of expressing the game’s UI in a pleasant form. Created a game state which changes throughout the program from players 1 & 2. Created a 2D array (3 x 3), which stores the values of where the user assigned the value
AdamSadek/transport_drivers
A set of ROS2 drivers for transport-layer protocols.
AdamSadek/vesc
Repository for the VESC Controller (ROS1 and ROS2)
AdamSadek/vision_opencv
For ARC project