
A LISP for printing a CAD drawing changing colours and texts
In the following article, I described a piece of LISP code that once loaded a DXF or DWG file, enlarges some text, changes the colour of layers and prints a PDF… more

How to copy a Drupal website from remote to local
Generally speaking, it is the opposite, because people need to port online their website after creating it in a private environment. But it happened in 2017 and I… more

Simple queue management system in PHP
Two weeks ago, I was looking for a method to control a waiting list showing the booking time. I wanted to show that time on a series of screens and be able to update… more

How to refresh an application with bash: useful for Twitter clients
If you have the necessity to refresh or reload every a specified time an application that doesn't have this feature, you can adapt my bash script to your duties.… more

The Japanese method: do multiplications with fun
You learn something new every day, indeed I discovered a new way to do multiplications with much fun: the Japanese method. The approach is pretty graphical but… more

ImageMagick: two fast methods to make a GIF from images
Free software helps you a lot in many fields, even in generating a GIF animation from images. I wan to show you the use of "convert", a command line tools of… more

5 sites to add copyright-free music to your videos
Many times I want to add a good and appropriate music to my videos, but if I don't check the license and the permission of that track I risk to obtain a copyright… more

How to extract night and holiday hours from your Calendar with Apps Script
It's time to update my Google Apps Script that exports calendar events into a spreadsheet. I use it to comparison my worked hours with the month payroll, so putting… more

Template for Developer CV with my updates and cover letter
I was just a little annoyed to use the same Curriculum Vitae templates and so I have choice another one that I found on LaTeXTemplates: the Developer CV. I updated it… more

How to stabilize a video using FFmpeg and vid.stab
Recently I have refurbished my HTC Re Camera, an old instant camera, because I wanted to make some videos. The results were very devastating: I discovered that I have… more