Tag: Tools

Copy Status Bar Stats for Google Sheets

September 26, 2025

Copy Google Sheets Status Bar — one-click copy for Sum/Avg/Count/Min/Max If you use Google Sheets a lot, you probably know about the little status bar at the bottom-right—the one that shows Sum, Avg, Count, Min, and Max whenever you select cells. It’s great for quick checks… and slightly annoying when you need to paste those…

Read more

Disposable E-mail Addresses

May 9, 2023

“Ain’t nobody got time for that.” — Kimberly “Sweet Brown” Wilkins, also a person that does not have time for that We’ve all seen this lately: you watch a YouTube video, and the video says they are making something available for you to download “for free” or make a copy of. Maybe it’s a Google…

Read more

Poolish Pizza Dough Calculator

June 10, 2022

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…

Read more

Blowfish Encrypt/Decrypt

June 9, 2019

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…

Read more