Pinned Repositories
Ada-like-language-recursive-descent-compiler
An implementation of a syntax analyzer (SA) for an Ada-like language using a recursive descent parser. The analyzer’s sole function is to make sure a user’s source program is syntactically correct. The program also generates helpful recursive error massages in a stack trace like most modern compilers.
Airplane-Delays-and-Diversions-Dataset-1990-2020
A dataset listing the total amount of delays or diversions per day according to the USA Bureau of Transportation Statistics between January 1st 1990 and December 31st 2020
BlockChain-Demonstration-Project
A very simple implementation of a blockchain in Java
Distributed-Computing-Auctioning-System
A distributed auctioning system able to handle multiple concurrent clients and actively replicate server nodes.
Genetic-Algorithm-Traveling-Salesman-Problem
A genetic algorithm solution to the traveling salesman problem in MatLab.
Hospital-Triple-A-System
This is an implementation of a secure Authentication, Authorisation and Accountability (AAA) system to store electronic health records. This system will be used by many user types such as patients, doctors and administration staff, as well as the regulatory body who ensures operations go smoothly.
Indie-2D-Game-2046-Midnight-Assault
An indie,2-D, Sci-Fi game made with Java
Paris778
Retrograde-Mercury-Dates-Dataset-1990-2020
A dataset containing all the dates the planet Mercury was in retrograde motion from 1990 to 2020
Simple-Downloader-Malware
A simple non-stealthy downloader malware example
Paris778's Repositories
Paris778/Retrograde-Mercury-Dates-Dataset-1990-2020
A dataset containing all the dates the planet Mercury was in retrograde motion from 1990 to 2020
Paris778/Airplane-Delays-and-Diversions-Dataset-1990-2020
A dataset listing the total amount of delays or diversions per day according to the USA Bureau of Transportation Statistics between January 1st 1990 and December 31st 2020
Paris778/Distributed-Computing-Auctioning-System
A distributed auctioning system able to handle multiple concurrent clients and actively replicate server nodes.
Paris778/Paris778
Paris778/Ada-like-language-recursive-descent-compiler
An implementation of a syntax analyzer (SA) for an Ada-like language using a recursive descent parser. The analyzer’s sole function is to make sure a user’s source program is syntactically correct. The program also generates helpful recursive error massages in a stack trace like most modern compilers.
Paris778/BlockChain-Demonstration-Project
A very simple implementation of a blockchain in Java
Paris778/Computer-Vision-Hand-Tracking
Using Google's Mediapipe
Paris778/Computer-Vision-Pong-Hand-Tracked
A two-player pong implementation in python using Google's mediapipe hand tracking as game inputs.
Paris778/Full-Stack-Clone-Bin-Project
Paris778/Hospital-Triple-A-System
This is an implementation of a secure Authentication, Authorisation and Accountability (AAA) system to store electronic health records. This system will be used by many user types such as patients, doctors and administration staff, as well as the regulatory body who ensures operations go smoothly.
Paris778/Indie-2D-Game-2046-Midnight-Assault
An indie,2-D, Sci-Fi game made with Java
Paris778/Javascript-Trivia-Game
Paris778/Missile-Command-Arcade-Game
An ASCII arcade-like game using the Curses library in C. Based on the 80s arcade game "Missile Command" developed by Atari, Inc. and licensed to Sega for European release.
Paris778/Python-Networks
A basic implementation of Core Networking Functionalities like Ping,Traceroute,Http-Server and a Web-Proxy.
Paris778/Real-Estate-and-Transport-Dataset
This dataset contains open source data from the Republic and aims to inspire research and education in the fields of Computer Science, Data Science, Statistics and Data Viduaisation.
Paris778/Genetic-Algorithm-Traveling-Salesman-Problem
A genetic algorithm solution to the traveling salesman problem in MatLab.
Paris778/Simple-Downloader-Malware
A simple non-stealthy downloader malware example
Paris778/AstraZenecaProject
A Template Project for the Astra Zeneca 2021 Neurodiversity Hackathon Competition
Paris778/Chess-Challenge
https://youtu.be/iScy18pVR58
Paris778/Ethiopian-Multiplication-MIPS-Assembly-
An implementation of the Ethiopian multiplication using MIPS Assembly.
Paris778/Game-Tower-to-Elysium-Project
An ongoing indie, 2D, RPG adventure game made with JAVA
Paris778/Genetic-Algorithm-Solution-to-Knapsack-problem
A Genetic Algorithm Solution to the Knapsack Problem in MatLab
Paris778/GetBrowsers2
A software aimed to generate a list of all popular browsers and their past versions, acting as a utility plug-in for automated testing software.
Paris778/LamdaTest-Final
An automated functional software testing implementation in JavaScript aimed to be part of a CI:CD environment.
Paris778/python-bigquery
Paris778/Unix-File-System
This is an implementation of the unix file system (ext2) from scratch.