Skip to content
View xrddev's full-sized avatar
  • Integrated Systems Development S.A.
  • Athens, Attica, Greece
  • 12:47 (UTC +03:00)
  • LinkedInin/xrddev

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 is supported. This note will only be visible to you.
Report abuse

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

Report abuse

Pinned Loading

  1. greekpp-compilergreekpp-compilerPublic

    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 3

  2. ooSimple-transpilerooSimple-transpilerPublic

    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-managementcomplex-data-managementPublic

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

    C++ 1

  4. practice-portalpractice-portalPublic

    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-testingcircuit-reliability-testingPublic

    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. openmp-parallel-benchmarksopenmp-parallel-benchmarksPublic

    A collection of C benchmarks exploring loop parallelism, scheduling policies, task parallelism and task dependencies using OpenMP, with performance measurements and scaling analysis.

    C