Skip to content

Instantly share code, notes, and snippets.

View ad-si's full-sized avatar
🎯
Focusing

Adrian Sieber ad-si

🎯
Focusing
View GitHub Profile
@ad-si
ad-si / adrian.hsfiles
Created February 21, 2019 09:26
Adrian's Stack Template
{-# START_FILE package.yaml #-}
name: {{name}}
version: 0.1.0.0
synopsis:
description:
homepage: https://github.com/{{github-username}}{{^github-username}}githubuser{{/github-username}}/{{name}}#readme
license: AGPL-3.0-or-later
author: {{author-name}}{{^author-name}}Author name here{{/author-name}}
maintainer: {{author-email}}{{^author-email}}example@example.com{{/author-email}}
copyright: {{copyright}}{{^copyright}}{{year}}{{^year}}2019{{/year}} {{author-name}}{{^author-name}}Author name here{{/author-name}}{{/copyright}}
@ad-si
ad-si / fifa_2026_goals_per_million.wls
Last active July 3, 2026 18:04
2026 FIFA World Cup Group Stage - Goals per Match per Million Inhabitants Visualization
#!/usr/bin/env woxi
(* 2026 FIFA World Cup (Group Stage) - Goals per Match per Million Inhabitants
Teams that have already scored at least one goal in the group stage, ranked
by goals scored per match per one million inhabitants (so teams are compared
fairly regardless of how many games they have played). Only group-stage
matches are counted; knockout games are excluded. Match results are loaded
live from the openfootball/worldcup.json dataset on GitHub. Populations come
from the built-in CountryData knowledge base, in millions.