Dean Ruina (@DeRuina)
  • Stars
    star
    34
  • Global Rank 448,285 (Top 16 %)
  • Followers 56
  • Following 54
  • Registered over 3 years ago
  • Most used languages
    C
    60.0 %
    Python
    20.0 %
    C++
    20.0 %
  • Location 🇫🇮 Finland
  • Country Ranking
    C
    142
    C++
    968
    Python
    2,392

Top repositories

1

philosophers

Philosophers is a comprehensive guide and solution to the classic Dining Philosophers Problem in computer science. This project uses the C programming language and multithreading to implement a solution that prevents deadlocks and resource conflicts.
C
26
star
2

NetPractice

NetPractice is a comprehensive guide for understanding networking fundamentals. It covers a wide range of topics including network devices, the OSI model, protocols, and subnetting. The repository provides detailed explanations and visual aids to help users grasp complex networking concepts. It also includes useful resources for further learning.
3
star
3

Libft

Libft is a custom C library comprising a collection of frequently used functions. This library serves as a foundational toolset for future C projects, providing a range of utilities from basic string manipulation to complex data structure handling. The project also includes a Makefile for easy compilation.
C
1
star
4

cpp_modules

This repository, cpp_modules, is a comprehensive collection of C++ exercises, each organized into distinct modules. Each module focuses on a specific aspect of C++ programming, ranging from basic concepts like namespaces and classes to more advanced topics like subtype polymorphism, abstract classes, and the Standard Template Library (STL).
C++
1
star
5

Starfolio

This project is a FastAPI application that allows users to authenticate with GitHub using OAuth and fetch their starred repositories. The application provides a web interface for users to log in and view their starred repositories, as well working with command-line interface (CLI)
Python
1
star
6

cub3D-Advanced-Raycasting

cub3D is a 3D game engine inspired by the classic game Wolfenstein 3D. It is designed to render a maze-like environment and simulate a first-person perspective, providing an immersive gaming experience. The project is written in C and utilizes the MLX42 library.
C
1
star