In the past couple of months, I’ve been using a poolish to make our pizzas, and the results have been amazing. I made an online calculator that more or less goes by the recipe by Vito Iacopelli. It’s a really simple calculator that lets you change 3 variables in order to specify the amounts for…
I never remember the syntax for the scheduling, so I’m glad crontab.guru exists.
Glances is a cross-platform system monitoring tool written in Python. Glances will run on almost any platform: GNU/Linux, FreeBSD, OS X and Windows. You can also use the built-in Web UI and monitor your system from any device. Features CPU Memory Load Process list Network interface Disk I/O IRQ / Raid Sensors Filesystem (and folders)…
This is a simple web-app I made ages ago that encrypts and decrypts simple text with a password. It uses the mcrypt class in PHP, and the data is passed via AJAX. EDIT (10th June 2019): I’ve added a security certificate (thanks to Let’s Encrypt SSL), due to popular demand. Make sure you are visiting…