-
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 UpdatedOct 16, 2025 -
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…
-
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…
-
intro-to-haskell Public
Introductory Haskell tasks exploring recursion, list operations, higher-order functions, and functional problem solving.
haskell functional-programming pattern-matching recursion ghci higher-order-functions list-processingHaskell MIT License UpdatedJul 10, 2025 -
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…
-
complex-data-management Public
C++ implementations of relational operators, inverted-index-based containment and relevance keyword queries, and bulk-loaded R-Tree spatial indexing.