Skip to content
View teodorat63's full-sized avatar

Block or report teodorat63

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 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. moody-f moody-f Public

    An Angular frontend for Moody, a mood-based playlist generator. Lets users log in, submit their mood, and instantly receive curated YouTube playlists that match how they feel.

    TypeScript

  2. Triggle Triggle Public

    A console-based Python game where you battle an AI in the board game Triggle. Built with the Minimax algorithm and alpha-beta pruning for strategic, turn-based gameplay.

    Python 1

  3. Moody Moody Public

    A NestJS backend for Moody, an app that generates music playlists based on your mood. Handles user authentication, mood tracking, and playlist recommendations. Built with NestJS, PostgreSQL, Prisma…

    TypeScript 1

  4. RGB-to-Grayscale-Web-Server RGB-to-Grayscale-Web-Server Public

    Web server in C# converts RGB images to grayscale. Logs requests, caches responses. Implements threading and ThreadPool.

    C# 1

  5. Parallel-Matrix-Multiplication Parallel-Matrix-Multiplication Public

    An implementation of parallel matrix multiplication using MPI for efficient distributed computing across multiple processes.

    C++

  6. RGB-to-Grayscale-Web-Server-Tasks RGB-to-Grayscale-Web-Server-Tasks Public

    Web server in C# converts RGB images to grayscale. Logs requests, caches responses. Implements concurrency using tasks.

    C#