michaeldavitt
Product Support Specialist @ Stripe. UCD H.Dip Computer Science Conversion Graduate '22. UCD BSc. Actuarial and Financial Studies Graduate '21.
Pinned Repositories
Assignment_Bot
A discord bot that outputs a list of college assignments along with the number of days until they are due
Card_tester
A short Python script to simulate card testing in Stripe if you have access to a merchant's API keys and stolen credit cards - for educational purposes only, don't use for card testing please :)
Collatz_Conjecture
A small Python script used to demonstrate the Collatz Conjecture
COMP10280_Practicals
Repository for storing practical scripts created as part of the module COMP10280 - Programming 1
COMP30820-Asteroids
A version of the classic arcade game "Asteroids" built in Java. Part of the module COMP30820 - Java Programming
COMP30830_Dublin_Bikes_App
A web application made with Flask where users can view information pertaining to the Dublin Bikes Scheme. Created as part of the module COMP30830 - Software Engineering
COVID-Web-Scraper
A small Python script to extract COVID-19 data from a website and store it in a CSV file for further analysis.
Python-UCD-Gym-Booker
A Python script that enables the user to book a slot at UCD gym. Credit to Clarence White for the original concept
Secret-Santa
A Secret Santa program in Python. Multiple users can form a group, and within this group users are matched with one another and buy gifts from the market for their match. Uses OOP concepts.
university_database
A mock university database built using Django. Created to gain familiarity with the Django web framework.
michaeldavitt's Repositories
michaeldavitt/COMP10280_Practicals
Repository for storing practical scripts created as part of the module COMP10280 - Programming 1
michaeldavitt/COMP30820-Asteroids
A version of the classic arcade game "Asteroids" built in Java. Part of the module COMP30820 - Java Programming
michaeldavitt/COMP30830_Dublin_Bikes_App
A web application made with Flask where users can view information pertaining to the Dublin Bikes Scheme. Created as part of the module COMP30830 - Software Engineering
michaeldavitt/Assignment_Bot
A discord bot that outputs a list of college assignments along with the number of days until they are due
michaeldavitt/Card_tester
A short Python script to simulate card testing in Stripe if you have access to a merchant's API keys and stolen credit cards - for educational purposes only, don't use for card testing please :)
michaeldavitt/Collatz_Conjecture
A small Python script used to demonstrate the Collatz Conjecture
michaeldavitt/COVID-Web-Scraper
A small Python script to extract COVID-19 data from a website and store it in a CSV file for further analysis.
michaeldavitt/Python-UCD-Gym-Booker
A Python script that enables the user to book a slot at UCD gym. Credit to Clarence White for the original concept
michaeldavitt/Secret-Santa
A Secret Santa program in Python. Multiple users can form a group, and within this group users are matched with one another and buy gifts from the market for their match. Uses OOP concepts.
michaeldavitt/university_database
A mock university database built using Django. Created to gain familiarity with the Django web framework.
michaeldavitt/COMP20230_Sorting_and_Graphs
An exploration of sorting algorithms and graph traversal in Python. Created as part of the module COMP20230 - Data Structures and Algorithms
michaeldavitt/COMP20240-Interview-Database
A database for a company that does interviews. Created as part of the module COMP20240.
michaeldavitt/COMP20270-Numpy-Module
A version of the Python numpy module created as part of the module COMP20270 - Python Object-Oriented Programming
michaeldavitt/COMP20270-Playlist
A playlist program where users can add and remove songs from a playlist. Created as part of the module COMP20270 - Python OOP
michaeldavitt/COMP20270-Random-Module
A version of the Python Random module created as part of the module COMP20270 - Python Object-Oriented Programming
michaeldavitt/COMP30660_Multiprocessing
An examination of multiprocessing in Python. Created with Tarik Carvalho - https://github.com/TarikCarvalho08
michaeldavitt/COMP30680-Bash-DBMS
A Database Management System (DBMS) created in Bash as part of the module COMP30680 - Operating Systems
michaeldavitt/COMP30680_Company_Database
Database for a fictional company created as part of the module COMP30680 - Web Application Development. Users can view information on company products and sales reps.
michaeldavitt/COMP30680_Vaccine_Dashboard
Website that displays COVID-19 vaccination statistics obtained via an API provided by the Irish Government. Created as part of the module COMP30680 - Web Application Development
michaeldavitt/comp30830_test
A test repository created to gain familiarity with the process of importing/exporting conda environments and cloning a repository to a remote server. Created as part of the module COMP30830 - Software Engineering
michaeldavitt/COMP47350_Housing_Data_Analysis
A machine learning analysis of a sample of the Property Price Register dataset in Python. Prepared as part of the module COMP47350 - Data Analytics
michaeldavitt/first-contributions
🚀✨ Help beginners to contribute to open source projects
michaeldavitt/michaeldavitt
My Personal Repository
michaeldavitt/os_info
A package for viewing information about the user's machine, created as part of the module COMP30830 - Software Engineering
michaeldavitt/STAT30270-ML-Assignment
Machine Learning project which sought to find the optimal classifier for predicting the review classification of unseen Rotton Tomatoes reviews. Created using R as part of the module STAT30270 - Statistical Machine Learning