Pinned Repositories
Advent-of-Code
A repository for my implementations of the annual "Advent of Code" challenges. Attempts made in several languages. For more information see https://adventofcode.com/about.
edgorman.github.io
My personal website hosted on Github pages. It emulates a Linux filesystem using JQuery Terminal library, and allows file traversal of all my public repositories via submodules.
Fake-News-Detector
This is my implementation for the MediaEval 2015 problem "verifying multimedia use" to identify fake content after a high impact event has occurred.
Pencil-Landing-Simulator
Developing an agent capable of landing itself in a 2D environment similar to how SpaceX land their reusable rockets. For inspiration please see https://youtu.be/bvim4rsNHkQ
Property-Fundamentals
Investigating the automated collection and analysis of housing data from any location within the UK. This is composed into a Google My Map to be shared and shown on Youtube.
Quadris
Quadris is a Tetris-like game written in Godot and (soon to be re-) deployed on the Google Play Store. Available without purchase and without ads. Definitely not Tetris.
RecipeDex
A Software as a Service (SAAS) application for storing, indexing, and searching recipes from most recipes on the internet. A full-stack web application based on the FARM stack.
URL-Analyser
A malicious URL detection system using Machine Learning. This was my dissertation for my BSc Computer Science degree at University of Southampton, which received a First-Class honours mark.
Voxel-Engine
A 3D rendering engine built in Java without any dependencies. Implements a rasterization approach. Also contains voxel terrain generation, so it's basically becoming a Minecraft clone.
Web-App-Template
A Cookiecutter template for developing a Python-based web application. Uses FastAPI, React, PostgreSQL and containerised using Docker.
edgorman's Repositories
edgorman/Quadris
Quadris is a Tetris-like game written in Godot and (soon to be re-) deployed on the Google Play Store. Available without purchase and without ads. Definitely not Tetris.
edgorman/Voxel-Engine
A 3D rendering engine built in Java without any dependencies. Implements a rasterization approach. Also contains voxel terrain generation, so it's basically becoming a Minecraft clone.
edgorman/Web-App-Template
A Cookiecutter template for developing a Python-based web application. Uses FastAPI, React, PostgreSQL and containerised using Docker.
edgorman/Fake-News-Detector
This is my implementation for the MediaEval 2015 problem "verifying multimedia use" to identify fake content after a high impact event has occurred.
edgorman/edgorman.github.io
My personal website hosted on Github pages. It emulates a Linux filesystem using JQuery Terminal library, and allows file traversal of all my public repositories via submodules.
edgorman/Property-Fundamentals
Investigating the automated collection and analysis of housing data from any location within the UK. This is composed into a Google My Map to be shared and shown on Youtube.
edgorman/URL-Analyser
A malicious URL detection system using Machine Learning. This was my dissertation for my BSc Computer Science degree at University of Southampton, which received a First-Class honours mark.
edgorman/Advent-of-Code
A repository for my implementations of the annual "Advent of Code" challenges. Attempts made in several languages. For more information see https://adventofcode.com/about.
edgorman/Pencil-Landing-Simulator
Developing an agent capable of landing itself in a 2D environment similar to how SpaceX land their reusable rockets. For inspiration please see https://youtu.be/bvim4rsNHkQ
edgorman/RecipeDex
A Software as a Service (SAAS) application for storing, indexing, and searching recipes from most recipes on the internet. A full-stack web application based on the FARM stack.
edgorman/Computer-Emulator
A functioning computer emulator written in Python. Not following any specific computer architecture.
edgorman/Leetcode
A collection of Leetcode questions and answers, with each accompanied by written explanations, complexity analysis, and fully commented code. Language dependent on what I'm feeling at the time.
edgorman/Plex-Photo-Extractor
A chrome extension for downloading content from a plex server. For those who think right-clicking is too much work. Not available on the Chrome Webstore.
edgorman/Web-App-Demo
A demo for a cloud configured web app delpoyed on the google cloud platform.