Taidgh Robinson's repositories
amazon-eks-jenkins-terraform
These samples focus on Continuous Integration, and contain installation and configuration of Jenkins on Amazon EC2 using Hashicorp Terraform (Open Source)
COS350AS1
The first assignment in UMaine's algorithm class, the pdf for the HW is in the root folder.
DataVisualization
Example of web scraping and data visualization, pulled from the pokemondb
DILB
Damn I Love Basketball
GAN_Presentation
We're talking about practice
GrokkingDeepReinforcementLearning
Teaching an old dog new tricks
html_text_highlighting
A Rust program that takes a user inputed keyword, parses an html document, and returns an HTML string with all the text occurrences of that keyword highlighted white with a blue background.
HuffmanCoding
String compression using the Huffman method.
morse_code_audio
A simple Python program to generate morse code audio files. Saves the files as the SHA256.wav in a folder "clips/"
movie_posters
An IMDB scraper I wrote in Scrapy to download the movie posters of a top 1000 lists, to be used as phone wallpapers.
MunchyGAN
Can I train an AI to be a world famous artist?
PBRAIN12
An interpreter for a made up assembly language called PBRAIN12, implemented in C.
reinforcement_q_learning
A cleanup and following of this tutorial: https://pytorch.org/tutorials/intermediate/reinforcement_q_learning.html
WordleClone
A clone of wordle that I made in Unity