Pinned Repositories
Blox
ConcentrationGame
DS-Challenge
eyeHear
uOttaHack Hackathon project: Creating described video for real life using Google Vision API and a webcam.
gccollab-data-app
Browser based self-serve data app for GCcollab, the GoC's outward facing social networking and collaboration platform
Gradient-Descent
A machine learning experiment in Java that performs a multivariate linear regression based on randomly generated points using a gradient descent algorithm
Instant-Insanity-Solver
This program solves an instant insanity problem of 4 cubes using two methods. The first is a brute force way method where all the possible solutions are generated and the correct ones are picked out(generateAndTest()) and the second is using a breadth-first search algorithm(breadthFirstSearch()). The program compares the two methods of solving the puzzle by timing each of them as well as counting the number of method calls each one goes through. It become clear that the breadth-first search is much more efficient than the brute force method as it only does 10,944 method calls as compared to the 331,776 method calls of the brute force method. This also results in the breadth-first search taking only a fraction of the time taken by the brute force method to solve the puzzle.
Minesweeper
A Minesweeper game made using the Model-View-Controller design pattern and Java Graphical User Interface
My-First-Website-Ever
My-Pill-Effect-TBD-
A web app where users can input details about their medications to find out about any harmful drug interactions.
OmarRad's Repositories
OmarRad/eyeHear
uOttaHack Hackathon project: Creating described video for real life using Google Vision API and a webcam.
OmarRad/My-First-Website-Ever
OmarRad/Gradient-Descent
A machine learning experiment in Java that performs a multivariate linear regression based on randomly generated points using a gradient descent algorithm
OmarRad/My-Pill-Effect-TBD-
A web app where users can input details about their medications to find out about any harmful drug interactions.
OmarRad/Blox
OmarRad/ConcentrationGame
OmarRad/DS-Challenge
OmarRad/gccollab-data-app
Browser based self-serve data app for GCcollab, the GoC's outward facing social networking and collaboration platform
OmarRad/Instant-Insanity-Solver
This program solves an instant insanity problem of 4 cubes using two methods. The first is a brute force way method where all the possible solutions are generated and the correct ones are picked out(generateAndTest()) and the second is using a breadth-first search algorithm(breadthFirstSearch()). The program compares the two methods of solving the puzzle by timing each of them as well as counting the number of method calls each one goes through. It become clear that the breadth-first search is much more efficient than the brute force method as it only does 10,944 method calls as compared to the 331,776 method calls of the brute force method. This also results in the breadth-first search taking only a fraction of the time taken by the brute force method to solve the puzzle.
OmarRad/Minesweeper
A Minesweeper game made using the Model-View-Controller design pattern and Java Graphical User Interface
OmarRad/ProductCatalog
CREATEBEST
OmarRad/SEG2105Lab1
OmarRad/SEG3125Project
OmarRad/seg4105_playground
OmarRad/simple_repo
A simple repo used for a workshop demo
OmarRad/uottawa-seg1911-web.github.io
A web application that allows users to find roommates