- Stockholm, Sweden
- linkedin.com/in/axel-lindeberg/
-
-
AdventOfCode Public
Solutions to every single AoC problem (2015-2025). Mostly in Rust
-
-
-
AdventOfCode2024 Public
Solutions to Advent of Code problems 2024 in Rust! 🦀
-
-
AdventOfCode2023 Public
Solutions to all 25 Advent of Code problems 2023 in Rust! 🦀
-
AdventOfCode2022 Public
Solutions to all 25 Advent of Code 2022 in Rust 🦀 Less than 100 lines per day, total runtime of less than 1 second.
-
AdventOfCode2020 Public
Solutions to all 25 AoC 2020 problems in Rust 🎄
-
AdventOfCode2019 Public
🎄Solutions to all 25 AoC 2019 problems in Rust
-
AdventOfCode2018 Public
Solutions to AoC 2018 problems in modern, type-annotated Python 3.10 🎄
-
AdventOfCode2017 Public
Solutions to all 25 AoC 2017 problems in Haskell λ
-
AdventOfCode2016 Public
Solutions to all 25 AoC 2016 problems in OCaml 🐫
-
AdventOfCode2015 Public
Solutions to all 25 AoC 2015 problems in Clojure! 🎄
-
-
pymk Public
A make-style build system as a Python library
-
-
winclick.rs Public
A small auto-clicker Rust library for Windows
Rust MIT License UpdatedJan 23, 2024 -
-
tauri-pw-manager Public
A desktop password manager built with Rust, Tauri, Typescript, and React
-
keccak-rs Public
An implementation of the keccak family of hash functions (sha3) in pure Rust
Rust MIT License UpdatedDec 14, 2022 -
simple-slack-verification Public
Simple express middleware for Slack signed secret authentication.
-
cryptopals-rs Public
Solutions to the Cryptopals challenges in Rust (46/66 completed)
-
coursera-cryptography-I Public
Solutions to all 6 programming assignments in Dan Boneh's course Cryptography I. Written in type annotated Python.
-
hash-table.c Public
A hash table using open addressing implemented in C
C MIT License UpdatedFeb 13, 2022 -
-
master-thesis Public
My master thesis: Ethical hacking of a smart home alarm system.
-
wasm-sandbox-demo Public
Demo of WASM's sandboxing security
-
AxOS Public
[WIP] A toy OS used to learn a bit about operating systems
-
compiler-construction Public
A complete compiler. Targets both the JVM and a garbage collected C backend written from scratch