fixed sjit

This commit is contained in:
Frederik Palmø 2024-03-25 22:55:17 +01:00
parent 9733f9ec84
commit 7a6c89fea2
2 changed files with 12 additions and 12 deletions

View File

@ -20,8 +20,8 @@
<div class="row separate wrap">
<h3>Character planner</h3>
<span class="row separate">
<a href="https://erdtree.palmoe.dk">projekt</a>
<a href="https://git.palmoe.dk/vodofrede/erdtree">kildekode</a>
<a href="https://erdtree.palmoe.dk">project</a>
<a href="https://git.palmoe.dk/vodofrede/erdtree">source</a>
</span>
</div>
<p>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.</p>
@ -30,9 +30,9 @@
<div class="row separate wrap">
<h3>Hashing library</h3>
<span class="row separate">
<a href="https://crates.io/crates/lore">projekt</a>
<a href="https://git.palmoe.dk/vodofrede/lore">kildekode</a>
<a href="https://docs.rs/lore/latest/lore/">dokumentation</a>
<a href="https://crates.io/crates/lore">project</a>
<a href="https://git.palmoe.dk/vodofrede/lore">source</a>
<a href="https://docs.rs/lore/latest/lore/">documentation</a>
</span>
</div>
<p>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.</p>
@ -41,9 +41,9 @@
<div class="row separate wrap">
<h3>Leetcode input parser</h3>
<span class="row separate">
<a href="https://crates.io/crates/eyes">projekt</a>
<a href="https://git.palmoe.dk/vodofrede/eyes">kildekode</a>
<a href="https://docs.rs/eyes/latest/eyes/">dokumentation</a>
<a href="https://crates.io/crates/eyes">project</a>
<a href="https://git.palmoe.dk/vodofrede/eyes">source</a>
<a href="https://docs.rs/eyes/latest/eyes/">documentation</a>
</span>
</div>
<p>During the annual <a href="https://adventofcode.com">Advent of Code</a> 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.</p>
@ -59,7 +59,7 @@
<div class="row separate wrap">
<h3>Clones of Galaga og Breakout</h3>
<span class="row separate">
<a href="https://github.com/vodofrede/DIKUGames">kildekode</a>
<a href="https://github.com/vodofrede/DIKUGames">source</a>
</span>
</div>
<p>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).</p>
@ -87,8 +87,8 @@
</aside>
</main>
<footer class="row separate">
<a href="/en">English</a>
<a href="https://git.palmoe.dk/vodofrede/palmoe.dk">© 2022 Frederik Palmø</a>
<a href="/">Dansk</a>
<a href="https://git.palmoe.dk/vodofrede/palmoe.dk">© 2024 Frederik Palmø</a>
</footer>
</body>

View File

@ -46,7 +46,7 @@
<a href="https://docs.rs/eyes/latest/eyes/">dokumentation</a>
</span>
</div>
<p>During the annual <a href="https://adventofcode.com">Advent of Code</a> 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.</p>
<p>I det årlige <a href="https://adventofcode.com">Advent of Code</a>-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.</p>
</article>
<article class="column separate">
<div class="row separate wrap">