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.
Program to modify the speed of any ThinkPad's fan. It has a graphical user interface (created with XForms arrow_forward), and the Automatic Fan Speed Management mode (AFSM).
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.
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.
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).