Skip to content
View xr-dim's full-sized avatar

Block or report xr-dim

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

Pinned Loading

  1. ooSimple_Compiler ooSimple_Compiler Public

    A compiler built with ANTLR4 that translates a custom object-oriented programming language (ooSimple) into C, showcasing grammar parsing, semantic validation, and code generation.

    Java 1

  2. Circuit_Reliability_Testing Circuit_Reliability_Testing Public

    VHDL-based testing for a digital circuit implementing Scan Testing, LFSR-MISR BIST, and JTAG Boundary Scan (IEEE 1149.1) to detect faults and ensure circuit reliability

    VHDL

  3. Parallel_Programming_Benchmarks Parallel_Programming_Benchmarks Public

    Parallelization of serial code using OpenMP to evaluate performance improvements in various computational tasks, including prime number generation, Gaussian blur, and task dependency management.

    C 1

  4. Search_Algorithms__A-STAR__UCS Search_Algorithms__A-STAR__UCS Public

    Implementations of A* and Uniform Cost Search (UCS) algorithms in C for finding the shortest path in grid-based environments with free and blocked nodes.

    C

  5. Haskell Haskell Public

    A collection of small tasks implemented in Haskell to demonstrate basic knowledge of the language.

    Haskell