Tag Archives: C++ programs

Nova v2. is released

Nova is a Pulseaudio volume control program. It is similar to Vol2X-Reloaded – but it is done with C++ and QT5.

#<Nova> Copyright (c) 2017 JJ Posti <techtimejourney.net>
#<Nova> comes with ABSOLUTELY NO WARRANTY;
#for details see: http://www.gnu.org/copyleft/gpl.html.
#This is free software, and you are welcome to redistribute it under #GPL Version 2, June 1991″

Icons are from Adwaita project and they may have different license. See: Icons file for further information. Version 2 brings refined outlook. Continue reading

Notes_app

Notes is an application for making quick notes.

Notes is an application written with C++. You can compile this project easily using QtCreator. Dependencies remain minimal and the program is light by desing. Styling is done via QCSS.

linux c++, c++ minimal apps, c++ linux apps

Notes_app is done with C++.

Download notes_app_(as a zip)

Notes_app is also available on my Github.

 

CRunner (C++) is released

Here is one program that was born as a spin-off of Runner-QT. Meet CRunner: a program written with C++ and using Gtk+. The program is about 60 lines long and heavily commented -> you can easily follow the code.

gmrun alternatives, linux run dialog, linux program launcher

CRunner accepts programs and programs with arguments. For example: firefox and firefox google.fi are both accepted. The later opens firefox window with google.fi in it.

/*CRunner v.1 Copyright (c) 2017 JJ Posti <techtimejourney.net>
#This program comes with ABSOLUTELY NO WARRANTY;
#for details see: http://www.gnu.org/copyleft/gpl.html.
#This is free software, and you are welcome to redistribute it under
#GPL Version 2, June 1991″)*/ Continue reading