Skip to content
View samcdonovan's full-sized avatar
Block or Report

Block or report samcdonovan

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
samcdonovan/README.md

👋 Hey there! I’m Sam (@samcdonovan)

I am a Software Engineer with a BSc in Computer Science (1st class)! I am currently seeking Full Stack, Backend and Software Engineer roles.

🌱 Languages/expertise...

Java, Python, JavaScript, C++ Advanced Web Dev, Big Data, Artificial Intelligence, Web Scraping

Pinned Loading

  1. Tweet-Scraper-With-Sentiment-Analysis Tweet-Scraper-With-Sentiment-Analysis Public

    Final year project; Twitter scraper that scrapes tweets related to different companies' climate change performance, and then performs sentiment analysis on these tweets to gauge public opinion.

    Python

  2. NBA-Data-Visualization-Website NBA-Data-Visualization-Website Public

    This website allows the user to view charts displaying data about different teams that are currently playing in the NBA. AWS was used to generate predictions about this data, and plot it onto chart…

    JavaScript

  3. Book-Price-Comparison-Site Book-Price-Comparison-Site Public

    Web scraping project using data from book retailers. Front-end is a price comparison website for those books allowing the user to search for the books they want.

    Java 2

  4. Machine-Learning-Categoriser-for-UCI-Digits Machine-Learning-Categoriser-for-UCI-Digits Public

    Implemented Nearest Neighbour (98.3%), Genetic Algorithm (~70.4%) and Multilayer Perceptron (~93.6%) solutions for categorising the UCI digits task.

    Java

  5. Held-Karp-TSP Held-Karp-TSP Public

    Exact TSP solver using the Held-Karp DP algorithm and a hash table implementation. For n < 20, achieves solution in < 20s.

    Java

  6. CPP-HashTable CPP-HashTable Public

    Hash table implementation in C++, previously stored on BitBucket. Works on a simple library system.

    C++