Skip to content
View GitFlaviobc's full-sized avatar

Block or report GitFlaviobc

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

    Born2Beroot: My first Virtual Machine: Learn Linux OS, Debian/CentOS, and create a Virtual Machine with Oracle VM Virtual Box. Configure SSH, LVM, encrypted partitions, UFW, password policy, sudo, …

    Shell

  2. Javagame Javagame Public

    JavaGame: is a Java program demonstrating object-oriented programming principles. It utilizes classes, interfaces, and encapsulation to create a calculation game. The program generates random arith…

    Java

  3. philosophers philosophers Public

    Philosophers Dinner: Simulate a dinner with philosophers using threads, mutexes, and data racing. Each philosopher needs two forks to eat and follows a specific sequence (eat, sleep, think). The di…

    C

  4. MiniRT MiniRT Public

    Mini Ray Tracing: A C project showcasing the basics of ray tracing. Explore the math behind camera, shapes, materials, colors, shadows, and light. Set up scenes with ambient light, cameras, point l…

    C

  5. cpp_42 cpp_42 Public

    CPP 42 - An intro to C++: 8 mini projects covering C++ fundamentals, including memory allocation, inheritance, polymorphism, exception handling, and more. Build a strong foundation in C++ programmi…

    C++

  6. ft_containers ft_containers Public

    Ft Containers: Explores C++ containers, including map and vector. By implementing these containers from scratch, I got a deep understanding of their inner workings. Learned about data structures, s…

    C++