Skip to content
View cdelicia's full-sized avatar
Block or Report

Block or report cdelicia

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

    algorithms. My solutions from leetcode

    Java

  2. DockerLEMP DockerLEMP Public

    simple LEMP stack deploying by using Docker. -> Debian 10 Buster, Nginx, MariaDB, PHP.

    Shell

  3. fps3Dgame fps3Dgame Public

    The project is inspired by one of the first FPS, DOOM. In this project, the simplest game engine is implemented, which uses the principle of raycasting. The user, by changing the configuration file…

    C

  4. miniShell miniShell Public

    Implementation of the Bash (Unix Shell) using my own "libft" (APIs) library in C. In collaboration with Alex Kcedra.

    C

  5. MutexVsSemaphore MutexVsSemaphore Public

    Dining Philosopher Problem using Mutex or Semaphore

    C

  6. TestAutomation TestAutomation Public

    Quick Smoke test cycle (UI using WebDriver, API tests and data verification in DB)

    Java