From d0bce0b1a6c231edf26cfe58445f673e4dc0ce5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20Bj=C3=B8rnager=20Jensen?= Date: Wed, 12 Feb 2025 16:29:33 +0100 Subject: [PATCH] Update readme; --- README.md | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index eb59f13..674cfa1 100644 --- a/README.md +++ b/README.md @@ -13,19 +13,20 @@ I also have limited experience in assembly (mostly legacy Arm but also x86). # Projects -My pinned repositories denote the projects that I am most fond of. +My favourite repositories are the projects that I am most fond of. These include: -* [agbsum](https://mandelbrot.dk/agbsum/); a CLI tool for patching GBA image header checksums -* [Benoit](https://mandelbrot.dk/benoit/); a multithreaded Mandelbrot Set renderer -* [eAS](https://mandelbrot.dk/eas/); a Rust-written assembler for Arm -* [Luma](https://mandelbrot.dk/luma/); an emulator for the GBA line of systems -* [oct](https://mandelbrot.dk/oct/); a Rust crate for encoding and decoding binary streams -* [Pollex](https://mandelbrot.dk/pollex/); a Rust crate for handling Arm instructions -* [u8c](https://mandelbrot.dk/u8c/); a C library for Unicode-related facilities +* [agbsum](https://gitlab.com/bjoernager/agbsum/); a CLI tool for patching GBA image header checksums +* [Benoit](https://gitlab.com/bjoernager/benoit/); a multithreaded Mandelbrot Set renderer +* [eAS](https://gitlab.com/bjoernager/eas/); a Rust-written assembler for Arm +* [`identity_map`](https://gitlab.com/bjoernager/identity_map/); Identity-based key-value map for Rust +* [Luma](https://gitlab.com/bjoernager/luma/); an emulator for the GBA line of systems +* [Oct](https://gitlab.com/bjoernager/oct/); a Rust crate for encoding and decoding binary streams +* [Pollex](https://gitlab.com/bjoernager/pollex/); a Rust crate for handling Arm instructions +* [u8c](https://gitlab.com/bjoernager/u8c/); a C library for Unicode-related facilities -I host my repositories on [GitHub](https://github.com/bjoernager/), [GitLab](https://gitlab.com/bjoernager/), and [`mandelbrot.dk`](https://mandelbrot.dk/). +I host my repositories on [GitLab](https://gitlab.com/bjoernager/), [GitHub](https://github.com/bjoernager/), and [`mandelbrot.dk`](ssh://git@ssh.mandelbrot.dk) (SSH-only). -[Dux](https://mandelbrot.dk/dux/) was my first library and intended for replacing other libraries such as GLFW and Winit. +[Dux](https://gitlab.com/bjoernager/dux/) was my first library and intended for replacing other libraries such as GLFW and Winit. The logo of this project was loosely based on that of u8c and currently serves as my profile picture.