Skip to content
View Matth-L's full-sized avatar
β˜•
β˜•

Block or report Matth-L

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
Matth-L/README.md

Hi there, I'm Matthias Lapu! πŸ‘‹

Coffee GIF

I'm a Computer Science student pursuing a double master's degree in:

  • High-Performance Computing at ENSIIE πŸ–₯️
  • Cybersecurity at UQAC πŸ”

Currently working as a CEA intern. I focus on high-performance computing, distributed systems, security, algorithms, embedded systems, and visualization.


Projects Overview

Category Project What it is Link
⚑ HPC & Clusters llview-docker-cluster Lightweight Docker-based LLView cluster for testing and demos. GitHub
⚑ HPC & Clusters ldms-docker-cluster Docker cluster setup for LDMS (Lightweight Distributed Metric Store). GitHub
⚑ HPC & Clusters llview LLView monitoring and visualization tools (upstream). GitHub
πŸ› οΈ System & DevOps detectish Minimal system detection tool for quickly identifying OS/hardware details. GitHub
☸️ Kubernetes & Cloud BigKubeData Tools and examples for gathering and analyzing Kubernetes data at scale. GitHub
πŸ›‘οΈ Security & IoT RaspiGatekeeper Raspberry Pi-based gatekeeper for home/edge deployments. GitHub
πŸ“‘ IoT IoT-Data-Collection Scripts and pipelines to collect sensor data from edge devices. GitHub
☁️ Cloud Labs Cloud-Lab-Compendium Collection of cloud lab notes, playbooks and examples for learning cloud infra. GitHub
🧭 HPC Guides HPC-Cluster-Setup Practical guide and scripts to setup a small HPC cluster. GitHub
πŸ“š Algorithms & DS Data-Structure-Compendium Concise reference of common data structures and usage examples. GitHub
🌳 Graphs & Trees Graph-Tree-Compendium Implementations and notes for graph and tree algorithms. GitHub
βš™οΈ Parallel Algorithms Parallel-Algorithm-Compendium Reference implementations and explanations of parallel algorithms. GitHub
πŸ”’ Optimization Maximum-Flow-Problem Implementations and solvers for maximum flow problems. GitHub
🧠 Theory & Simulation Turing-Machine A simple Turing machine simulator for learning computation theory. GitHub
πŸ”¬ Physics & Visualization Local-Density-Nuclear-System Simulation and visualization of a local density nuclear system. GitHub
βš›οΈ Quantum Quantum-Harmonic-Oscillator Educational implementation of the quantum harmonic oscillator. GitHub
πŸ§ͺ Quantum Algorithms Quantum-ABC-Sleator Experimental quantum algorithm implementations and notes. GitHub
πŸ“‘ Embedded MKR1310-DataCollector Data collector for the Arduino MKR1310 β€” example edge data pipeline. GitHub
🧩 Hardware My-Processor Personal CPU/processor design project β€” learning computer architecture. GitHub
🐧 Unix & Tools Unix-basics Notes, examples and quick recipes for common Unix tasks. GitHub
πŸͺŸ Window Manager i3config My personal i3 window manager configuration and shortcuts. GitHub

Pinned Loading

  1. FZJ-JSC/llview FZJ-JSC/llview Public

    HPC Monitoring Tool

    Perl 35 2

  2. detectish detectish Public

    A complete AI-powered phishing detection application with email analysis, ClamAV, SPF/DKIM/DMARC checks, a frontend, and Docker containerization.

    Vue 4

  3. RaspiGatekeeper RaspiGatekeeper Public

    A project to configure a Linux machine as a secure router, featuring firewall, VPN, intrusion detection, geographic IP filtering, and automated system analysis. Deployement is made using Ansible.

    Shell 1

  4. Local-Density-Nuclear-System Local-Density-Nuclear-System Public

    Plot of the local density of a nuclear system using C++. This project includes visualizations created with POV-Ray SDL.

    C++

  5. Parallel-Algorithm-Compendium Parallel-Algorithm-Compendium Public

    A compilation of projects exploring parallel programming concepts using Pthreads, OpenMP, MPI and OpenCL.

    C

  6. My-Processor My-Processor Public

    Minimal Processor with Logic Gates

    Assembly