Skip to content
View Joannapapad's full-sized avatar

Block or report Joannapapad

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

Popular repositories Loading

  1. pthreads-order-simulation pthreads-order-simulation Public

    C-based simulation of a pizza store using pthreads, focusing on multithreading, synchronization, and shared resource management (operators, cooks, ovens, deliverers).

    C

  2. ai-forward-chaining ai-forward-chaining Public

    Forward chaining inference system in Java supporting propositional and first-order logic reasoning with unification, rule-based inference, and knowledge base querying.

    Java

  3. imdb-id3-adaboost-sentiment-classifier imdb-id3-adaboost-sentiment-classifier Public

    Custom implementation of sentiment analysis on the IMDB dataset using a handcrafted ID3 decision tree and an AdaBoost ensemble. Includes preprocessing, binary bag-of-words representation, evaluatio…

    Jupyter Notebook

  4. minipython-compiler-sablecc minipython-compiler-sablecc Public

    A compiler for a subset of Python (miniPython) built with SableCC, featuring lexical analysis, parsing, AST generation, symbol table construction, and semantic/type checking using the Visitor pattern.

    Java

  5. elearn-platform-js-mean elearn-platform-js-mean Public

    Static e-learning website (HTML/CSS/JS) with optional MEAN stack backend using Node.js, Express, and MongoDB for REST API-based course and user management.

    JavaScript

  6. bitrunner-cpp-game bitrunner-cpp-game Public

    BitRunner is a 2D C++ game built using the SGG graphics library as part of a university graphics programming course. It demonstrates real-time rendering, input handling, and basic game loop archite…

    C++