KDE ServiceMenus collection

This is a collection of service menus that I created to simplify or speed up common tasks involving CLI tools and make them accessible with a couple of click in the contextual menu of the Dolphin file manager.

Jekyll-Share Ruby gem

Jekyll-Share is a Ruby library for the Jekll HTML static website generator that provides the Liquid tags to print sharing links for the configured services within the layout.

Jekyll-Gallery Ruby gem

Jekyll-Gallery is a Ruby gem for the Jekll HTML static website generator that allows to render an image gallery based on the GLighbbox Javascript library.

Game of Fifteen app

This is my implementation of the classic puzzle game of fifteen. For those unaware of that game, the goal is to order the tiles from the number one to fifteen moving them up and down around the empty cell.

Password Generator app

This is a simple and safe password generator which uses the Random.secure function to safely generate random strings starting from a configured set of characters.