Skip to content
View maboke123's full-sized avatar

Highlights

  • Pro

Block or report maboke123

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
maboke123/README.md
  ███╗   ███╗██████╗ ██╗  ██╗       mathias@leuven
  ████╗ ████║██╔══██╗██║ ██╔╝       ─────────────────────────────
  ██╔████╔██║██████╔╝█████╔╝        Uptime: 20 years
  ██║╚██╔╝██║██╔══██╗██╔═██╗        Location: Leuven, Belgium
  ██║ ╚═╝ ██║██████╔╝██║  ██╗       
  ╚═╝     ╚═╝╚═════╝ ╚═╝  ╚═╝       Education
                                     ─────────────────────────────
  Mathias Bouhon Keulen              KU Leuven — BSc Computer Science
                                     Minor: Electrical Engineering

                                     Languages
                                     ─────────────────────────────
                                     Python · TypeScript · HTML/CSS

                                     Exposure
                                     ─────────────────────────────
                                     C · Java · JavaScript · Assembly
                                     Verilog / SystemVerilog

                                     Frameworks
                                     ─────────────────────────────
                                     Flask · SQLAlchemy · Jinja2

                                     Databases
                                     ─────────────────────────────
                                     PostgreSQL · SQLite

                                     DevOps
                                     ─────────────────────────────
                                     Docker · NGINX · Linux · VPS · Git

                                     Human Languages
                                     ─────────────────────────────
                                     Dutch (native) · French (fluent)
                                     English (professional)

                                     Contact
                                     ─────────────────────────────
                                     mathias.bouhon@gmail.com
                                     github.com/maboke123

Pinned Loading

  1. raft-consensus-algorithm raft-consensus-algorithm Public

    A TypeScript implementation of the Raft consensus algorithm.

    TypeScript 3

  2. asm-bpe asm-bpe Public

    A Linux userspace implementation of Byte Pair Encoding (BPE) written entirely in RISC-V assembly.

    Assembly

  3. jparse-hs jparse-hs Public

    A JSON parser built from scratch in Haskell using parser combinators.

    Haskell

  4. terminal-pong terminal-pong Public

    A simple, real-time Pong game running in the terminal using ANSI escape codes for rendering. Features colored players, a bouncing ball, keyboard controls, and a pause option.

    C