Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/frostyfeet909/portfolio

A small portfolio of projects and links to contact me.
https://github.com/frostyfeet909/portfolio

Last synced: 18 days ago
JSON representation

A small portfolio of projects and links to contact me.

Awesome Lists containing this project

README

        

# Portfolio
This is a small repo containing links to some of my completed projects and my cv.

## Connections
- My CV can be found at: [link](https://github.com/frostyfeet909/Portfolio/blob/main/Algernon%20Sampson%20CV.pdf)
- My linkedin profile: [link](https://www.linkedin.com/in/algernon-sampson/)
- My email address: [email protected]

## Projects
This is a list of completed projects:

- Ice Cream Invitation: https://github.com/frostyfeet909/Ice-Cream-For-Ria \
A first attempt angular app with a simple web form deployed behind a cloudfront distribution with a custom domain name and SSL, automated CI/CD.

- Tell Me Done : https://devpost.com/software/tell-me-done \
A prize winning hackathon submission for HackNotts2020 \
A Python program that uses the Twilio API to send messages to a persistent users list, using Flask and ngrock to recive them

- Twitch Drops : https://github.com/frostyfeet909/Twitch-Drops \
A multithreaded Python program that uses the selenium webdriver to automatically earn and claim Twitch drops for a persistent user list

- Abuse Surveys : https://github.com/frostyfeet909/Abuse-Surveys \
A multithreaded Python program that uses the selenium webdriver to autonomously answer Survey Monkey forms with random quotes and tickbox answers

- Testing Foam : https://github.com/frostyfeet909/testingFoam \
A set of Python and bash programs to run large batches of fluid mechanic simulations in OpenFoam and the use of matplotlib in analysing and autonomously plotting the results

- Tic Tac Toe With Minimax : https://github.com/frostyfeet909/Tic-Tac-Toe-with-minimax \
A Python implementation of tic tac toe and a bot to solve it using minimax with alpha-beta pruning

- Wodify Training : https://github.com/frostyfeet909/Wodify-Training \
A scraping and modelling repo for attendance to excersize classes with sklearn/pandas