Skip to content
View zabbidou's full-sized avatar

Block or report zabbidou

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. Router Router Public

    Communication Protocols homework in which we had to code a simulation for a router, including routing tables, ARP tables and ARP requests. For the routing table, I chose to "memorize" it as a 4-ary…

    C

  2. BlunderBoy/Garbigi BlunderBoy/Garbigi Public

    Chess engine written in Java. (For a university project, written alongside https://github.com/zabbidou)

    Java 1

  3. distributed-text-processing distributed-text-processing Public

    Homework for Parallel and Distributed Algorithms. An application that processes paragraphs according to some rules (irrelevant) using MPI.

    C++

  4. Regex-to-epsilonNFA-to-DFA Regex-to-epsilonNFA-to-DFA Public

    Homework for Formal Languages and Automata. We had to use the code from the previous homework (eNFA to DFA) and add the Regex-eNFA part. I chose to use ANTLR4 for easier implementation

    Python

  5. RISC-V RISC-V Public

    Homework for Numerical Calculators 2. We had to implement a simulation of a RISC V processor with some of its functionalities

    Verilog

  6. table-query-haskell table-query-haskell Public

    Homework for Programming Paradigms subject. A small app that reads tables from a file and performs various queries: filter, join, select, union.

    Haskell