Skip to content

Instantly share code, notes, and snippets.

View zonca's full-sized avatar

Andrea Zonca zonca

View GitHub Profile
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@zonca
zonca / blm_gauss_change_notebook.ipynb
Last active December 11, 2025 18:18
Healpy blm_gauss breaking change comparison
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
// ==UserScript==
// @name Audible filter (>=4.0, >=500, skip "Not rated yet")
// @namespace https://audible.com/
// @version 2.4
// @description Hide entire Audible book rows failing thresholds
// @match https://www.audible.com/*
// @run-at document-end
// @grant none
// ==/UserScript==
(function () {
[
{
"text": "Hi everybody. I'm Mary Thomas and",
"start": 0.8,
"duration": 2.71
},
{
"text": "I lead and coordinate a lot of the HPC",
"start": 3.52,
"duration": 2.72
@zonca
zonca / Caddyfile
Created September 23, 2025 01:04
Caddy configuration for /health JSON endpoint
my.url.com {
# Set this path to your site's directory.
root * /usr/share/caddy
# Enable the static file server.
file_server
@health {
path /health
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.