AxlLind
Software engineer focusing on security. MSc Computer Science from KTH, Royal Institute of Technology.
Stockholm, Sweden
Pinned Repositories
AdventOfCode
Solutions to every single AoC problem (2015-2024). Mostly in Rust
AdventOfCode2020
Solutions to all 25 AoC 2020 problems in Rust :christmas_tree:
AdventOfCode2022
Solutions to all 25 Advent of Code 2022 in Rust 🦀 Less than 100 lines per day, total runtime of less than 1 second.
AdventOfCode2023
Solutions to all 25 Advent of Code problems 2023 in Rust! :crab:
AdventOfCode2024
Solutions to Advent of Code problems 2024 in Rust! :crab:
compiler-construction
A complete compiler. Targets both the JVM and a garbage collected C backend written from scratch
coursera-cryptography-I
Solutions to all 6 programming assignments in Dan Boneh's course Cryptography I. Written in modern type annotated Python.
cryptopals-rs
Solutions to the Cryptopals challenges in Rust (46/66 completed!)
red-black-tree
A red-black tree implemented in C
tauri-pw-manager
A desktop password manager built with Rust, Tauri, Typescript, and React
AxlLind's Repositories
AxlLind/AdventOfCode
Solutions to every single AoC problem (2015-2024). Mostly in Rust
AxlLind/AdventOfCode2022
Solutions to all 25 Advent of Code 2022 in Rust 🦀 Less than 100 lines per day, total runtime of less than 1 second.
AxlLind/AdventOfCode2023
Solutions to all 25 Advent of Code problems 2023 in Rust! :crab:
AxlLind/AdventOfCode2020
Solutions to all 25 AoC 2020 problems in Rust :christmas_tree:
AxlLind/AdventOfCode2024
Solutions to Advent of Code problems 2024 in Rust! :crab:
AxlLind/coursera-cryptography-I
Solutions to all 6 programming assignments in Dan Boneh's course Cryptography I. Written in modern type annotated Python.
AxlLind/tauri-pw-manager
A desktop password manager built with Rust, Tauri, Typescript, and React
AxlLind/AdventOfCode2019
🎄Solutions to all 25 AoC 2019 problems in Rust
AxlLind/AdventOfCode2015
Solutions to all 25 AoC 2015 problems in Clojure! :christmas_tree:
AxlLind/synacor_challenge
A complete solution to the Synacor Challenge in Rust, with a detailed write-up of the solving process :computer:
AxlLind/compiler-construction
A complete compiler. Targets both the JVM and a garbage collected C backend written from scratch
AxlLind/cryptopals-rs
Solutions to the Cryptopals challenges in Rust (46/66 completed!)
AxlLind/wasm-sandbox-demo
Demo of WASM's sandboxing security
AxlLind/AdventOfCode2016
Solutions to all 25 AoC 2016 problems in OCaml :camel:
AxlLind/AdventOfCode2018
Solutions to AoC 2018 problems in modern, type-annotated Python 3.10 :christmas_tree:
AxlLind/AdventOfCode2017
Solutions to all 25 AoC 2017 problems in Haskell λ
AxlLind/AxlLind
Repo for my profile README
AxlLind/AxOS
[WIP] A toy OS used to learn a bit about operating systems
AxlLind/dotfiles
My dotfiles
AxlLind/pymk
A make-style build system as a Python library
AxlLind/simple-slack-verification
Simple express middleware for Slack signed secret authentication.
AxlLind/libwebb
A small HTTP server framework in C
AxlLind/red-black-tree
A red-black tree implemented in C
AxlLind/crepl
A repl for C
AxlLind/hash-table.c
A hash table using open addressing implemented in C
AxlLind/ICFP-2006
Partial solution to ICFP-2006
AxlLind/keccak-rs
An implementation of the keccak family of hash functions (sha3) in pure Rust
AxlLind/master-thesis
My master thesis: Ethical hacking of a smart home alarm system.
AxlLind/rudis
A Redis server implementation in Rust
AxlLind/winclick.rs
A small auto-clicker Rust library for Windows