Category Archives: programs

Albix Player v. 2.1 has arrived

python music player, python linux, python linux music

Albix 2.1. brings new features and stability upgrades.

License

#Albix 2.1 (a.k.a. PostX 0.4.4 revision) 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″)

Dependencies: Continue reading

Veritas Player arrives

Here comes Veritas Player. Veritas is written with Python and Gtk3 and it uses Videolan“s Python module to achieve things in its backend. In other words: it has features of Vlc in it.

vlc gui, gui for vlc, vlc gtk3 gui

Veritas Player v.1

The v.1 release of Veritas Player has the following functionality: Continue reading

++Power (C++) is released

A program written with C++ for system rebooting, suspension and powering off. The overall content is about 70 lines long.

/*++Power 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″)*/

power tools linux, linux power management

Download ++Power(as a zip)

You need something along the lines of libgtk-3-dev and build-essential
installed in order to compile ++Power. Also make sure to install pkg-config.

Compile with the command: Continue reading

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