Skip to content
View Crenwuste's full-sized avatar

Organizations

@Cei3Musafiri

Block or report Crenwuste

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. BugTrackerPro--OOP BugTrackerPro--OOP Public

    A ticket management system similar to Jira, built with Java using OOP principles and design patterns (Factory, Observer, Command, Singleton). Manages tickets, milestones, user roles, and automated …

    Java

  2. AWS-Remote-Executor AWS-Remote-Executor Public

    Remote Executor is a Spring Boot REST API that asynchronously provisions a temporary AWS EC2 instance, runs a shell command over SSH, stores execution state in memory, and terminates the instance a…

    Java 1

  3. Football-Prediction Football-Prediction Public

    Forked from Cei3Musafiri/Football-Prediction

    This project implements an advanced football match result prediction system using Machine Learning algorithms

    Python 1

  4. ML-Incident-Prediction ML-Incident-Prediction Public

    PredictAlerts is an early incident detection project for univariate time-series data. It uses synthetic data, sliding-window features, and a Random Forest model to predict incidents in the near fut…

    Python

  5. BinPackingProblem--AA BinPackingProblem--AA Public

    Forked from Cei3Musafiri/BinPackingProblem--AA

    C++ implementation and comparison of four Bin Packing algorithms (Next Fit, First Fit, Best Fit Decreasing, Brute Force) with automated test generation across 30 cases in 6 categories, benchmarking…

    Python

  6. Parallel-Firewall--OS Parallel-Firewall--OS Public

    Multi-threaded firewall implementation with producer-consumer pattern, thread-safe ring buffer, and POSIX synchronization primitives

    C