Skip to content
View xrddev's full-sized avatar
💭
🫡
💭
🫡
  • Athens, Greece
  • 08:59 (UTC +02:00)
  • LinkedIn in/xrdcse

Block or report xrddev

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

Pinned Loading

  1. greekpp-compiler greekpp-compiler Public

    Fully manual compiler for greek++: a custom language with Greek keywords and imperative syntax. Implements all stages — custom lexer, recursive descent parser, semantic analysis, quad-based IR, and…

    Java 1

  2. ooSimple-transpiler ooSimple-transpiler Public

    Transpiler from a custom object-oriented language (ooSimple) to C, built with ANTLR4. Supports classes, multiple inheritance, methods, variables, and control flow. Implements parsing, semantic anal…

    Java 1

  3. complex-data-management complex-data-management Public

    C++ implementations of relational operators, inverted-index-based containment and relevance keyword queries, and bulk-loaded R-Tree spatial indexing.

    C++ 1

  4. practice-portal practice-portal Public

    Full-stack University Internship Management System (Java 21/Spring Boot), implementing Layered Architecture, DTO-based data transfer, Spring Security RBAC, and the Strategy/Dispatcher Pattern for d…

    Java

  5. circuit-reliability-testing circuit-reliability-testing Public

    VHDL circuit testing project featuring scan-based TRCUT architecture with testbenches, LFSR-based pseudorandom input generation, MISR-based signature analysis with fault injection (stuck-at and tra…

    VHDL 2

  6. intro-to-haskell intro-to-haskell Public

    Introductory Haskell tasks exploring recursion, list operations, higher-order functions, and functional problem solving.

    Haskell