From 7a6c89fea2950c176271151805d53b818348aa4b Mon Sep 17 00:00:00 2001 From: vodofrede Date: Mon, 25 Mar 2024 22:55:17 +0100 Subject: [PATCH] fixed sjit --- src/en/index.html | 22 +++++++++++----------- src/index.html | 2 +- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/src/en/index.html b/src/en/index.html index 93f276d..8ed6e89 100644 --- a/src/en/index.html +++ b/src/en/index.html @@ -20,8 +20,8 @@

Character planner

- projekt - kildekode + project + source

This project utilizes fundamental web technologies such as HTML, CSS, and JavaScript. The purpose was to make it easier to plan a character for the game Elden Ring. Game data for the website was scraped into JSON format by a homemade Python script.

@@ -30,9 +30,9 @@

Hashing library

- projekt - kildekode - dokumentation + project + source + documentation

The purpose of this project was the implementation of a simple API for generating hashes. The project utilizes unit testing to ensure that the output is correct. A part of the exercise for me was also writing good documentation, making it easy for a new user to get started with using the package.

@@ -41,9 +41,9 @@

Leetcode input parser

- projekt - kildekode - dokumentation + project + source + documentation

During the annual Advent of Code event, solutions typically begin by reading input data and transforming it into a data structure that can be worked on. This library consists of a rudimentary parser that can transform its output into specific data types. This makes it easy to understand input with just a few lines of code.

@@ -59,7 +59,7 @@

Clones of Galaga og Breakout

- kildekode + source

This project was part of the Software Development course at UCPH. In this project, I collaborated with two others as part of my study group. The project is implemented in C# and utilizes various object-oriented programming (OOP) and general software development principles (SOLID, testing, diagramming, and architectural planning).

@@ -87,8 +87,8 @@ diff --git a/src/index.html b/src/index.html index b572855..b147753 100644 --- a/src/index.html +++ b/src/index.html @@ -46,7 +46,7 @@ dokumentation -

During the annual Advent of Code event, solutions typically begin by reading input data and transforming it into a data structure that can be worked on. This library consists of a rudimentary parser that can transform its output into specific data types. This makes it easy to understand input with just a few lines of code.

+

I det årlige Advent of Code-event starter løsninger med at læse input-data og transfomere det til en datastruktur som kan arbejdes på. Dette library består af en rudimentær parser som kan transformere sit output til specifikke datatyper. Dette gør det nemt at forstå input med få linjer kode.