Skip to content
View MattiaCacciatore's full-sized avatar
  • Sanremo - Italy

Highlights

  • Pro

Block or report MattiaCacciatore

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
MattiaCacciatore/README.md

Trying to solve problems, one (micro-)step at a time.

c logo cplusplus logo java logo python logo postgresql logo php logo javascript logo css3 logo html5 logo matlab logo ocaml logo

My public repository requirements:

1. A public repository should be useful in some way for anyone in case they need the same thing i was looking for.

  1. A public repository should be complete, easy to download, compile and run.

  2. A public repository should be legibile and understandable by anyone (for e.g. with the help of ReadMe, code comments, etc).

  3. A public repository should show something of myself (my works, my studies, my course of study, my progression).

  4. A public repository should be correct, efficient and platform indipendent (when this is possible and/or useful).

  5. A public repository should be secure and thread-safe.

Popular repositories Loading

  1. AES256-encrypt AES256-encrypt Public

    AES256 encrypt algorithm home made in C++ based on official documentation.

    C++

  2. Advent-Of-Code-2021--incomplete-- Advent-Of-Code-2021--incomplete-- Public

    My implementations of the challenges of the Advent of Code 2021 in C++ day to day.

    C++

  3. Check-Operative-System Check-Operative-System Public

    An example of how to check the operating system and run different code in the same source code.

    C++

  4. Time-testing-in-C-and-Cplusplus Time-testing-in-C-and-Cplusplus Public

    How to check the total time of execution.

    C++

  5. Micro-Bash-for-dummies Micro-Bash-for-dummies Public

    My biggest personal and university project so far. Written entirely in C.

    C

  6. Pacman-game-for-dummies Pacman-game-for-dummies Public

    My implementation of Pacman game in C++ (a simplest version for console application). Available for Unix and Windows.

    C++