Logo Matteo Salonia
Programs created by Salonia Matteo

On this page you'll find some programs created exclusively in C (C99) by me, with preferential support for GNU/Linux. Note: All of these programs use GNU AutoTools arrow_forward for configuration and compilation, to extend portability. Also, some of these programs use one or more components of my librarySMClib arrow_forward

If you are interested in hiring me to create a modern Website, or you're interested in a PC or Android app, click the button below to open the page that contains my contact details, to contact me, discuss about your project, and request for a quotation.

Csnake logo
Csnake

A Snake clone that has a pseudo-graphical user interface using ncurses arrow_forward. It's possible to save scores with a custom name, in any file; also, it's possible to modify the speed/difficulty, and to show the screen borders.

Quiz logo
Quiz

Program used to create small Quizzes and/or take a Quiz. It does not have a graphical user interface; you have to use it via the terminal, following the text instructions on the screen. It's possible to save scores with a custom name, in any file; also, an easy-to-use Quiz creator is included.

Calc logo
Calc

A simple calculator, with bit-shifting support, Reverse Polish Notation (RPN), and other special values. It does not have a graphical user interface (like Quiz).