Anthony Barakat's repositories
simple-search-engine
This C program built to search a collection of 'web pages' using the Weighted PageRank algorithm. I built a graph structure and calculated Weighted PageRanks, ranking pages based on these values.
abara15.github.io
This is my personal portfolio I built in React.js and Sass.
weathermetrics
This is a Flask Web App built as a group uni project. Using the AccuWeather API, relevant weather data is pulled and displayed to the user on a HTML template.
ArticleAPI-python
A simple Article API in Python for a technical test. This takes in endpoints which store articles in the service, retrieve articles from the service, and return summary information on tags.
castle-defense
This C program simulates an imaginary Realm under attack. It involved creating Lands in the Realm and building Towers to defend a Castle, as well as managing Enemy movement as they pass through the Lands and the use of Towers against the Enemies and any damage the Castle receives.
information-retrieval
This information retrieval system written in C gives information on documents including relative term frequency adjusted for document length, inverse document frequency, and tf-idf.