pholdahl
Developer | 🕸 Web & Scripting, Integration, Automation, Prototyping 💻 | Proficient with VSCode & IntelliJ
pholdahlOslo
Pinned Repositories
AlgDat2022
Source code for exercises from course AlgDat2022 fall 2022, OsloMet.
containmentprotocol
Containment Protocol is an interactive memory game where the player must match pairs of symbols to prevent a reactor meltdown. The game features a retro, terminal-like interface and provides an engaging challenge with increasing difficulty.
docker-katas
Exercises for Docker training
Fine-tuning-regression-model
This project is a Jupyter Notebook that analyzes how a regression model can be tuned to predict the stock market prices of Tesla (TSLA). The objective was to create a prediction algorithm to forecast the closing price of Tesla stock on a specific date.
impersonator
Impersonator is a business promotional website created for a friend and co-worker involved in voice acting and on-site recording. The website provides information about the services offered by Impersonator, showcases example sound recordings and business partners, and offers contact information.
K-Means-Explained
This Jupyter Notebook implements the K-Means clustering algorithm for educational purposes. The implementation is part of an assignment where we chose to investigate how the K-Means clustering algorithm work.
kinobilletter
kinobilletter is a demo web application of a cinema ticket system created in intelliJ. It is based on an obligatory assignment from the Web Programming course at OsloMet in 2022. This project expands significantly on the original assignment, providing a more polished and functional user experience.
Leifs-Retrospectrum
This website is a tribute to retro computers and gaming, created as part of an Inclusive Web Design assignment at OsloMet. The project was a collaborative effort by three students, with the majority of the web development work done by me. The content is based on one of the group members, Leif, and his love for retro computers.
photos
This website allows users to share vacation photos as polaroid snapshots on a wooden table. Users can pick up and view photos with realistic animations, and open images in full view in a new tab. This project expands on the 2021 "Summer Photos" assignment, incorporating several advanced improvements.
PyTermChat
PyTermChat is a Python-based chat app that enables multiple clients to connect to a server and communicate in real-time via the terminal. Originally based on a Networking and Cloud computing assignment, it now includes features like group chats and a Rock-Paper-Scissors game.
pholdahl's Repositories
pholdahl/AlgDat2022
Source code for exercises from course AlgDat2022 fall 2022, OsloMet.
pholdahl/containmentprotocol
Containment Protocol is an interactive memory game where the player must match pairs of symbols to prevent a reactor meltdown. The game features a retro, terminal-like interface and provides an engaging challenge with increasing difficulty.
pholdahl/docker-katas
Exercises for Docker training
pholdahl/Fine-tuning-regression-model
This project is a Jupyter Notebook that analyzes how a regression model can be tuned to predict the stock market prices of Tesla (TSLA). The objective was to create a prediction algorithm to forecast the closing price of Tesla stock on a specific date.
pholdahl/impersonator
Impersonator is a business promotional website created for a friend and co-worker involved in voice acting and on-site recording. The website provides information about the services offered by Impersonator, showcases example sound recordings and business partners, and offers contact information.
pholdahl/K-Means-Explained
This Jupyter Notebook implements the K-Means clustering algorithm for educational purposes. The implementation is part of an assignment where we chose to investigate how the K-Means clustering algorithm work.
pholdahl/kinobilletter
kinobilletter is a demo web application of a cinema ticket system created in intelliJ. It is based on an obligatory assignment from the Web Programming course at OsloMet in 2022. This project expands significantly on the original assignment, providing a more polished and functional user experience.
pholdahl/Leifs-Retrospectrum
This website is a tribute to retro computers and gaming, created as part of an Inclusive Web Design assignment at OsloMet. The project was a collaborative effort by three students, with the majority of the web development work done by me. The content is based on one of the group members, Leif, and his love for retro computers.
pholdahl/Obligatorisk-oppgave-3-i-Algoritmer-og-Datastrukturer
Denne oppgaven er en obligatorisk innlevering i Algoritmer og Datastrukturer. Kodet i Java i intelliJ. Den passerer alle testene.
pholdahl/photos
This website allows users to share vacation photos as polaroid snapshots on a wooden table. Users can pick up and view photos with realistic animations, and open images in full view in a new tab. This project expands on the 2021 "Summer Photos" assignment, incorporating several advanced improvements.
pholdahl/PyTermChat
PyTermChat is a Python-based chat app that enables multiple clients to connect to a server and communicate in real-time via the terminal. Originally based on a Networking and Cloud computing assignment, it now includes features like group chats and a Rock-Paper-Scissors game.
pholdahl/pholdahl
pholdahl/PyServeTransfer
This project consists of multiple Python scripts that together implement a simple HTTP server capable of handling multiple clients. The server can respond to HTTP GET requests, serving files and handling errors such as 404 Not Found. Additionally, a testing script is included to simulate multiple client requests.
pholdahl/sitepulse
Are you tired of those free hosting services shutting down after a short time of inactivity? This small script solves your problem by keeping the pulse of your sites alive by visiting them at a given interval.