Skip to content
View mattiagaluppi's full-sized avatar

Block or report mattiagaluppi

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

    Data Encryption Standard algorithm: implementation in C.

    C

  2. javagame javagame Public

    High School IT project

    Java

  3. UDP_end-to-end_chat UDP_end-to-end_chat Public

    Chat Broadcast over UDP with Combined Encryption

    Java

  4. Game of life as implemented in the Y... Game of life as implemented in the YouTube C video lessons
    1
    #include <stdio.h>
    2
    #include <unistd.h>
    3
    
                  
    4
    #define GRID_COLS 20
    5
    #define GRID_ROWS 20