Skip to content
View Thodorhs's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report Thodorhs

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
Thodorhs/README.md

Hello!

👨🏻‍💻  About Me

  • MSc in Computer Science and Engineering, Technical University of Denmark. BSc in Computer Science, University of Crete. Strong foundation in block storage devices, remote storage access protocols, and embedded systems.

  • My core interests include Software Development, Computer Networks, Performance Optimization, Operating Systems, System Level Understanding, and Embedded Systems.

🛠  Tech Stack

  • 💻   C C++ Python Java Bash SQL MATLAB LaTeX

  • ⚙️   Git GitHub Docker Kubernetes Linux Markdown Make CMake



🤝🏻  Connect with Me

LinkedIn Email

Pinned Loading

  1. Zelda_II Zelda_II Public

    zelda II - The Adventure of Link : Created using SDL2 and c++

    C++ 8

  2. Alpha_compiler Alpha_compiler Public

    A compiler for Alpha programming language (project for CS340 course in University Of Crete)

    C++ 4 1

  3. Lego_NXT-Morse Lego_NXT-Morse Public

    Implement Morse communication between 2 lego NXT from Microphone.

    C

  4. Thesis_asplos25 Thesis_asplos25 Public

    My Thesis with the asplos 25 template.

    TeX

  5. NBD setup (server-client) with Cento... NBD setup (server-client) with Centos 7.
    1
    # How to set up NBD : 
    2
    
                  
    3
    - Check your kernel-version with : ```uname -r ```.
    4
    - Check if the module is enabled : ```cat /boot/config-”kernel-version” | grep NBD``` and check if NBD:
    5
    is compiled inside the kernel ```(Y)``` -- is compiled as a module ```(M)``` -- is not compiled ```(N)```.
  6. Message-Passing-Lang Message-Passing-Lang Public

    construction of a domain-specific language that is compiled using g++ for defining objects that receive messages for execution from other objects.

    C++ 1